{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/v1/auth": {
      "post": {
        "tags": [
          "SamoAuth"
        ],
        "operationId": "getAuthToken",
        "description": "The parameters and request body are for method: getAuthToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/managedobjects": {
      "post": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "restCreateChild",
        "description": "The parameters and request body are for method: restCreateChild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/managedobjects/children": {
      "post": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "findWithChildren",
        "description": "The parameters and request body are for method: findWithChildren. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/managedobjects/search": {
      "post": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "queryForClassesWithFilter",
        "description": "The parameters and request body are for method: queryForClassesWithFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/managedobjects/searchWithFilter": {
      "post": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "queryForClassesWithRestFilter",
        "description": "The parameters and request body are for method: queryForClassesWithRestFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/managedobjects/{fdn}": {
      "get": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "produceJSON",
        "description": "The parameters and request body are for method: produceJSON. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fdn",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "restModify",
        "description": "The parameters and request body are for method: restModify. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fdn",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "restGenericObjectDeleteInstance",
        "description": "The parameters and request body are for method: restGenericObjectDeleteInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fdn",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/managedobjects/{fdn}/children": {
      "post": {
        "tags": [
          "SamoManagedObjects"
        ],
        "operationId": "postV1ManagedobjectsFdnChildren",
        "description": "The parameters and request body are for method: postV1ManagedobjectsFdnChildren. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fdn",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v1/revoke": {
      "post": {
        "tags": [
          "SamoRevoke"
        ],
        "operationId": "revokeToken",
        "description": "The parameters and request body are for method: revokeToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aaa/IsaRadiusPolicy/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAaa"
        ],
        "operationId": "restAaaIsaRadiusPolicyRemovePassword",
        "description": "The parameters and request body are for method: restAaaIsaRadiusPolicyRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aaa/IsaRadiusServer/clearSecret/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAaa"
        ],
        "operationId": "restAaaIsaRadiusServerClearSecret",
        "description": "The parameters and request body are for method: restAaaIsaRadiusServerClearSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aaa/RadiusProxyServer/clearSecret/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAaa"
        ],
        "operationId": "restAaaRadiusProxyServerClearSecret",
        "description": "The parameters and request body are for method: restAaaRadiusProxyServerClearSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aaa/RadiusServerPolicy/clearSecret/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAaa"
        ],
        "operationId": "restAaaRadiusServerPolicyClearSecret",
        "description": "The parameters and request body are for method: restAaaRadiusServerPolicyClearSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aaa/RadiusServerPolicy/requestClearMessageBuffer/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAaa"
        ],
        "operationId": "restAaaRadiusServerPolicyRequestClearMessageBuffer",
        "description": "The parameters and request body are for method: restAaaRadiusServerPolicyRequestClearMessageBuffer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aaa/RouteDownloadPolicy/forceDownload/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAaa"
        ],
        "operationId": "restAaaRouteDownloadPolicyForceDownload",
        "description": "The parameters and request body are for method: restAaaRouteDownloadPolicyForceDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aapolicy/AAGroupPolicy/DeleteAllSystemResidentialDCPGroups/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyAAGroupPolicyDeleteAllSystemResidentialDCPGroups",
        "description": "The parameters and request body are for method: restAapolicyAAGroupPolicyDeleteAllSystemResidentialDCPGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aapolicy/AAUrlFilter/resyncToUpdateOperStatus": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyAAUrlFilterResyncToUpdateOperStatus",
        "description": "The parameters and request body are for method: restAapolicyAAUrlFilterResyncToUpdateOperStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/AAUrlListPolicy/removeDecryptKey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyAAUrlListPolicyRemoveDecryptKey",
        "description": "The parameters and request body are for method: restAapolicyAAUrlListPolicyRemoveDecryptKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aapolicy/AAUrlListPolicy/retrieveAAUrlListStatus": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyAAUrlListPolicyRetrieveAAUrlListStatus",
        "description": "The parameters and request body are for method: restAapolicyAAUrlListPolicyRetrieveAAUrlListStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/ApplicationFilter/renumId": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyApplicationFilterRenumId",
        "description": "The parameters and request body are for method: restAapolicyApplicationFilterRenumId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/ApplicationFilter/renumIds": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyApplicationFilterRenumIds",
        "description": "The parameters and request body are for method: restAapolicyApplicationFilterRenumIds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/DbInfoTransitIpAddress/retrieveDbInfoTransitIpAddress": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyDbInfoTransitIpAddressRetrieveDbInfoTransitIpAddress",
        "description": "The parameters and request body are for method: restAapolicyDbInfoTransitIpAddressRetrieveDbInfoTransitIpAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/DbInfoTransitPrefixAddress/retrieveDbInfoTransitPrefixAddress": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyDbInfoTransitPrefixAddressRetrieveDbInfoTransitPrefixAddress",
        "description": "The parameters and request body are for method: restAapolicyDbInfoTransitPrefixAddressRetrieveDbInfoTransitPrefixAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/DbInfoTransitSubscriber/invokeResyncDbInfoTransitSubscriber": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyDbInfoTransitSubscriberInvokeResyncDbInfoTransitSubscriber",
        "description": "The parameters and request body are for method: restAapolicyDbInfoTransitSubscriberInvokeResyncDbInfoTransitSubscriber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aapolicy/DbInfoTransitSubscriberManager/retrieveTransitSubscribers": {
      "post": {
        "tags": [
          "SamoAapolicy"
        ],
        "operationId": "restAapolicyDbInfoTransitSubscriberManagerRetrieveTransitSubscribers",
        "description": "The parameters and request body are for method: restAapolicyDbInfoTransitSubscriberManagerRetrieveTransitSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/AbstractFilterDefinition/findAccessInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterAbstractFilterDefinitionFindAccessInterfaces",
        "description": "The parameters and request body are for method: restAclfilterAbstractFilterDefinitionFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/AbstractFilterDefinition/findCircuits/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterAbstractFilterDefinitionFindCircuits",
        "description": "The parameters and request body are for method: restAclfilterAbstractFilterDefinitionFindCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/AbstractFilterDefinition/findNetworkIpInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterAbstractFilterDefinitionFindNetworkIpInterfaces",
        "description": "The parameters and request body are for method: restAclfilterAbstractFilterDefinitionFindNetworkIpInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/DhcpFilter/getAllGroupInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterDhcpFilterGetAllGroupInterfaces",
        "description": "The parameters and request body are for method: restAclfilterDhcpFilterGetAllGroupInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/EntryDefinition/find": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterEntryDefinitionFind",
        "description": "The parameters and request body are for method: restAclfilterEntryDefinitionFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/EntryDefinition/renum": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterEntryDefinitionRenum",
        "description": "The parameters and request body are for method: restAclfilterEntryDefinitionRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/FilterDefinition/findEgressMcastGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterFilterDefinitionFindEgressMcastGroups",
        "description": "The parameters and request body are for method: restAclfilterFilterDefinitionFindEgressMcastGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/FilterDefinition/findServiceIpInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterFilterDefinitionFindServiceIpInterfaces",
        "description": "The parameters and request body are for method: restAclfilterFilterDefinitionFindServiceIpInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/FilterDefinition/initiateGroupInserts": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterFilterDefinitionInitiateGroupInserts",
        "description": "The parameters and request body are for method: restAclfilterFilterDefinitionInitiateGroupInserts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/FilterDefinition/retrieveHostSharedFilter": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterFilterDefinitionRetrieveHostSharedFilter",
        "description": "The parameters and request body are for method: restAclfilterFilterDefinitionRetrieveHostSharedFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/IpFilterEntry/findSampleProfile": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterIpFilterEntryFindSampleProfile",
        "description": "The parameters and request body are for method: restAclfilterIpFilterEntryFindSampleProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aclfilter/Ipv6FilterEntry/findSampleProfile": {
      "post": {
        "tags": [
          "SamoAclfilter"
        ],
        "operationId": "restAclfilterIpv6FilterEntryFindSampleProfile",
        "description": "The parameters and request body are for method: restAclfilterIpv6FilterEntryFindSampleProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/AbstractWorkOrder/retrieveWorkOrderXML/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationAbstractWorkOrderRetrieveWorkOrderXML",
        "description": "The parameters and request body are for method: restActivationAbstractWorkOrderRetrieveWorkOrderXML. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/activation/ActivationManager/findWithWorkOrderScan": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationActivationManagerFindWithWorkOrderScan",
        "description": "The parameters and request body are for method: restActivationActivationManagerFindWithWorkOrderScan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/ActivationManager/scanWorkOrderRepository": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationActivationManagerScanWorkOrderRepository",
        "description": "The parameters and request body are for method: restActivationActivationManagerScanWorkOrderRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/activation/Session/activate": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionActivate",
        "description": "The parameters and request body are for method: restActivationSessionActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/activateAll": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionActivateAll",
        "description": "The parameters and request body are for method: restActivationSessionActivateAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/addNeWorkOrders": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionAddNeWorkOrders",
        "description": "The parameters and request body are for method: restActivationSessionAddNeWorkOrders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/addWorkOrder": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionAddWorkOrder",
        "description": "The parameters and request body are for method: restActivationSessionAddWorkOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/closeSession": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionCloseSession",
        "description": "The parameters and request body are for method: restActivationSessionCloseSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/fallback": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionFallback",
        "description": "The parameters and request body are for method: restActivationSessionFallback. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/load": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionLoad",
        "description": "The parameters and request body are for method: restActivationSessionLoad. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/loadAll": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionLoadAll",
        "description": "The parameters and request body are for method: restActivationSessionLoadAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/preactivate": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionPreactivate",
        "description": "The parameters and request body are for method: restActivationSessionPreactivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/preactivateAll": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionPreactivateAll",
        "description": "The parameters and request body are for method: restActivationSessionPreactivateAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/release": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionRelease",
        "description": "The parameters and request body are for method: restActivationSessionRelease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/removeNeWorkOrders": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionRemoveNeWorkOrders",
        "description": "The parameters and request body are for method: restActivationSessionRemoveNeWorkOrders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/startSession": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionStartSession",
        "description": "The parameters and request body are for method: restActivationSessionStartSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/updateAutoRelease": {
      "put": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionUpdateAutoRelease",
        "description": "The parameters and request body are for method: restActivationSessionUpdateAutoRelease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/updateExclude": {
      "put": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionUpdateExclude",
        "description": "The parameters and request body are for method: restActivationSessionUpdateExclude. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/updateSchedule": {
      "put": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionUpdateSchedule",
        "description": "The parameters and request body are for method: restActivationSessionUpdateSchedule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/validateNeWorkOrders": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionValidateNeWorkOrders",
        "description": "The parameters and request body are for method: restActivationSessionValidateNeWorkOrders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Session/validateSession": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSessionValidateSession",
        "description": "The parameters and request body are for method: restActivationSessionValidateSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Snapshot/abort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSnapshotAbort",
        "description": "The parameters and request body are for method: restActivationSnapshotAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/activation/Snapshot/addInclusionFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSnapshotAddInclusionFilter",
        "description": "The parameters and request body are for method: restActivationSnapshotAddInclusionFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/activation/Snapshot/extract/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSnapshotExtract",
        "description": "The parameters and request body are for method: restActivationSnapshotExtract. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/activation/Snapshot/removeInclusionFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationSnapshotRemoveInclusionFilter",
        "description": "The parameters and request body are for method: restActivationSnapshotRemoveInclusionFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/activation/WorkOrder/createSession": {
      "post": {
        "tags": [
          "SamoActivation"
        ],
        "operationId": "restActivationWorkOrderCreateSession",
        "description": "The parameters and request body are for method: restActivationWorkOrderCreateSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/adp/Domain/addManagedNodes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAdp"
        ],
        "operationId": "restAdpDomainAddManagedNodes",
        "description": "The parameters and request body are for method: restAdpDomainAddManagedNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/adp/Domain/findManagedNodes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAdp"
        ],
        "operationId": "restAdpDomainFindManagedNodes",
        "description": "The parameters and request body are for method: restAdpDomainFindManagedNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/adp/Domain/findVprnService": {
      "post": {
        "tags": [
          "SamoAdp"
        ],
        "operationId": "restAdpDomainFindVprnService",
        "description": "The parameters and request body are for method: restAdpDomainFindVprnService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/adp/Domain/importFromXML/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAdp"
        ],
        "operationId": "restAdpDomainImportFromXML",
        "description": "The parameters and request body are for method: restAdpDomainImportFromXML. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/adp/Domain/importSerialNumbersFromXML/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAdp"
        ],
        "operationId": "restAdpDomainImportSerialNumbersFromXML",
        "description": "The parameters and request body are for method: restAdpDomainImportSerialNumbersFromXML. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aengr/Match/renum": {
      "post": {
        "tags": [
          "SamoAengr"
        ],
        "operationId": "restAengrMatchRenum",
        "description": "The parameters and request body are for method: restAengrMatchRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aengr/Policy/retrieveHostSharedPccRuleEgressPolicy": {
      "post": {
        "tags": [
          "SamoAengr"
        ],
        "operationId": "restAengrPolicyRetrieveHostSharedPccRuleEgressPolicy",
        "description": "The parameters and request body are for method: restAengrPolicyRetrieveHostSharedPccRuleEgressPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aingr/Match/renum": {
      "post": {
        "tags": [
          "SamoAingr"
        ],
        "operationId": "restAingrMatchRenum",
        "description": "The parameters and request body are for method: restAingrMatchRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aingr/Policy/retrieveHostSharedPccRuleIngressPolicy": {
      "post": {
        "tags": [
          "SamoAingr"
        ],
        "operationId": "restAingrPolicyRetrieveHostSharedPccRuleIngressPolicy",
        "description": "The parameters and request body are for method: restAingrPolicyRetrieveHostSharedPccRuleIngressPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/analytics/AnalyticsManager/isAnalyticalBaseEnabled": {
      "post": {
        "tags": [
          "SamoAnalytics"
        ],
        "operationId": "restAnalyticsAnalyticsManagerIsAnalyticalBaseEnabled",
        "description": "The parameters and request body are for method: restAnalyticsAnalyticsManagerIsAnalyticalBaseEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/analytics/AnalyticsManager/isPremiumPkgEnabled": {
      "post": {
        "tags": [
          "SamoAnalytics"
        ],
        "operationId": "restAnalyticsAnalyticsManagerIsPremiumPkgEnabled",
        "description": "The parameters and request body are for method: restAnalyticsAnalyticsManagerIsPremiumPkgEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/analytics/AnalyticsManager/purgeAnalyticReports": {
      "post": {
        "tags": [
          "SamoAnalytics"
        ],
        "operationId": "restAnalyticsAnalyticsManagerPurgeAnalyticReports",
        "description": "The parameters and request body are for method: restAnalyticsAnalyticsManagerPurgeAnalyticReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ancp/AncpDslLineInfo/retrieveDslLineInfo": {
      "post": {
        "tags": [
          "SamoAncp"
        ],
        "operationId": "restAncpAncpDslLineInfoRetrieveDslLineInfo",
        "description": "The parameters and request body are for method: restAncpAncpDslLineInfoRetrieveDslLineInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/antispoof/AntiSpoofingFilter/retrieveAntiSpoofingFilters": {
      "post": {
        "tags": [
          "SamoAntispoof"
        ],
        "operationId": "restAntispoofAntiSpoofingFilterRetrieveAntiSpoofingFilters",
        "description": "The parameters and request body are for method: restAntispoofAntiSpoofingFilterRetrieveAntiSpoofingFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aosredundancy/AOSMultiChassisGroup/deleteAOSMultiChassisGroup/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoAosredundancy"
        ],
        "operationId": "restAosredundancyAOSMultiChassisGroupDeleteAOSMultiChassisGroup",
        "description": "The parameters and request body are for method: restAosredundancyAOSMultiChassisGroupDeleteAOSMultiChassisGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aosredundancy/AOSVFLinkGroup/deleteVFLinkGroup/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoAosredundancy"
        ],
        "operationId": "restAosredundancyAOSVFLinkGroupDeleteVFLinkGroup",
        "description": "The parameters and request body are for method: restAosredundancyAOSVFLinkGroupDeleteVFLinkGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aossas/CPETestGroupHead/cancelCPETestGroupExection/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoAossas"
        ],
        "operationId": "restAossasCPETestGroupHeadCancelCPETestGroupExection",
        "description": "The parameters and request body are for method: restAossasCPETestGroupHeadCancelCPETestGroupExection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aossas/CPETestHead/cancelCPETestExection/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoAossas"
        ],
        "operationId": "restAossasCPETestHeadCancelCPETestExection",
        "description": "The parameters and request body are for method: restAossasCPETestHeadCancelCPETestExection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aps/ApsChannel/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoAps"
        ],
        "operationId": "restApsApsChannelGetDependencyCount",
        "description": "The parameters and request body are for method: restApsApsChannelGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/aps/ApsGroup/findInstanceChannelPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAps"
        ],
        "operationId": "restApsApsGroupFindInstanceChannelPorts",
        "description": "The parameters and request body are for method: restApsApsGroupFindInstanceChannelPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aps/MultiChassisApsGroupContainer/findInstanceApsGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoAps"
        ],
        "operationId": "restApsMultiChassisApsGroupContainerFindInstanceApsGroups",
        "description": "The parameters and request body are for method: restApsMultiChassisApsGroupContainerFindInstanceApsGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/aps/MultiChassisApsGroupContainer/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoAps"
        ],
        "operationId": "restApsMultiChassisApsGroupContainerGetDependencyCount",
        "description": "The parameters and request body are for method: restApsMultiChassisApsGroupContainerGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/arp/ArpHostRadiusClassAttribute/retrieveArpHostRadiusClasses": {
      "post": {
        "tags": [
          "SamoArp"
        ],
        "operationId": "restArpArpHostRadiusClassAttributeRetrieveArpHostRadiusClasses",
        "description": "The parameters and request body are for method: restArpArpHostRadiusClassAttributeRetrieveArpHostRadiusClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/assurance/AssuranceEventManager/deregisterApplication": {
      "post": {
        "tags": [
          "SamoAssurance"
        ],
        "operationId": "restAssuranceAssuranceEventManagerDeregisterApplication",
        "description": "The parameters and request body are for method: restAssuranceAssuranceEventManagerDeregisterApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/assurance/AssuranceEventManager/registerApplication": {
      "post": {
        "tags": [
          "SamoAssurance"
        ],
        "operationId": "restAssuranceAssuranceEventManagerRegisterApplication",
        "description": "The parameters and request body are for method: restAssuranceAssuranceEventManagerRegisterApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/atm/Interface/getAllConnectionProfile/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoAtm"
        ],
        "operationId": "restAtmInterfaceGetAllConnectionProfile",
        "description": "The parameters and request body are for method: restAtmInterfaceGetAllConnectionProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInPortPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/autoconfig/AutoConfigScriptManager/configure": {
      "post": {
        "tags": [
          "SamoAutoconfig"
        ],
        "operationId": "restAutoconfigAutoConfigScriptManagerConfigure",
        "description": "The parameters and request body are for method: restAutoconfigAutoConfigScriptManagerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/bgp/Md5Key/removeAuthentication/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoBgp"
        ],
        "operationId": "restBgpMd5KeyRemoveAuthentication",
        "description": "The parameters and request body are for method: restBgpMd5KeyRemoveAuthentication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/bier/Bier/resyncBierDatabase/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoBier"
        ],
        "operationId": "restBierBierResyncBierDatabase",
        "description": "The parameters and request body are for method: restBierBierResyncBierDatabase. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/bundle/Interface/findMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoBundle"
        ],
        "operationId": "restBundleInterfaceFindMembers",
        "description": "The parameters and request body are for method: restBundleInterfaceFindMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/bundle/Interface/testSetPattern/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoBundle"
        ],
        "operationId": "restBundleInterfaceTestSetPattern",
        "description": "The parameters and request body are for method: restBundleInterfaceTestSetPattern. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/bundle/MultiChassisApsInterface/findInstanceApsBundles/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoBundle"
        ],
        "operationId": "restBundleMultiChassisApsInterfaceFindInstanceApsBundles",
        "description": "The parameters and request body are for method: restBundleMultiChassisApsInterfaceFindInstanceApsBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/bundle/MultiChassisApsInterface/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoBundle"
        ],
        "operationId": "restBundleMultiChassisApsInterfaceGetDependencyCount",
        "description": "The parameters and request body are for method: restBundleMultiChassisApsInterfaceGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/cac/CacManager/bookBwForReservedTunnel": {
      "post": {
        "tags": [
          "SamoCac"
        ],
        "operationId": "restCacCacManagerBookBwForReservedTunnel",
        "description": "The parameters and request body are for method: restCacCacManagerBookBwForReservedTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/cac/CacManager/findServicesUsingTunnel": {
      "get": {
        "tags": [
          "SamoCac"
        ],
        "operationId": "restCacCacManagerFindServicesUsingTunnel",
        "description": "The parameters and request body are for method: restCacCacManagerFindServicesUsingTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInTunnelFdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/cac/CacManager/isCacEnabled": {
      "post": {
        "tags": [
          "SamoCac"
        ],
        "operationId": "restCacCacManagerIsCacEnabled",
        "description": "The parameters and request body are for method: restCacCacManagerIsCacEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/cac/CacManager/verifyCac": {
      "post": {
        "tags": [
          "SamoCac"
        ],
        "operationId": "restCacCacManagerVerifyCac",
        "description": "The parameters and request body are for method: restCacCacManagerVerifyCac. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceConfig/addIPoECallTraceJob": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceConfigAddIPoECallTraceJob",
        "description": "The parameters and request body are for method: restCalltraceCallTraceConfigAddIPoECallTraceJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceConfig/addWlanGwUeCallTraceJob": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceConfigAddWlanGwUeCallTraceJob",
        "description": "The parameters and request body are for method: restCalltraceCallTraceConfigAddWlanGwUeCallTraceJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceConfig/removeIPoECallTraceJob": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceConfigRemoveIPoECallTraceJob",
        "description": "The parameters and request body are for method: restCalltraceCallTraceConfigRemoveIPoECallTraceJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceConfig/removeWlanGwUeCallTraceJob": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceConfigRemoveWlanGwUeCallTraceJob",
        "description": "The parameters and request body are for method: restCalltraceCallTraceConfigRemoveWlanGwUeCallTraceJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceConfig/requestClearCallTraceIpoeSession": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceConfigRequestClearCallTraceIpoeSession",
        "description": "The parameters and request body are for method: restCalltraceCallTraceConfigRequestClearCallTraceIpoeSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceConfig/requestClearCallTraceIpoeTrace": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceConfigRequestClearCallTraceIpoeTrace",
        "description": "The parameters and request body are for method: restCalltraceCallTraceConfigRequestClearCallTraceIpoeTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceFile/retrieveCallTraceFile": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceFileRetrieveCallTraceFile",
        "description": "The parameters and request body are for method: restCalltraceCallTraceFileRetrieveCallTraceFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceJob/retrieveCallTraceJobs": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceJobRetrieveCallTraceJobs",
        "description": "The parameters and request body are for method: restCalltraceCallTraceJobRetrieveCallTraceJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceJob/retrieveWlanGwUeCallTraceJobs": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceJobRetrieveWlanGwUeCallTraceJobs",
        "description": "The parameters and request body are for method: restCalltraceCallTraceJobRetrieveWlanGwUeCallTraceJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/calltrace/CallTraceTrace/retrieveCallTraceTraces": {
      "post": {
        "tags": [
          "SamoCalltrace"
        ],
        "operationId": "restCalltraceCallTraceTraceRetrieveCallTraceTraces",
        "description": "The parameters and request body are for method: restCalltraceCallTraceTraceRetrieveCallTraceTraces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/clear/ClearCommandManager/retrieveClearRequest": {
      "post": {
        "tags": [
          "SamoClear"
        ],
        "operationId": "restClearClearCommandManagerRetrieveClearRequest",
        "description": "The parameters and request body are for method: restClearClearCommandManagerRetrieveClearRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/connprof/ConnProfPolicy/getAllSonetChannels/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoConnprof"
        ],
        "operationId": "restConnprofConnProfPolicyGetAllSonetChannels",
        "description": "The parameters and request body are for method: restConnprofConnProfPolicyGetAllSonetChannels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/connprof/ConnProfPolicy/getAllVlanRanegSAPs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoConnprof"
        ],
        "operationId": "restConnprofConnProfPolicyGetAllVlanRanegSAPs",
        "description": "The parameters and request body are for method: restConnprofConnProfPolicyGetAllVlanRanegSAPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/connprof/PssConnProfPolicy/getAllVlanRanegSAPs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoConnprof"
        ],
        "operationId": "restConnprofPssConnProfPolicyGetAllVlanRanegSAPs",
        "description": "The parameters and request body are for method: restConnprofPssConnProfPolicyGetAllVlanRanegSAPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/connprof/VlanConnProfPolicy/getVlanConnProfSAPs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoConnprof"
        ],
        "operationId": "restConnprofVlanConnProfPolicyGetVlanConnProfSAPs",
        "description": "The parameters and request body are for method: restConnprofVlanConnProfPolicyGetVlanConnProfSAPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/crdtctrl/CcEntryDefinition/find": {
      "post": {
        "tags": [
          "SamoCrdtctrl"
        ],
        "operationId": "restCrdtctrlCcEntryDefinitionFind",
        "description": "The parameters and request body are for method: restCrdtctrlCcEntryDefinitionFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/db/AuxiliaryDbBackup/AuxDbBackup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbAuxiliaryDbBackupAuxDbBackup",
        "description": "The parameters and request body are for method: restDbAuxiliaryDbBackupAuxDbBackup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/backup": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerBackup",
        "description": "The parameters and request body are for method: restDbDatabaseManagerBackup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/getDbStatus": {
      "get": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerGetDbStatus",
        "description": "The parameters and request body are for method: restDbDatabaseManagerGetDbStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/getProxyStatus": {
      "get": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerGetProxyStatus",
        "description": "The parameters and request body are for method: restDbDatabaseManagerGetProxyStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/getStandbyDbStatus": {
      "get": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerGetStandbyDbStatus",
        "description": "The parameters and request body are for method: restDbDatabaseManagerGetStandbyDbStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/isDbRedundant": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerIsDbRedundant",
        "description": "The parameters and request body are for method: restDbDatabaseManagerIsDbRedundant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/reinstantiateStandby": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerReinstantiateStandby",
        "description": "The parameters and request body are for method: restDbDatabaseManagerReinstantiateStandby. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/db/DatabaseManager/switchover": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbDatabaseManagerSwitchover",
        "description": "The parameters and request body are for method: restDbDatabaseManagerSwitchover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/db/SizeConstrainedClass/listUnusedClasses": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbSizeConstrainedClassListUnusedClasses",
        "description": "The parameters and request body are for method: restDbSizeConstrainedClassListUnusedClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/db/SizeConstraintPolicy/configure": {
      "post": {
        "tags": [
          "SamoDb"
        ],
        "operationId": "restDbSizeConstraintPolicyConfigure",
        "description": "The parameters and request body are for method: restDbSizeConstraintPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualComponentGlobal/getVirtualComponents": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualComponentGlobalGetVirtualComponents",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualComponentGlobalGetVirtualComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInSName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualPort/setDefaultFlowAttributes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualPortSetDefaultFlowAttributes",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualPortSetDefaultFlowAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualSite/findAccessInterfaces/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualSiteFindAccessInterfaces",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualSiteFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualSite/findControlInstances/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualSiteFindControlInstances",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualSiteFindControlInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualSite/findUpstreamRouters/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualSiteFindUpstreamRouters",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualSiteFindUpstreamRouters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualSite/findVirtualPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualSiteFindVirtualPorts",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualSiteFindVirtualPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/AbstractVirtualSwitchGlobal/discoverUpstreamRouters/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAbstractVirtualSwitchGlobalDiscoverUpstreamRouters",
        "description": "The parameters and request body are for method: restDctrAbstractVirtualSwitchGlobalDiscoverUpstreamRouters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/AuditManager/audit": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAuditManagerAudit",
        "description": "The parameters and request body are for method: restDctrAuditManagerAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/AuditManager/getResult": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAuditManagerGetResult",
        "description": "The parameters and request body are for method: restDctrAuditManagerGetResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/AuditManager/getStatus": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrAuditManagerGetStatus",
        "description": "The parameters and request body are for method: restDctrAuditManagerGetStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/DCInventoryRecord/getDCInventory": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrDCInventoryRecordGetDCInventory",
        "description": "The parameters and request body are for method: restDctrDCInventoryRecordGetDCInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/DataCenter/discoverOverlayPath": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrDataCenterDiscoverOverlayPath",
        "description": "The parameters and request body are for method: restDctrDataCenterDiscoverOverlayPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/DataCenter/getFlows": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrDataCenterGetFlows",
        "description": "The parameters and request body are for method: restDctrDataCenterGetFlows. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "srcVPortFDN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dstVPortFDN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "transProtocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dstPort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "activeFlowsCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/NsgGroup/findNsgsInGroup/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrNsgGroupFindNsgsInGroup",
        "description": "The parameters and request body are for method: restDctrNsgGroupFindNsgsInGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/NsgUbrGroup/findNsgUbrsInGroup/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrNsgUbrGroupFindNsgUbrsInGroup",
        "description": "The parameters and request body are for method: restDctrNsgUbrGroupFindNsgUbrsInGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/UpstreamRouterBinding/getUpstreamRouters": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrUpstreamRouterBindingGetUpstreamRouters",
        "description": "The parameters and request body are for method: restDctrUpstreamRouterBindingGetUpstreamRouters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dctr/VSD/resyncVSwitches/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrVSDResyncVSwitches",
        "description": "The parameters and request body are for method: restDctrVSDResyncVSwitches. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/VirtualNode/getVirtualComponentsForVnode": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrVirtualNodeGetVirtualComponentsForVnode",
        "description": "The parameters and request body are for method: restDctrVirtualNodeGetVirtualComponentsForVnode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInVnodeIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dctr/VirtualNode/getVirtualPortsForVnode": {
      "get": {
        "tags": [
          "SamoDctr"
        ],
        "operationId": "restDctrVirtualNodeGetVirtualPortsForVnode",
        "description": "The parameters and request body are for method: restDctrVirtualNodeGetVirtualPortsForVnode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInVnodeIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dhcp/AbstractAddressPool/dhcpStickyLeaseAction": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpAbstractAddressPoolDhcpStickyLeaseAction",
        "description": "The parameters and request body are for method: restDhcpAbstractAddressPoolDhcpStickyLeaseAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/AbstractDhcpServerFailover/forcePartnerDown": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpAbstractDhcpServerFailoverForcePartnerDown",
        "description": "The parameters and request body are for method: restDhcpAbstractDhcpServerFailoverForcePartnerDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/AddressPool/resyncDeclinedAddresses": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpAddressPoolResyncDeclinedAddresses",
        "description": "The parameters and request body are for method: restDhcpAddressPoolResyncDeclinedAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/AddressPool/resyncFreeAddresses": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpAddressPoolResyncFreeAddresses",
        "description": "The parameters and request body are for method: restDhcpAddressPoolResyncFreeAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/LocalDhcp6Server/showDhcp6Leases": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpLocalDhcp6ServerShowDhcp6Leases",
        "description": "The parameters and request body are for method: restDhcpLocalDhcp6ServerShowDhcp6Leases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/LocalDhcpServer/clearDhcpServerLeases": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpLocalDhcpServerClearDhcpServerLeases",
        "description": "The parameters and request body are for method: restDhcpLocalDhcpServerClearDhcpServerLeases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/LocalDhcpServer/clearDhcpServerStickyLeases": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpLocalDhcpServerClearDhcpServerStickyLeases",
        "description": "The parameters and request body are for method: restDhcpLocalDhcpServerClearDhcpServerStickyLeases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/LocalDhcpServer/resyncLeases": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpLocalDhcpServerResyncLeases",
        "description": "The parameters and request body are for method: restDhcpLocalDhcpServerResyncLeases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dhcp/StickyLeaseData/retrieveStickyLeases": {
      "post": {
        "tags": [
          "SamoDhcp"
        ],
        "operationId": "restDhcpStickyLeaseDataRetrieveStickyLeases",
        "description": "The parameters and request body are for method: restDhcpStickyLeaseDataRetrieveStickyLeases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/diameter/DiameterAppPolicy/clearCcrtReplaySession": {
      "post": {
        "tags": [
          "SamoDiameter"
        ],
        "operationId": "restDiameterDiameterAppPolicyClearCcrtReplaySession",
        "description": "The parameters and request body are for method: restDiameterDiameterAppPolicyClearCcrtReplaySession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/diameter/DiameterAppPolicy/clearCcrtReplayStatistics": {
      "post": {
        "tags": [
          "SamoDiameter"
        ],
        "operationId": "restDiameterDiameterAppPolicyClearCcrtReplayStatistics",
        "description": "The parameters and request body are for method: restDiameterDiameterAppPolicyClearCcrtReplayStatistics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/diameter/DiameterSeCcrtReplay/retrieveCcrtReplay": {
      "post": {
        "tags": [
          "SamoDiameter"
        ],
        "operationId": "restDiameterDiameterSeCcrtReplayRetrieveCcrtReplay",
        "description": "The parameters and request body are for method: restDiameterDiameterSeCcrtReplayRetrieveCcrtReplay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcAuthentication/clearPassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcAuthenticationClearPassword",
        "description": "The parameters and request body are for method: restDynsvcDynSvcAuthenticationClearPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcDataTrigger/requestClearDynSvcDataTrigger": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcDataTriggerRequestClearDynSvcDataTrigger",
        "description": "The parameters and request body are for method: restDynsvcDynSvcDataTriggerRequestClearDynSvcDataTrigger. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcDataTrigger/retrieveDynSvcDataTriggers": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcDataTriggerRetrieveDynSvcDataTriggers",
        "description": "The parameters and request body are for method: restDynsvcDynSvcDataTriggerRetrieveDynSvcDataTriggers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcNeConfig/retrieveRootObjects": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcNeConfigRetrieveRootObjects",
        "description": "The parameters and request body are for method: restDynsvcDynSvcNeConfigRetrieveRootObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcNeConfig/retrieveScriptSnippets": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcNeConfigRetrieveScriptSnippets",
        "description": "The parameters and request body are for method: restDynsvcDynSvcNeConfigRetrieveScriptSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcSnippetInfo/retrieveScriptSnippetReferences": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcSnippetInfoRetrieveScriptSnippetReferences",
        "description": "The parameters and request body are for method: restDynsvcDynSvcSnippetInfoRetrieveScriptSnippetReferences. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcSnippetInfo/retrieveScriptSnippetReservedIdentifiers": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcSnippetInfoRetrieveScriptSnippetReservedIdentifiers",
        "description": "The parameters and request body are for method: restDynsvcDynSvcSnippetInfoRetrieveScriptSnippetReservedIdentifiers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/dynsvc/DynSvcSnippetInfo/retrieveScriptSnippetRootObjects": {
      "post": {
        "tags": [
          "SamoDynsvc"
        ],
        "operationId": "restDynsvcDynSvcSnippetInfoRetrieveScriptSnippetRootObjects",
        "description": "The parameters and request body are for method: restDynsvcDynSvcSnippetInfoRetrieveScriptSnippetRootObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/epipe/Epipe/restoreServiceForThroughputTest": {
      "post": {
        "tags": [
          "SamoEpipe"
        ],
        "operationId": "restEpipeEpipeRestoreServiceForThroughputTest",
        "description": "The parameters and request body are for method: restEpipeEpipeRestoreServiceForThroughputTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/BaseCard/forceReboot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentBaseCardForceReboot",
        "description": "The parameters and request body are for method: restEquipmentBaseCardForceReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/BaseCard/reset/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentBaseCardReset",
        "description": "The parameters and request body are for method: restEquipmentBaseCardReset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/BaseCard/softReset/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentBaseCardSoftReset",
        "description": "The parameters and request body are for method: restEquipmentBaseCardSoftReset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/Card/reboot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentCardReboot",
        "description": "The parameters and request body are for method: restEquipmentCardReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/CardFirmware/cardColdReboot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentCardFirmwareCardColdReboot",
        "description": "The parameters and request body are for method: restEquipmentCardFirmwareCardColdReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/CardFirmware/hitlessUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentCardFirmwareHitlessUpgrade",
        "description": "The parameters and request body are for method: restEquipmentCardFirmwareHitlessUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/CardSlot/configurePSSCard": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentCardSlotConfigurePSSCard",
        "description": "The parameters and request body are for method: restEquipmentCardSlotConfigurePSSCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/CardSwapTask/initiateCardSwap/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentCardSwapTaskInitiateCardSwap",
        "description": "The parameters and request body are for method: restEquipmentCardSwapTaskInitiateCardSwap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/ControlProcessor/rebootHold/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentControlProcessorRebootHold",
        "description": "The parameters and request body are for method: restEquipmentControlProcessorRebootHold. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/ControlProcessor/rereadCpmBootOptions/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentControlProcessorRereadCpmBootOptions",
        "description": "The parameters and request body are for method: restEquipmentControlProcessorRereadCpmBootOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/ControlProcessor/switchToRedundantCpm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentControlProcessorSwitchToRedundantCpm",
        "description": "The parameters and request body are for method: restEquipmentControlProcessorSwitchToRedundantCpm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/DryContact/findValidAmplifierCardsforConnectedTo/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentDryContactFindValidAmplifierCardsforConnectedTo",
        "description": "The parameters and request body are for method: restEquipmentDryContactFindValidAmplifierCardsforConnectedTo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInSiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInShelfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInSlotId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Equipment/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentEquipmentGetDependencyCount",
        "description": "The parameters and request body are for method: restEquipmentEquipmentGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/MCMCardSlot/removeMCMCard/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentMCMCardSlotRemoveMCMCard",
        "description": "The parameters and request body are for method: restEquipmentMCMCardSlotRemoveMCMCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/MdaStaticMacFdb/clearFib": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentMdaStaticMacFdbClearFib",
        "description": "The parameters and request body are for method: restEquipmentMdaStaticMacFdbClearFib. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/MdaStaticMacFdb/resync": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentMdaStaticMacFdbResync",
        "description": "The parameters and request body are for method: restEquipmentMdaStaticMacFdbResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/NeCardSwapTask/initiateCardSwap/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentNeCardSwapTaskInitiateCardSwap",
        "description": "The parameters and request body are for method: restEquipmentNeCardSwapTaskInitiateCardSwap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PCMTray/removePcm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPCMTrayRemovePcm",
        "description": "The parameters and request body are for method: restEquipmentPCMTrayRemovePcm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PhysicalPort/requestClearEfmOamEventLogs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPhysicalPortRequestClearEfmOamEventLogs",
        "description": "The parameters and request body are for method: restEquipmentPhysicalPortRequestClearEfmOamEventLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/PhysicalPort/requestClearSubVlanStats": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPhysicalPortRequestClearSubVlanStats",
        "description": "The parameters and request body are for method: restEquipmentPhysicalPortRequestClearSubVlanStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/PhysicalPort/requestResyncEfmOamEventLogs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPhysicalPortRequestResyncEfmOamEventLogs",
        "description": "The parameters and request body are for method: restEquipmentPhysicalPortRequestResyncEfmOamEventLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PhysicalPort/requestResyncEfmOamEventStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPhysicalPortRequestResyncEfmOamEventStats",
        "description": "The parameters and request body are for method: restEquipmentPhysicalPortRequestResyncEfmOamEventStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PhysicalPort/requestResyncEfmOamPeerInfo/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPhysicalPortRequestResyncEfmOamPeerInfo",
        "description": "The parameters and request body are for method: restEquipmentPhysicalPortRequestResyncEfmOamPeerInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Port/getMigrationResult": {
      "get": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPortGetMigrationResult",
        "description": "The parameters and request body are for method: restEquipmentPortGetMigrationResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "distinguishedName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Port/migrateMode": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPortMigrateMode",
        "description": "The parameters and request body are for method: restEquipmentPortMigrateMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/PortGroup/firmwareUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPortGroupFirmwareUpgrade",
        "description": "The parameters and request body are for method: restEquipmentPortGroupFirmwareUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PowerModule/removePowerModule/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPowerModuleRemovePowerModule",
        "description": "The parameters and request body are for method: restEquipmentPowerModuleRemovePowerModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PowerShelf/removePowerShelf/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPowerShelfRemovePowerShelf",
        "description": "The parameters and request body are for method: restEquipmentPowerShelfRemovePowerShelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PowerSupplyTray/removePowerSupply/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPowerSupplyTrayRemovePowerSupply",
        "description": "The parameters and request body are for method: restEquipmentPowerSupplyTrayRemovePowerSupply. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/PwPort/requestClearSubVlanStats": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentPwPortRequestClearSubVlanStats",
        "description": "The parameters and request body are for method: restEquipmentPwPortRequestClearSubVlanStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/deleteShelf/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfDeleteShelf",
        "description": "The parameters and request body are for method: restEquipmentShelfDeleteShelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/findApsGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfFindApsGroups",
        "description": "The parameters and request body are for method: restEquipmentShelfFindApsGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/reboot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfReboot",
        "description": "The parameters and request body are for method: restEquipmentShelfReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/rebootWithFirmwareUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfRebootWithFirmwareUpgrade",
        "description": "The parameters and request body are for method: restEquipmentShelfRebootWithFirmwareUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/removeShelf/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfRemoveShelf",
        "description": "The parameters and request body are for method: restEquipmentShelfRemoveShelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/switchToRedundantEC/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfSwitchToRedundantEC",
        "description": "The parameters and request body are for method: restEquipmentShelfSwitchToRedundantEC. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/switchovercmm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfSwitchovercmm",
        "description": "The parameters and request body are for method: restEquipmentShelfSwitchovercmm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/equipment/Shelf/vcTakeOver/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEquipment"
        ],
        "operationId": "restEquipmentShelfVcTakeOver",
        "description": "The parameters and request body are for method: restEquipmentShelfVcTakeOver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/esa/EsaVirtualMachine/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoEsa"
        ],
        "operationId": "restEsaEsaVirtualMachineGetDependencyCount",
        "description": "The parameters and request body are for method: restEsaEsaVirtualMachineGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/esa/ExtendedServicesAppliance/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoEsa"
        ],
        "operationId": "restEsaExtendedServicesApplianceGetDependencyCount",
        "description": "The parameters and request body are for method: restEsaExtendedServicesApplianceGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetequipment/HsmdaEgressSecondaryShaper/configureSecondaryShapers": {
      "post": {
        "tags": [
          "SamoEthernetequipment"
        ],
        "operationId": "restEthernetequipmentHsmdaEgressSecondaryShaperConfigureSecondaryShapers",
        "description": "The parameters and request body are for method: restEthernetequipmentHsmdaEgressSecondaryShaperConfigureSecondaryShapers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethernetoam/AbstractAccessInterfaceMip/resyncMip/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamAbstractAccessInterfaceMipResyncMip",
        "description": "The parameters and request body are for method: restEthernetoamAbstractAccessInterfaceMipResyncMip. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/AbstractMip/resync": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamAbstractMipResync",
        "description": "The parameters and request body are for method: restEthernetoamAbstractMipResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethernetoam/AbstractSdpBindingMip/resyncMip/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamAbstractSdpBindingMipResyncMip",
        "description": "The parameters and request body are for method: restEthernetoamAbstractSdpBindingMipResyncMip. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CcTest/auditUnicastCCM/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCcTestAuditUnicastCCM",
        "description": "The parameters and request body are for method: restEthernetoamCcTestAuditUnicastCCM. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CcTest/discoverSubGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCcTestDiscoverSubGroups",
        "description": "The parameters and request body are for method: restEthernetoamCcTestDiscoverSubGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CcTest/discoverSubGroupsByDomainId/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCcTestDiscoverSubGroupsByDomainId",
        "description": "The parameters and request body are for method: restEthernetoamCcTestDiscoverSubGroupsByDomainId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CcTest/resyncRemoteMepDb/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCcTestResyncRemoteMepDb",
        "description": "The parameters and request body are for method: restEthernetoamCcTestResyncRemoteMepDb. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CcTest/synchronizeMeps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCcTestSynchronizeMeps",
        "description": "The parameters and request body are for method: restEthernetoamCcTestSynchronizeMeps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CcmTest/cancelCcmTest/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCcmTestCancelCcmTest",
        "description": "The parameters and request body are for method: restEthernetoamCcmTestCancelCcmTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmDmmSession/requestClearOamPmDmmRawStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmDmmSessionRequestClearOamPmDmmRawStats",
        "description": "The parameters and request body are for method: restEthernetoamCfmDmmSessionRequestClearOamPmDmmRawStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmLMTest/stopCfmlm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmLMTestStopCfmlm",
        "description": "The parameters and request body are for method: restEthernetoamCfmLMTestStopCfmlm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmLmmSession/requestClearOamPmLmmRawStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmLmmSessionRequestClearOamPmLmmRawStats",
        "description": "The parameters and request body are for method: restEthernetoamCfmLmmSessionRequestClearOamPmLmmRawStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmLoopback/stopCfmLoopBackTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmLoopbackStopCfmLoopBackTest",
        "description": "The parameters and request body are for method: restEthernetoamCfmLoopbackStopCfmLoopBackTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmSlmSession/requestClearOamPmSlmRawStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmSlmSessionRequestClearOamPmSlmRawStats",
        "description": "The parameters and request body are for method: restEthernetoamCfmSlmSessionRequestClearOamPmSlmRawStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmTwoWayDelayTest/stopCfmTwoWayDelayTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmTwoWayDelayTestStopCfmTwoWayDelayTest",
        "description": "The parameters and request body are for method: restEthernetoamCfmTwoWayDelayTestStopCfmTwoWayDelayTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/CfmTwoWaySlm/stopCfmTwoWaySlm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamCfmTwoWaySlmStopCfmTwoWaySlm",
        "description": "The parameters and request body are for method: restEthernetoamCfmTwoWaySlmStopCfmTwoWaySlm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/MaintAssociation/clearAutoDiscoveredRemoteMep/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamMaintAssociationClearAutoDiscoveredRemoteMep",
        "description": "The parameters and request body are for method: restEthernetoamMaintAssociationClearAutoDiscoveredRemoteMep. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernetoam/Mep/resyncRemoteMepDb/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernetoam"
        ],
        "operationId": "restEthernetoamMepResyncRemoteMepDb",
        "description": "The parameters and request body are for method: restEthernetoamMepResyncRemoteMepDb. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthPathComponent/renum": {
      "post": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthPathComponentRenum",
        "description": "The parameters and request body are for method: restEthernettunnelEthPathComponentRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetPath/createMEPs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetPathCreateMEPs",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetPathCreateMEPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetPath/deleteEthernetPath/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetPathDeleteEthernetPath",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetPathDeleteEthernetPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetPath/executeCCProtocol/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetPathExecuteCCProtocol",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetPathExecuteCCProtocol. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetTunnel/addEthernetTunnelEndpoint/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetTunnelAddEthernetTunnelEndpoint",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetTunnelAddEthernetTunnelEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetTunnel/createEthernetTunnelEndpoint/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetTunnelCreateEthernetTunnelEndpoint",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetTunnelCreateEthernetTunnelEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetTunnel/removeEthernetTunnelEndpoint/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetTunnelRemoveEthernetTunnelEndpoint",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetTunnelRemoveEthernetTunnelEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethernettunnel/EthernetTunnelPathEndpoint/findCtpsForTunnelPathEndpoint": {
      "post": {
        "tags": [
          "SamoEthernettunnel"
        ],
        "operationId": "restEthernettunnelEthernetTunnelPathEndpointFindCtpsForTunnelPathEndpoint",
        "description": "The parameters and request body are for method: restEthernettunnelEthernetTunnelPathEndpointFindCtpsForTunnelPathEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Interconnect/deleteInterconnect/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringInterconnectDeleteInterconnect",
        "description": "The parameters and request body are for method: restEthringInterconnectDeleteInterconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Path/createMEPs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringPathCreateMEPs",
        "description": "The parameters and request body are for method: restEthringPathCreateMEPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethring/Path/deleteEthernetPath/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringPathDeleteEthernetPath",
        "description": "The parameters and request body are for method: restEthringPathDeleteEthernetPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Path/executeCCProtocol/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringPathExecuteCCProtocol",
        "description": "The parameters and request body are for method: restEthringPathExecuteCCProtocol. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethring/PathEndpoint/findCtpsForPathEndpoint": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringPathEndpointFindCtpsForPathEndpoint",
        "description": "The parameters and request body are for method: restEthringPathEndpointFindCtpsForPathEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/RadioRing/addElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRadioRingAddElement",
        "description": "The parameters and request body are for method: restEthringRadioRingAddElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/RadioRing/createElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRadioRingCreateElement",
        "description": "The parameters and request body are for method: restEthringRadioRingCreateElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/RadioRing/removeElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRadioRingRemoveElement",
        "description": "The parameters and request body are for method: restEthringRadioRingRemoveElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/addElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingAddElement",
        "description": "The parameters and request body are for method: restEthringRingAddElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/ccmStartAll/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCcmStartAll",
        "description": "The parameters and request body are for method: restEthringRingCcmStartAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/ccmStopAll/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCcmStopAll",
        "description": "The parameters and request body are for method: restEthringRingCcmStopAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/createControlService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCreateControlService",
        "description": "The parameters and request body are for method: restEthringRingCreateControlService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/createDataService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCreateDataService",
        "description": "The parameters and request body are for method: restEthringRingCreateDataService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/createDataServicePathSearch": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCreateDataServicePathSearch",
        "description": "The parameters and request body are for method: restEthringRingCreateDataServicePathSearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/createElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCreateElement",
        "description": "The parameters and request body are for method: restEthringRingCreateElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/createTransitService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingCreateTransitService",
        "description": "The parameters and request body are for method: restEthringRingCreateTransitService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/globalRingAuditCheck": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingGlobalRingAuditCheck",
        "description": "The parameters and request body are for method: restEthringRingGlobalRingAuditCheck. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/removeElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingRemoveElement",
        "description": "The parameters and request body are for method: restEthringRingRemoveElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/ringAuditCheck/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingRingAuditCheck",
        "description": "The parameters and request body are for method: restEthringRingRingAuditCheck. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ethring/Ring/updateDataServices/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoEthring"
        ],
        "operationId": "restEthringRingUpdateDataServices",
        "description": "The parameters and request body are for method: restEthringRingUpdateDataServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/event/EventPolicy/purge": {
      "post": {
        "tags": [
          "SamoEvent"
        ],
        "operationId": "restEventEventPolicyPurge",
        "description": "The parameters and request body are for method: restEventEventPolicyPurge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/LogDefinition/findFiles/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFileLogDefinitionFindFiles",
        "description": "The parameters and request body are for method: restFileLogDefinitionFindFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findAccessInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindAccessInterfaces",
        "description": "The parameters and request body are for method: restFilePolicyFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findLogPolicy/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindLogPolicy",
        "description": "The parameters and request body are for method: restFilePolicyFindLogPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findNetworkInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindNetworkInterfaces",
        "description": "The parameters and request body are for method: restFilePolicyFindNetworkInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindPorts",
        "description": "The parameters and request body are for method: restFilePolicyFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findSdpBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindSdpBindings",
        "description": "The parameters and request body are for method: restFilePolicyFindSdpBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findSdpTunnels/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindSdpTunnels",
        "description": "The parameters and request body are for method: restFilePolicyFindSdpTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/file/Policy/findServiceIpInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFile"
        ],
        "operationId": "restFilePolicyFindServiceIpInterfaces",
        "description": "The parameters and request body are for method: restFilePolicyFindServiceIpInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/firewall/FwEntryDefinition/renum": {
      "post": {
        "tags": [
          "SamoFirewall"
        ],
        "operationId": "restFirewallFwEntryDefinitionRenum",
        "description": "The parameters and request body are for method: restFirewallFwEntryDefinitionRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/firewall/FwPolicyDefinition/findAssociations": {
      "post": {
        "tags": [
          "SamoFirewall"
        ],
        "operationId": "restFirewallFwPolicyDefinitionFindAssociations",
        "description": "The parameters and request body are for method: restFirewallFwPolicyDefinitionFindAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/firewall/FwPolicyDefinition/findGlobalPoliciesForDistribution": {
      "get": {
        "tags": [
          "SamoFirewall"
        ],
        "operationId": "restFirewallFwPolicyDefinitionFindGlobalPoliciesForDistribution",
        "description": "The parameters and request body are for method: restFirewallFwPolicyDefinitionFindGlobalPoliciesForDistribution. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInSiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInClassName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/firewall/FwPolicyDefinition/findZoneAssociations": {
      "post": {
        "tags": [
          "SamoFirewall"
        ],
        "operationId": "restFirewallFwPolicyDefinitionFindZoneAssociations",
        "description": "The parameters and request body are for method: restFirewallFwPolicyDefinitionFindZoneAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/btsResetToTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSBtsResetToTest",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSBtsResetToTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/btsSwReset/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSBtsSwReset",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSBtsSwReset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/changeLocalUserPassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSChangeLocalUserPassword",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSChangeLocalUserPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/changeMediationCredentials/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSChangeMediationCredentials",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSChangeMediationCredentials. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/configureCertificateManagementAuthParameters/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSConfigureCertificateManagementAuthParameters",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSConfigureCertificateManagementAuthParameters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/hwResync/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSHwResync",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSHwResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/initializeCertificateManagement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSInitializeCertificateManagement",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSInitializeCertificateManagement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/launchRFDiagnostics/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSLaunchRFDiagnostics",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSLaunchRFDiagnostics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/AbstractMRBTS/requestCertificateManagementKeyUpdate/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiAbstractMRBTSRequestCertificateManagementKeyUpdate",
        "description": "The parameters and request body are for method: restFlexiAbstractMRBTSRequestCertificateManagementKeyUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/EquipmentStatesSpecifics/lock/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiEquipmentStatesSpecificsLock",
        "description": "The parameters and request body are for method: restFlexiEquipmentStatesSpecificsLock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/EquipmentStatesSpecifics/reset/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiEquipmentStatesSpecificsReset",
        "description": "The parameters and request body are for method: restFlexiEquipmentStatesSpecificsReset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/EquipmentStatesSpecifics/shutdown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiEquipmentStatesSpecificsShutdown",
        "description": "The parameters and request body are for method: restFlexiEquipmentStatesSpecificsShutdown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/EquipmentStatesSpecifics/unlock/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiEquipmentStatesSpecificsUnlock",
        "description": "The parameters and request body are for method: restFlexiEquipmentStatesSpecificsUnlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexi/ProcessingBase/configureAtomicList/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFlexi"
        ],
        "operationId": "restFlexiProcessingBaseConfigureAtomicList",
        "description": "The parameters and request body are for method: restFlexiProcessingBaseConfigureAtomicList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/flexigrp/FlexiTopologyGroupManager/createTopologyGroup": {
      "post": {
        "tags": [
          "SamoFlexigrp"
        ],
        "operationId": "restFlexigrpFlexiTopologyGroupManagerCreateTopologyGroup",
        "description": "The parameters and request body are for method: restFlexigrpFlexiTopologyGroupManagerCreateTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/flexigrp/FlexiTopologyGroupManager/regroupNEsInTopologyGroup": {
      "post": {
        "tags": [
          "SamoFlexigrp"
        ],
        "operationId": "restFlexigrpFlexiTopologyGroupManagerRegroupNEsInTopologyGroup",
        "description": "The parameters and request body are for method: restFlexigrpFlexiTopologyGroupManagerRegroupNEsInTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/flexiperf/FlexiPMPolicy/findFlexiNodes": {
      "get": {
        "tags": [
          "SamoFlexiperf"
        ],
        "operationId": "restFlexiperfFlexiPMPolicyFindFlexiNodes",
        "description": "The parameters and request body are for method: restFlexiperfFlexiPMPolicyFindFlexiNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/flexiperf/FlexiPMPolicy/invokeCatchup": {
      "post": {
        "tags": [
          "SamoFlexiperf"
        ],
        "operationId": "restFlexiperfFlexiPMPolicyInvokeCatchup",
        "description": "The parameters and request body are for method: restFlexiperfFlexiPMPolicyInvokeCatchup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/flexiperf/FlexiPMPolicy/invokeFlexisCatchup": {
      "post": {
        "tags": [
          "SamoFlexiperf"
        ],
        "operationId": "restFlexiperfFlexiPMPolicyInvokeFlexisCatchup",
        "description": "The parameters and request body are for method: restFlexiperfFlexiPMPolicyInvokeFlexisCatchup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/AdditionalTextPolicy/configureAdditionalTextPolicy": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmAdditionalTextPolicyConfigureAdditionalTextPolicy",
        "description": "The parameters and request body are for method: restFmAdditionalTextPolicyConfigureAdditionalTextPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/AlarmHistoryDatabase/configure": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmAlarmHistoryDatabaseConfigure",
        "description": "The parameters and request body are for method: restFmAlarmHistoryDatabaseConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/AlarmHistoryDatabase/getLog": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmAlarmHistoryDatabaseGetLog",
        "description": "The parameters and request body are for method: restFmAlarmHistoryDatabaseGetLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/AlarmHistoryDatabase/getLogRecords": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmAlarmHistoryDatabaseGetLogRecords",
        "description": "The parameters and request body are for method: restFmAlarmHistoryDatabaseGetLogRecords. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/AlarmHistoryDatabase/purge": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmAlarmHistoryDatabasePurge",
        "description": "The parameters and request body are for method: restFmAlarmHistoryDatabasePurge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/acknowledgeFault": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAcknowledgeFault",
        "description": "The parameters and request body are for method: restFmFaultManagerAcknowledgeFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/acknowledgeFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAcknowledgeFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerAcknowledgeFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/acknowledgeFaultUsingDefaults": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAcknowledgeFaultUsingDefaults",
        "description": "The parameters and request body are for method: restFmFaultManagerAcknowledgeFaultUsingDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/acknowledgeFaults": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAcknowledgeFaults",
        "description": "The parameters and request body are for method: restFmFaultManagerAcknowledgeFaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterOLCStateOfFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterOLCStateOfFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterOLCStateOfFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterSeverityOfFault": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterSeverityOfFault",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterSeverityOfFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterSeverityOfFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterSeverityOfFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterSeverityOfFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterSeverityOfFaultsOnObject": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterSeverityOfFaultsOnObject",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterSeverityOfFaultsOnObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterUrgencyOfFault": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterUrgencyOfFault",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterUrgencyOfFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterUrgencyOfFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterUrgencyOfFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterUrgencyOfFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/alterUrgencyOfFaultsOnObject": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerAlterUrgencyOfFaultsOnObject",
        "description": "The parameters and request body are for method: restFmFaultManagerAlterUrgencyOfFaultsOnObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/clearFault": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerClearFault",
        "description": "The parameters and request body are for method: restFmFaultManagerClearFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/clearFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerClearFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerClearFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/clearFaultsOnObject": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerClearFaultsOnObject",
        "description": "The parameters and request body are for method: restFmFaultManagerClearFaultsOnObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/editNote": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerEditNote",
        "description": "The parameters and request body are for method: restFmFaultManagerEditNote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findAlarmsForOfn": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindAlarmsForOfn",
        "description": "The parameters and request body are for method: restFmFaultManagerFindAlarmsForOfn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmedObjectOfn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findAlarmsForOfns": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindAlarmsForOfns",
        "description": "The parameters and request body are for method: restFmFaultManagerFindAlarmsForOfns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findAlarmsStatusesForOfn": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindAlarmsStatusesForOfn",
        "description": "The parameters and request body are for method: restFmFaultManagerFindAlarmsStatusesForOfn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmedObjectOfn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findAlarmsStatusesForOfns": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindAlarmsStatusesForOfns",
        "description": "The parameters and request body are for method: restFmFaultManagerFindAlarmsStatusesForOfns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findFault": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindFault",
        "description": "The parameters and request body are for method: restFmFaultManagerFindFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmInstanceFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerFindFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findFaults": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindFaults",
        "description": "The parameters and request body are for method: restFmFaultManagerFindFaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findFaultsOnObject": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindFaultsOnObject",
        "description": "The parameters and request body are for method: restFmFaultManagerFindFaultsOnObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findNoteForAlarmInstance": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindNoteForAlarmInstance",
        "description": "The parameters and request body are for method: restFmFaultManagerFindNoteForAlarmInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findObjectsAffectingOfn": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindObjectsAffectingOfn",
        "description": "The parameters and request body are for method: restFmFaultManagerFindObjectsAffectingOfn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmedObjectOfn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/findObjectsRelatedToOfn": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerFindObjectsRelatedToOfn",
        "description": "The parameters and request body are for method: restFmFaultManagerFindObjectsRelatedToOfn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmedObjectOfn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/getAlarms": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerGetAlarms",
        "description": "The parameters and request body are for method: restFmFaultManagerGetAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/getCorrelatedAlarmsForOfn": {
      "get": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerGetCorrelatedAlarmsForOfn",
        "description": "The parameters and request body are for method: restFmFaultManagerGetCorrelatedAlarmsForOfn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmInstancePointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/reload": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerReload",
        "description": "The parameters and request body are for method: restFmFaultManagerReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/removeFault": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerRemoveFault",
        "description": "The parameters and request body are for method: restFmFaultManagerRemoveFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/removeFaultList": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerRemoveFaultList",
        "description": "The parameters and request body are for method: restFmFaultManagerRemoveFaultList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/removeFaultsOnObject": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerRemoveFaultsOnObject",
        "description": "The parameters and request body are for method: restFmFaultManagerRemoveFaultsOnObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/testAlarm": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerTestAlarm",
        "description": "The parameters and request body are for method: restFmFaultManagerTestAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/FaultManager/verifyAlarmStatus": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmFaultManagerVerifyAlarmStatus",
        "description": "The parameters and request body are for method: restFmFaultManagerVerifyAlarmStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/fm/GlobalPolicy/configure": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmGlobalPolicyConfigure",
        "description": "The parameters and request body are for method: restFmGlobalPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/SeverityChangeThreshold/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmSeverityChangeThresholdConfigure",
        "description": "The parameters and request body are for method: restFmSeverityChangeThresholdConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/SpecificPolicy/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmSpecificPolicyConfigure",
        "description": "The parameters and request body are for method: restFmSpecificPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/fm/SpecificPolicy/findSpecificPolicies": {
      "post": {
        "tags": [
          "SamoFm"
        ],
        "operationId": "restFmSpecificPolicyFindSpecificPolicies",
        "description": "The parameters and request body are for method: restFmSpecificPolicyFindSpecificPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/general/find": {
      "post": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegisterFind",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegisterFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/general/findToFile": {
      "post": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegisterFindToFile",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegisterFindToFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/general/ping": {
      "post": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegisterPing",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegisterPing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/general/registerLogToFile/{clientId}": {
      "post": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegister",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegister. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationDeregister",
        "description": "The parameters and request body are for method: restCoregeristryApplicationDeregister. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/general/registerSasLogToFile/{clientId}": {
      "post": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegisterSasLogToFile",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegisterSasLogToFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationDeregisterSasLogToFile",
        "description": "The parameters and request body are for method: restCoregeristryApplicationDeregisterSasLogToFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/general/timestamp": {
      "post": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegisterTimestamp",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegisterTimestamp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/general/version": {
      "get": {
        "tags": [
          "SamoGeneral"
        ],
        "operationId": "restCoregeristryApplicationRegisterVersion",
        "description": "The parameters and request body are for method: restCoregeristryApplicationRegisterVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/clearDeployer": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectClearDeployer",
        "description": "The parameters and request body are for method: restGenericGenericObjectClearDeployer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/compareObjects": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectCompareObjects",
        "description": "The parameters and request body are for method: restGenericGenericObjectCompareObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/configureChildInstance": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectConfigureChildInstance",
        "description": "The parameters and request body are for method: restGenericGenericObjectConfigureChildInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/configureChildInstanceWithResult": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectConfigureChildInstanceWithResult",
        "description": "The parameters and request body are for method: restGenericGenericObjectConfigureChildInstanceWithResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/configureInstance": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectConfigureInstance",
        "description": "The parameters and request body are for method: restGenericGenericObjectConfigureInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/configureInstanceWithResult": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectConfigureInstanceWithResult",
        "description": "The parameters and request body are for method: restGenericGenericObjectConfigureInstanceWithResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/countInstance": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectCountInstance",
        "description": "The parameters and request body are for method: restGenericGenericObjectCountInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/deleteInstance": {
      "delete": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectDeleteInstance",
        "description": "The parameters and request body are for method: restGenericGenericObjectDeleteInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/filteredDelete": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectFilteredDelete",
        "description": "The parameters and request body are for method: restGenericGenericObjectFilteredDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/filteredFind": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectFilteredFind",
        "description": "The parameters and request body are for method: restGenericGenericObjectFilteredFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/findInstance": {
      "get": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectFindInstance",
        "description": "The parameters and request body are for method: restGenericGenericObjectFindInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/findMultipleInstances": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectFindMultipleInstances",
        "description": "The parameters and request body are for method: restGenericGenericObjectFindMultipleInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/findMultipleInstancesShallow": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectFindMultipleInstancesShallow",
        "description": "The parameters and request body are for method: restGenericGenericObjectFindMultipleInstancesShallow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/forceSubmitDeployer": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectForceSubmitDeployer",
        "description": "The parameters and request body are for method: restGenericGenericObjectForceSubmitDeployer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/getDeployer": {
      "get": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectGetDeployer",
        "description": "The parameters and request body are for method: restGenericGenericObjectGetDeployer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deployerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/getDeployers": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectGetDeployers",
        "description": "The parameters and request body are for method: restGenericGenericObjectGetDeployers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/getDeployersShallow": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectGetDeployersShallow",
        "description": "The parameters and request body are for method: restGenericGenericObjectGetDeployersShallow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/getIncrementalRequestID": {
      "get": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectGetIncrementalRequestID",
        "description": "The parameters and request body are for method: restGenericGenericObjectGetIncrementalRequestID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/multipleFilteredFind": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectMultipleFilteredFind",
        "description": "The parameters and request body are for method: restGenericGenericObjectMultipleFilteredFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/removeMany": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectRemoveMany",
        "description": "The parameters and request body are for method: restGenericGenericObjectRemoveMany. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/resumeDeploymentRetries": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectResumeDeploymentRetries",
        "description": "The parameters and request body are for method: restGenericGenericObjectResumeDeploymentRetries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/suspendDeploymentRetries": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectSuspendDeploymentRetries",
        "description": "The parameters and request body are for method: restGenericGenericObjectSuspendDeploymentRetries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/triggerCollect": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectTriggerCollect",
        "description": "The parameters and request body are for method: restGenericGenericObjectTriggerCollect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/triggerIncrementalRequest": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectTriggerIncrementalRequest",
        "description": "The parameters and request body are for method: restGenericGenericObjectTriggerIncrementalRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/triggerIncrementalRequestWithRequestID": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectTriggerIncrementalRequestWithRequestID",
        "description": "The parameters and request body are for method: restGenericGenericObjectTriggerIncrementalRequestWithRequestID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/triggerResync": {
      "post": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectTriggerResync",
        "description": "The parameters and request body are for method: restGenericGenericObjectTriggerResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/updateUserObjectLifecycleStates": {
      "put": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectUpdateUserObjectLifecycleStates",
        "description": "The parameters and request body are for method: restGenericGenericObjectUpdateUserObjectLifecycleStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/updateUserObjectLifecycleStatesAndLocks": {
      "put": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectUpdateUserObjectLifecycleStatesAndLocks",
        "description": "The parameters and request body are for method: restGenericGenericObjectUpdateUserObjectLifecycleStatesAndLocks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/updateUserObjectLifecycleStatesAndLocksAndSchedules": {
      "put": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectUpdateUserObjectLifecycleStatesAndLocksAndSchedules",
        "description": "The parameters and request body are for method: restGenericGenericObjectUpdateUserObjectLifecycleStatesAndLocksAndSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/generic/GenericObject/updateUserObjectLifecycleStatesAndSchedules": {
      "put": {
        "tags": [
          "SamoGeneric"
        ],
        "operationId": "restGenericGenericObjectUpdateUserObjectLifecycleStatesAndSchedules",
        "description": "The parameters and request body are for method: restGenericGenericObjectUpdateUserObjectLifecycleStatesAndSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/genericne/GenericNeProfile/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoGenericne"
        ],
        "operationId": "restGenericneGenericNeProfileConfigure",
        "description": "The parameters and request body are for method: restGenericneGenericNeProfileConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/genericne/GenericNeProfile/findScripts": {
      "get": {
        "tags": [
          "SamoGenericne"
        ],
        "operationId": "restGenericneGenericNeProfileFindScripts",
        "description": "The parameters and request body are for method: restGenericneGenericNeProfileFindScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/genericne/GenericNeProfile/validateUpgradePath": {
      "post": {
        "tags": [
          "SamoGenericne"
        ],
        "operationId": "restGenericneGenericNeProfileValidateUpgradePath",
        "description": "The parameters and request body are for method: restGenericneGenericNeProfileValidateUpgradePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/genericne/GenericNeProfileManager/configure": {
      "post": {
        "tags": [
          "SamoGenericne"
        ],
        "operationId": "restGenericneGenericNeProfileManagerConfigure",
        "description": "The parameters and request body are for method: restGenericneGenericNeProfileManagerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/genericne/GenericNeProfileManager/getNesMultipleTypes": {
      "post": {
        "tags": [
          "SamoGenericne"
        ],
        "operationId": "restGenericneGenericNeProfileManagerGetNesMultipleTypes",
        "description": "The parameters and request body are for method: restGenericneGenericNeProfileManagerGetNesMultipleTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/gmplsuni/GmplsLsp/findTunnelGroupEndpointMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoGmplsuni"
        ],
        "operationId": "restGmplsuniGmplsLspFindTunnelGroupEndpointMembers",
        "description": "The parameters and request body are for method: restGmplsuniGmplsLspFindTunnelGroupEndpointMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/gmplsuni/ProvisionedPath/findGLSPs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoGmplsuni"
        ],
        "operationId": "restGmplsuniProvisionedPathFindGLSPs",
        "description": "The parameters and request body are for method: restGmplsuniProvisionedPathFindGLSPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/gmplsuni/TunnelGroupEndpointMember/navigateToFarEndMember/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoGmplsuni"
        ],
        "operationId": "restGmplsuniTunnelGroupEndpointMemberNavigateToFarEndMember",
        "description": "The parameters and request body are for method: restGmplsuniTunnelGroupEndpointMemberNavigateToFarEndMember. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/gtp/S11Session/retrieveGtpS11Sessions": {
      "post": {
        "tags": [
          "SamoGtp"
        ],
        "operationId": "restGtpS11SessionRetrieveGtpS11Sessions",
        "description": "The parameters and request body are for method: restGtpS11SessionRetrieveGtpS11Sessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/hsm/HSMConfig/forceDelete/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoHsm"
        ],
        "operationId": "restHsmHSMConfigForceDelete",
        "description": "The parameters and request body are for method: restHsmHSMConfigForceDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/hsm/HSMConfig/purgeStaleEntriesOnHsm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoHsm"
        ],
        "operationId": "restHsmHSMConfigPurgeStaleEntriesOnHsm",
        "description": "The parameters and request body are for method: restHsmHSMConfigPurgeStaleEntriesOnHsm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/hsm/HSMConfig/testConnectionToHsm/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoHsm"
        ],
        "operationId": "restHsmHSMConfigTestConnectionToHsm",
        "description": "The parameters and request body are for method: restHsmHSMConfigTestConnectionToHsm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/icmp/IcmpPing/cancelIcmpTest/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoIcmp"
        ],
        "operationId": "restIcmpIcmpPingCancelIcmpTest",
        "description": "The parameters and request body are for method: restIcmpIcmpPingCancelIcmpTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ies/GroupInterface/requestPolicyAccountStatsClear/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIes"
        ],
        "operationId": "restIesGroupInterfaceRequestPolicyAccountStatsClear",
        "description": "The parameters and request body are for method: restIesGroupInterfaceRequestPolicyAccountStatsClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ies/L3AccessInterface/requestPolicyAccountStatsClear/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIes"
        ],
        "operationId": "restIesL3AccessInterfaceRequestPolicyAccountStatsClear",
        "description": "The parameters and request body are for method: restIesL3AccessInterfaceRequestPolicyAccountStatsClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ies/MSap/requestClearMsap/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIes"
        ],
        "operationId": "restIesMSapRequestClearMsap",
        "description": "The parameters and request body are for method: restIesMSapRequestClearMsap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ies/ServiceAccessPoint/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIes"
        ],
        "operationId": "restIesServiceAccessPointRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restIesServiceAccessPointRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ies/Site/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIes"
        ],
        "operationId": "restIesSiteRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restIesSiteRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/igh/InterfaceGroupHandler/configureIghMember/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIgh"
        ],
        "operationId": "restIghInterfaceGroupHandlerConfigureIghMember",
        "description": "The parameters and request body are for method: restIghInterfaceGroupHandlerConfigureIghMember. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/igmp/GroupInterfaceSapGroup/retrieveIgmpGroupIfSapGrp": {
      "post": {
        "tags": [
          "SamoIgmp"
        ],
        "operationId": "restIgmpGroupInterfaceSapGroupRetrieveIgmpGroupIfSapGrp",
        "description": "The parameters and request body are for method: restIgmpGroupInterfaceSapGroupRetrieveIgmpGroupIfSapGrp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/igmp/GroupInterfaceSapGroupSource/retrieveIgmpGroupIfSapGrpSrc": {
      "post": {
        "tags": [
          "SamoIgmp"
        ],
        "operationId": "restIgmpGroupInterfaceSapGroupSourceRetrieveIgmpGroupIfSapGrpSrc",
        "description": "The parameters and request body are for method: restIgmpGroupInterfaceSapGroupSourceRetrieveIgmpGroupIfSapGrpSrc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/igmp/IgmpHost/retrieveIgmpHosts": {
      "post": {
        "tags": [
          "SamoIgmp"
        ],
        "operationId": "restIgmpIgmpHostRetrieveIgmpHosts",
        "description": "The parameters and request body are for method: restIgmpIgmpHostRetrieveIgmpHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/igmp/Site/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIgmp"
        ],
        "operationId": "restIgmpSiteConfigure",
        "description": "The parameters and request body are for method: restIgmpSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ipipe/Site/requestClearArpCache/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpipe"
        ],
        "operationId": "restIpipeSiteRequestClearArpCache",
        "description": "The parameters and request body are for method: restIpipeSiteRequestClearArpCache. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipipe/Site/requestClearNeighborCache/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpipe"
        ],
        "operationId": "restIpipeSiteRequestClearNeighborCache",
        "description": "The parameters and request body are for method: restIpipeSiteRequestClearNeighborCache. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/IPSecGateway/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecIPSecGatewayShutDown",
        "description": "The parameters and request body are for method: restIpsecIPSecGatewayShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/IPSecGateway/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecIPSecGatewayTurnUp",
        "description": "The parameters and request body are for method: restIpsecIPSecGatewayTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/IPSecSecuredVpnManager/configureIPSecSecuredVPN": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecIPSecSecuredVpnManagerConfigureIPSecSecuredVPN",
        "description": "The parameters and request body are for method: restIpsecIPSecSecuredVpnManagerConfigureIPSecSecuredVPN. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ipsec/InternalDHCPv4AddressAssignment/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecInternalDHCPv4AddressAssignmentShutDown",
        "description": "The parameters and request body are for method: restIpsecInternalDHCPv4AddressAssignmentShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/InternalDHCPv4AddressAssignment/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecInternalDHCPv4AddressAssignmentTurnUp",
        "description": "The parameters and request body are for method: restIpsecInternalDHCPv4AddressAssignmentTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/InternalDHCPv6AddressAssignment/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecInternalDHCPv6AddressAssignmentShutDown",
        "description": "The parameters and request body are for method: restIpsecInternalDHCPv6AddressAssignmentShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/InternalDHCPv6AddressAssignment/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecInternalDHCPv6AddressAssignmentTurnUp",
        "description": "The parameters and request body are for method: restIpsecInternalDHCPv6AddressAssignmentTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/LocalAddressAssignment/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecLocalAddressAssignmentShutDown",
        "description": "The parameters and request body are for method: restIpsecLocalAddressAssignmentShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ipsec/LocalAddressAssignment/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIpsec"
        ],
        "operationId": "restIpsecLocalAddressAssignmentTurnUp",
        "description": "The parameters and request body are for method: restIpsecLocalAddressAssignmentTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/isa/AaEsmHostInfo/retrieveAaEsmHosts": {
      "post": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaAaEsmHostInfoRetrieveAaEsmHosts",
        "description": "The parameters and request body are for method: restIsaAaEsmHostInfoRetrieveAaEsmHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isa/AaGroup/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaAaGroupGetDependencyCount",
        "description": "The parameters and request body are for method: restIsaAaGroupGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/isa/AaSapInfo/invokeResyncAaSapInfo": {
      "post": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaAaSapInfoInvokeResyncAaSapInfo",
        "description": "The parameters and request body are for method: restIsaAaSapInfoInvokeResyncAaSapInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isa/AaSpokeSdpBindingInfo/invokeResyncAaSpokeSdpBindingInfo": {
      "post": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaAaSpokeSdpBindingInfoInvokeResyncAaSpokeSdpBindingInfo",
        "description": "The parameters and request body are for method: restIsaAaSpokeSdpBindingInfoInvokeResyncAaSpokeSdpBindingInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isa/AaSubInfo/invokeResyncAaSubInfo": {
      "post": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaAaSubInfoInvokeResyncAaSubInfo",
        "description": "The parameters and request body are for method: restIsaAaSubInfoInvokeResyncAaSubInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isa/IPSecIsaGroup/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaIPSecIsaGroupGetDependencyCount",
        "description": "The parameters and request body are for method: restIsaIPSecIsaGroupGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/isa/LnsGroup/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaLnsGroupGetDependencyCount",
        "description": "The parameters and request body are for method: restIsaLnsGroupGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/isa/VideoGroup/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoIsa"
        ],
        "operationId": "restIsaVideoGroupGetDependencyCount",
        "description": "The parameters and request body are for method: restIsaVideoGroupGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/isis/Area/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIsis"
        ],
        "operationId": "restIsisAreaConfigure",
        "description": "The parameters and request body are for method: restIsisAreaConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isis/AuthenticationKey/removeAuthenticationKey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIsis"
        ],
        "operationId": "restIsisAuthenticationKeyRemoveAuthenticationKey",
        "description": "The parameters and request body are for method: restIsisAuthenticationKeyRemoveAuthenticationKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/isis/Interface/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIsis"
        ],
        "operationId": "restIsisInterfaceConfigure",
        "description": "The parameters and request body are for method: restIsisInterfaceConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isis/Isis/configure": {
      "post": {
        "tags": [
          "SamoIsis"
        ],
        "operationId": "restIsisIsisConfigure",
        "description": "The parameters and request body are for method: restIsisIsisConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/isis/SiteExportPolicy/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoIsis"
        ],
        "operationId": "restIsisSiteExportPolicyConfigure",
        "description": "The parameters and request body are for method: restIsisSiteExportPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/clearFib": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryClearFib",
        "description": "The parameters and request body are for method: restL2fibFibEntryClearFib. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/defineFibEntries": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryDefineFibEntries",
        "description": "The parameters and request body are for method: restL2fibFibEntryDefineFibEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/defineFibEntry": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryDefineFibEntry",
        "description": "The parameters and request body are for method: restL2fibFibEntryDefineFibEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/forceAutocomplete": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryForceAutocomplete",
        "description": "The parameters and request body are for method: restL2fibFibEntryForceAutocomplete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/makeEntryFibStatic": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryMakeEntryFibStatic",
        "description": "The parameters and request body are for method: restL2fibFibEntryMakeEntryFibStatic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/makeFibStatic": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryMakeFibStatic",
        "description": "The parameters and request body are for method: restL2fibFibEntryMakeFibStatic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/removeFibEntry": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryRemoveFibEntry",
        "description": "The parameters and request body are for method: restL2fibFibEntryRemoveFibEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/FibEntry/resync": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibFibEntryResync",
        "description": "The parameters and request body are for method: restL2fibFibEntryResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/l2fib/MFibEntry/getDefinedObject/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibMFibEntryGetDefinedObject",
        "description": "The parameters and request body are for method: restL2fibMFibEntryGetDefinedObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l2fib/MFibEntry/resync": {
      "post": {
        "tags": [
          "SamoL2fib"
        ],
        "operationId": "restL2fibMFibEntryResync",
        "description": "The parameters and request body are for method: restL2fibMFibEntryResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/l2fwd/AbstractMmrpEntry/resync": {
      "post": {
        "tags": [
          "SamoL2fwd"
        ],
        "operationId": "restL2fwdAbstractMmrpEntryResync",
        "description": "The parameters and request body are for method: restL2fwdAbstractMmrpEntryResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/l2fwd/MldSiteMvr/findUserMvrSaps": {
      "post": {
        "tags": [
          "SamoL2fwd"
        ],
        "operationId": "restL2fwdMldSiteMvrFindUserMvrSaps",
        "description": "The parameters and request body are for method: restL2fwdMldSiteMvrFindUserMvrSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fwd/MrpPolicyEntry/renum": {
      "post": {
        "tags": [
          "SamoL2fwd"
        ],
        "operationId": "restL2fwdMrpPolicyEntryRenum",
        "description": "The parameters and request body are for method: restL2fwdMrpPolicyEntryRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2fwd/SiteMvr/findUserMvrSaps": {
      "post": {
        "tags": [
          "SamoL2fwd"
        ],
        "operationId": "restL2fwdSiteMvrFindUserMvrSaps",
        "description": "The parameters and request body are for method: restL2fwdSiteMvrFindUserMvrSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/GroupProfile/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpGroupProfileRemovePassword",
        "description": "The parameters and request body are for method: restL2tpGroupProfileRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l2tp/GroupProfile/retrieveEthernetSessions": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpGroupProfileRetrieveEthernetSessions",
        "description": "The parameters and request body are for method: restL2tpGroupProfileRetrieveEthernetSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/GroupProfile/stopTunnels": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpGroupProfileStopTunnels",
        "description": "The parameters and request body are for method: restL2tpGroupProfileStopTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/L2TPSession/retrieveL2TPSessions": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpL2TPSessionRetrieveL2TPSessions",
        "description": "The parameters and request body are for method: restL2tpL2TPSessionRetrieveL2TPSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/L2TPSession/retrieveL2TPv3EthernetTunnelStats": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpL2TPSessionRetrieveL2TPv3EthernetTunnelStats",
        "description": "The parameters and request body are for method: restL2tpL2TPSessionRetrieveL2TPv3EthernetTunnelStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/L2TPv3TunnelGroupConfig/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpL2TPv3TunnelGroupConfigRemovePassword",
        "description": "The parameters and request body are for method: restL2tpL2TPv3TunnelGroupConfigRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l2tp/L2TPv3VirtualRouterConfig/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpL2TPv3VirtualRouterConfigRemovePassword",
        "description": "The parameters and request body are for method: restL2tpL2TPv3VirtualRouterConfigRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l2tp/LacMlpppBundle/retrieveLacMlpppBundles": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpLacMlpppBundleRetrieveLacMlpppBundles",
        "description": "The parameters and request body are for method: restL2tpLacMlpppBundleRetrieveLacMlpppBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/Site/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpSiteRemovePassword",
        "description": "The parameters and request body are for method: restL2tpSiteRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l2tp/TunnelProfile/drain": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpTunnelProfileDrain",
        "description": "The parameters and request body are for method: restL2tpTunnelProfileDrain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l2tp/TunnelProfile/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpTunnelProfileRemovePassword",
        "description": "The parameters and request body are for method: restL2tpTunnelProfileRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l2tp/TunnelProfile/stopTunnels": {
      "post": {
        "tags": [
          "SamoL2tp"
        ],
        "operationId": "restL2tpTunnelProfileStopTunnels",
        "description": "The parameters and request body are for method: restL2tpTunnelProfileStopTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l3fwd/ServiceSite/generateNewRouteDistinguisher": {
      "post": {
        "tags": [
          "SamoL3fwd"
        ],
        "operationId": "restL3fwdServiceSiteGenerateNewRouteDistinguisher",
        "description": "The parameters and request body are for method: restL3fwdServiceSiteGenerateNewRouteDistinguisher. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l3fwd/ServiceSite/generateNewVrfTarget": {
      "post": {
        "tags": [
          "SamoL3fwd"
        ],
        "operationId": "restL3fwdServiceSiteGenerateNewVrfTarget",
        "description": "The parameters and request body are for method: restL3fwdServiceSiteGenerateNewVrfTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/l3fwd/ServiceSite/getRouteDistinguisherValues": {
      "get": {
        "tags": [
          "SamoL3fwd"
        ],
        "operationId": "restL3fwdServiceSiteGetRouteDistinguisherValues",
        "description": "The parameters and request body are for method: restL3fwdServiceSiteGetRouteDistinguisherValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicePointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "routeDistinguisherType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/l3fwd/ServiceSite/getVrfTargets": {
      "get": {
        "tags": [
          "SamoL3fwd"
        ],
        "operationId": "restL3fwdServiceSiteGetVrfTargets",
        "description": "The parameters and request body are for method: restL3fwdServiceSiteGetVrfTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicePointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfTargetFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/lag/Interface/requestClearSubVlanStats": {
      "post": {
        "tags": [
          "SamoLag"
        ],
        "operationId": "restLagInterfaceRequestClearSubVlanStats",
        "description": "The parameters and request body are for method: restLagInterfaceRequestClearSubVlanStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lag/Site/findLags/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLag"
        ],
        "operationId": "restLagSiteFindLags",
        "description": "The parameters and request body are for method: restLagSiteFindLags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/Bridge/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2BridgeConfigure",
        "description": "The parameters and request body are for method: restLayer2BridgeConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/MvrInterfaceConfigure/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2MvrInterfaceConfigureConfigure",
        "description": "The parameters and request body are for method: restLayer2MvrInterfaceConfigureConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/MvrSite/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2MvrSiteConfigure",
        "description": "The parameters and request body are for method: restLayer2MvrSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/NetworkInterface/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2NetworkInterfaceConfigure",
        "description": "The parameters and request body are for method: restLayer2NetworkInterfaceConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/SuperVlanInterfaceConfigure/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2SuperVlanInterfaceConfigureConfigure",
        "description": "The parameters and request body are for method: restLayer2SuperVlanInterfaceConfigureConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/TlsInterfaceConfigure/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2TlsInterfaceConfigureConfigure",
        "description": "The parameters and request body are for method: restLayer2TlsInterfaceConfigureConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/layer2/TlsSite/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLayer2"
        ],
        "operationId": "restLayer2TlsSiteConfigure",
        "description": "The parameters and request body are for method: restLayer2TlsSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ldp/AccountingFecPrefix/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLdp"
        ],
        "operationId": "restLdpAccountingFecPrefixShutDown",
        "description": "The parameters and request body are for method: restLdpAccountingFecPrefixShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ldp/AccountingFecPrefix/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLdp"
        ],
        "operationId": "restLdpAccountingFecPrefixTurnUp",
        "description": "The parameters and request body are for method: restLdpAccountingFecPrefixTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ldp/AuthenticationKey/removeAuthenticationKey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLdp"
        ],
        "operationId": "restLdpAuthenticationKeyRemoveAuthenticationKey",
        "description": "The parameters and request body are for method: restLdpAuthenticationKeyRemoveAuthenticationKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ldp/Interface/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLdp"
        ],
        "operationId": "restLdpInterfaceConfigure",
        "description": "The parameters and request body are for method: restLdpInterfaceConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ldp/Site/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLdp"
        ],
        "operationId": "restLdpSiteConfigure",
        "description": "The parameters and request body are for method: restLdpSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lmgperf/LMGPMPolicy/findLmgNodes": {
      "get": {
        "tags": [
          "SamoLmgperf"
        ],
        "operationId": "restLmgperfLMGPMPolicyFindLmgNodes",
        "description": "The parameters and request body are for method: restLmgperfLMGPMPolicyFindLmgNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/lmgperf/LMGPMPolicy/invokeCatchup": {
      "post": {
        "tags": [
          "SamoLmgperf"
        ],
        "operationId": "restLmgperfLMGPMPolicyInvokeCatchup",
        "description": "The parameters and request body are for method: restLmgperfLMGPMPolicyInvokeCatchup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/lmgperf/LMGPMPolicy/invokeLMGsCatchup": {
      "post": {
        "tags": [
          "SamoLmgperf"
        ],
        "operationId": "restLmgperfLMGPMPolicyInvokeLMGsCatchup",
        "description": "The parameters and request body are for method: restLmgperfLMGPMPolicyInvokeLMGsCatchup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/localuserdb/LocalUserDb/retrieveLocalUserDatabases": {
      "post": {
        "tags": [
          "SamoLocaluserdb"
        ],
        "operationId": "restLocaluserdbLocalUserDbRetrieveLocalUserDatabases",
        "description": "The parameters and request body are for method: restLocaluserdbLocalUserDbRetrieveLocalUserDatabases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/log/LogPolicy/purge": {
      "post": {
        "tags": [
          "SamoLog"
        ],
        "operationId": "restLogLogPolicyPurge",
        "description": "The parameters and request body are for method: restLogLogPolicyPurge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lps/LPSConfiguration/restartLearningWindowTimer": {
      "post": {
        "tags": [
          "SamoLps"
        ],
        "operationId": "restLpsLPSConfigurationRestartLearningWindowTimer",
        "description": "The parameters and request body are for method: restLpsLPSConfigurationRestartLearningWindowTimer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/lps/LearnedPortSecurity/convertToStatic": {
      "post": {
        "tags": [
          "SamoLps"
        ],
        "operationId": "restLpsLearnedPortSecurityConvertToStatic",
        "description": "The parameters and request body are for method: restLpsLearnedPortSecurityConvertToStatic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/lps/LearnedPortSecurity/releaseViolatedPort": {
      "post": {
        "tags": [
          "SamoLps"
        ],
        "operationId": "restLpsLearnedPortSecurityReleaseViolatedPort",
        "description": "The parameters and request body are for method: restLpsLearnedPortSecurityReleaseViolatedPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/lte/EPSPath/drillDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLteEPSPathDrillDown",
        "description": "The parameters and request body are for method: restLteEPSPathDrillDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/lte/EPSPath/drillDownPaths": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLteEPSPathDrillDownPaths",
        "description": "The parameters and request body are for method: restLteEPSPathDrillDownPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/lte/EPSPeer/createMobileService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLteEPSPeerCreateMobileService",
        "description": "The parameters and request body are for method: restLteEPSPeerCreateMobileService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/lte/MmeEpsPeerSummary/retrieveEnbLinkStatus": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLteMmeEpsPeerSummaryRetrieveEnbLinkStatus",
        "description": "The parameters and request body are for method: restLteMmeEpsPeerSummaryRetrieveEnbLinkStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lte/MmeEpsPeerSummary/retrieveEpsPeers": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLteMmeEpsPeerSummaryRetrieveEpsPeers",
        "description": "The parameters and request body are for method: restLteMmeEpsPeerSummaryRetrieveEpsPeers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lte/MmeEpsPeerSummary/setEpsPeerAdminState": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLteMmeEpsPeerSummarySetEpsPeerAdminState",
        "description": "The parameters and request body are for method: restLteMmeEpsPeerSummarySetEpsPeerAdminState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lte/PDNGateway/findAllNetworkElementsHavingPDNGateways": {
      "post": {
        "tags": [
          "SamoLte"
        ],
        "operationId": "restLtePDNGatewayFindAllNetworkElementsHavingPDNGateways",
        "description": "The parameters and request body are for method: restLtePDNGatewayFindAllNetworkElementsHavingPDNGateways. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ltecmm/CMMInstance/amfDirectedUELoadBalance/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLtecmm"
        ],
        "operationId": "restLtecmmCMMInstanceAmfDirectedUELoadBalance",
        "description": "The parameters and request body are for method: restLtecmmCMMInstanceAmfDirectedUELoadBalance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ltecmm/CMMInstance/retrieveAllPM/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoLtecmm"
        ],
        "operationId": "restLtecmmCMMInstanceRetrieveAllPM",
        "description": "The parameters and request body are for method: restLtecmmCMMInstanceRetrieveAllPM. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ltecmm/CMMInstance/retrieveSigNodeAdmin": {
      "post": {
        "tags": [
          "SamoLtecmm"
        ],
        "operationId": "restLtecmmCMMInstanceRetrieveSigNodeAdmin",
        "description": "The parameters and request body are for method: restLtecmmCMMInstanceRetrieveSigNodeAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ltecmm/CMMInstance/setAggregateAdminState": {
      "post": {
        "tags": [
          "SamoLtecmm"
        ],
        "operationId": "restLtecmmCMMInstanceSetAggregateAdminState",
        "description": "The parameters and request body are for method: restLtecmmCMMInstanceSetAggregateAdminState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ltecmm/CMMInstance/setGwAdminState": {
      "post": {
        "tags": [
          "SamoLtecmm"
        ],
        "operationId": "restLtecmmCMMInstanceSetGwAdminState",
        "description": "The parameters and request body are for method: restLtecmmCMMInstanceSetGwAdminState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ltecmm/CMMInstance/setGwtsAdminState": {
      "post": {
        "tags": [
          "SamoLtecmm"
        ],
        "operationId": "restLtecmmCMMInstanceSetGwtsAdminState",
        "description": "The parameters and request body are for method: restLtecmmCMMInstanceSetGwtsAdminState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/lteuserstats/UserStatsManager/cancelAllQueries": {
      "delete": {
        "tags": [
          "SamoLteuserstats"
        ],
        "operationId": "restLteuserstatsUserStatsManagerCancelAllQueries",
        "description": "The parameters and request body are for method: restLteuserstatsUserStatsManagerCancelAllQueries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/lteuserstats/UserStatsManager/removeAllQueries": {
      "post": {
        "tags": [
          "SamoLteuserstats"
        ],
        "operationId": "restLteuserstatsUserStatsManagerRemoveAllQueries",
        "description": "The parameters and request body are for method: restLteuserstatsUserStatsManagerRemoveAllQueries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/lteuserstats/UserStatsQuery/executeQueryOnList": {
      "put": {
        "tags": [
          "SamoLteuserstats"
        ],
        "operationId": "restLteuserstatsUserStatsQueryExecuteQueryOnList",
        "description": "The parameters and request body are for method: restLteuserstatsUserStatsQueryExecuteQueryOnList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/lteuserstats/UserStatsQuery/shouldWarnUser": {
      "post": {
        "tags": [
          "SamoLteuserstats"
        ],
        "operationId": "restLteuserstatsUserStatsQueryShouldWarnUser",
        "description": "The parameters and request body are for method: restLteuserstatsUserStatsQueryShouldWarnUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/CASite/syncWithGlobal/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecCASiteSyncWithGlobal",
        "description": "The parameters and request body are for method: restMacsecCASiteSyncWithGlobal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/macsec/ConnectivityAssociation/addCASites": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecConnectivityAssociationAddCASites",
        "description": "The parameters and request body are for method: restMacsecConnectivityAssociationAddCASites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/ConnectivityAssociation/deleteCASites/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecConnectivityAssociationDeleteCASites",
        "description": "The parameters and request body are for method: restMacsecConnectivityAssociationDeleteCASites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/ConnectivityAssociation/resetInProgressKeyingStatus/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecConnectivityAssociationResetInProgressKeyingStatus",
        "description": "The parameters and request body are for method: restMacsecConnectivityAssociationResetInProgressKeyingStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/macsec/MacSecScheduledTask/startRekey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecMacSecScheduledTaskStartRekey",
        "description": "The parameters and request body are for method: restMacsecMacSecScheduledTaskStartRekey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/macsec/MacsecInterface/removeMacsecInterfacesFromCA": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecMacsecInterfaceRemoveMacsecInterfacesFromCA",
        "description": "The parameters and request body are for method: restMacsecMacsecInterfaceRemoveMacsecInterfacesFromCA. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/StaticCAK/createPsk/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecStaticCAKCreatePsk",
        "description": "The parameters and request body are for method: restMacsecStaticCAKCreatePsk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/StaticCAK/deletePsk/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecStaticCAKDeletePsk",
        "description": "The parameters and request body are for method: restMacsecStaticCAKDeletePsk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/StaticCAK/distributePSKs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecStaticCAKDistributePSKs",
        "description": "The parameters and request body are for method: restMacsecStaticCAKDistributePSKs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/macsec/StaticCAK/syncWithGlobal/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMacsec"
        ],
        "operationId": "restMacsecStaticCAKSyncWithGlobal",
        "description": "The parameters and request body are for method: restMacsecStaticCAKSyncWithGlobal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mdaxconnect/MdaXconnectMac/findAnchorPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMdaxconnect"
        ],
        "operationId": "restMdaxconnectMdaXconnectMacFindAnchorPorts",
        "description": "The parameters and request body are for method: restMdaxconnectMdaXconnectMacFindAnchorPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mdaxconnect/MdaXconnectMac/findLoopbacks/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMdaxconnect"
        ],
        "operationId": "restMdaxconnectMdaXconnectMacFindLoopbacks",
        "description": "The parameters and request body are for method: restMdaxconnectMdaXconnectMacFindLoopbacks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mdaxconnect/MdaXconnectMac/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMdaxconnect"
        ],
        "operationId": "restMdaxconnectMdaXconnectMacGetDependencyCount",
        "description": "The parameters and request body are for method: restMdaxconnectMdaXconnectMacGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/BackupPolicy/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationBackupPolicyConfigure",
        "description": "The parameters and request body are for method: restMediationBackupPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/DeploymentPolicy/configure": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationDeploymentPolicyConfigure",
        "description": "The parameters and request body are for method: restMediationDeploymentPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/DeploymentPolicy/getInfo": {
      "get": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationDeploymentPolicyGetInfo",
        "description": "The parameters and request body are for method: restMediationDeploymentPolicyGetInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/FirmwareFolderDescriptor/activateFirmwareImage/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationFirmwareFolderDescriptorActivateFirmwareImage",
        "description": "The parameters and request body are for method: restMediationFirmwareFolderDescriptorActivateFirmwareImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/FirmwareFolderDescriptor/findFirmwareApplicableNes/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationFirmwareFolderDescriptorFindFirmwareApplicableNes",
        "description": "The parameters and request body are for method: restMediationFirmwareFolderDescriptorFindFirmwareApplicableNes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "isScheduled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/FirmwareFolderDescriptor/scheduleFirmwareUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationFirmwareFolderDescriptorScheduleFirmwareUpgrade",
        "description": "The parameters and request body are for method: restMediationFirmwareFolderDescriptorScheduleFirmwareUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/FirmwareFolderDescriptor/upgradeFirmware/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationFirmwareFolderDescriptorUpgradeFirmware",
        "description": "The parameters and request body are for method: restMediationFirmwareFolderDescriptorUpgradeFirmware. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/FirmwareFolderDescriptor/validateFirmwareDiskSpace/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationFirmwareFolderDescriptorValidateFirmwareDiskSpace",
        "description": "The parameters and request body are for method: restMediationFirmwareFolderDescriptorValidateFirmwareDiskSpace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/GNESoftwareFolderDescriptor/findApplicableNes/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationGNESoftwareFolderDescriptorFindApplicableNes",
        "description": "The parameters and request body are for method: restMediationGNESoftwareFolderDescriptorFindApplicableNes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "isScheduled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/GNESoftwareFolderDescriptor/findApplicableOperations/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationGNESoftwareFolderDescriptorFindApplicableOperations",
        "description": "The parameters and request body are for method: restMediationGNESoftwareFolderDescriptorFindApplicableOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "isScheduled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/GNESoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationGNESoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationGNESoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/GNESoftwareFolderDescriptor/upgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationGNESoftwareFolderDescriptorUpgrade",
        "description": "The parameters and request body are for method: restMediationGNESoftwareFolderDescriptorUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MMESoftwareFolderDescriptor/backout/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMMESoftwareFolderDescriptorBackout",
        "description": "The parameters and request body are for method: restMediationMMESoftwareFolderDescriptorBackout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MMESoftwareFolderDescriptor/commit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMMESoftwareFolderDescriptorCommit",
        "description": "The parameters and request body are for method: restMediationMMESoftwareFolderDescriptorCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MMESoftwareFolderDescriptor/continueExecutingSU/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMMESoftwareFolderDescriptorContinueExecutingSU",
        "description": "The parameters and request body are for method: restMediationMMESoftwareFolderDescriptorContinueExecutingSU. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MMESoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMMESoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationMMESoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MMESoftwareFolderDescriptor/upgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMMESoftwareFolderDescriptorUpgrade",
        "description": "The parameters and request body are for method: restMediationMMESoftwareFolderDescriptorUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MPRSoftwareFolderDescriptor/abortUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMPRSoftwareFolderDescriptorAbortUpgrade",
        "description": "The parameters and request body are for method: restMediationMPRSoftwareFolderDescriptorAbortUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MPRSoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMPRSoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationMPRSoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/MPRSoftwareFolderDescriptor/upgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationMPRSoftwareFolderDescriptorUpgrade",
        "description": "The parameters and request body are for method: restMediationMPRSoftwareFolderDescriptorUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/ManagementPingDestination/ping/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationManagementPingDestinationPing",
        "description": "The parameters and request body are for method: restMediationManagementPingDestinationPing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/ManagementPingDestination/pingAndGetResult/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationManagementPingDestinationPingAndGetResult",
        "description": "The parameters and request body are for method: restMediationManagementPingDestinationPingAndGetResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/abort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorAbort",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/activate/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorActivate",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/activateGmre": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorActivateGmre",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorActivateGmre. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/audit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorAudit",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/autoUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorAutoUpgrade",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorAutoUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/commit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorCommit",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/download/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorDownload",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/revert/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorRevert",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorRevert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OCSSoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOCSSoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationOCSSoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/certifyImage/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorCertifyImage",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorCertifyImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/deleteUbootMiniBoot/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorDeleteUbootMiniBoot",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorDeleteUbootMiniBoot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/installImage/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorInstallImage",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorInstallImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/reload/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorReload",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/upgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorUpgrade",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/upgradeFPGA/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorUpgradeFPGA",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorUpgradeFPGA. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/OmniSoftwareFolderDescriptor/upgradeUbootMiniBoot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationOmniSoftwareFolderDescriptorUpgradeUbootMiniBoot",
        "description": "The parameters and request body are for method: restMediationOmniSoftwareFolderDescriptorUpgradeUbootMiniBoot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/abort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorAbort",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/activate/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorActivate",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/audit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorAudit",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/autoUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorAutoUpgrade",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorAutoUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/commit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorCommit",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/download/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorDownload",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/revert/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorRevert",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorRevert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/PSSSoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationPSSSoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationPSSSoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANAldSoftwareFolderDescriptor/aldUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANAldSoftwareFolderDescriptorAldUpgrade",
        "description": "The parameters and request body are for method: restMediationRANAldSoftwareFolderDescriptorAldUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/abort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorAbort",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/accept/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorAccept",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorAccept. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/activate/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorActivate",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/download/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorDownload",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/reject/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorReject",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorReject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/scheduleActivate/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorScheduleActivate",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorScheduleActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/RANSoftwareFolderDescriptor/stopMonitoring/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationRANSoftwareFolderDescriptorStopMonitoring",
        "description": "The parameters and request body are for method: restMediationRANSoftwareFolderDescriptorStopMonitoring. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/activateImage/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorActivateImage",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorActivateImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/extShelfScheduleUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorExtShelfScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorExtShelfScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/findApplicableNes/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorFindApplicableNes",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorFindApplicableNes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "isScheduled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/upgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorUpgrade",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/upgradeExtShelves/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorUpgradeExtShelves",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorUpgradeExtShelves. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderDescriptor/validateDiskSpace/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderDescriptorValidateDiskSpace",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderDescriptorValidateDiskSpace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderManager/getInfo": {
      "get": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderManagerGetInfo",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderManagerGetInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderManager/importFwImage": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderManagerImportFwImage",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderManagerImportFwImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/SoftwareFolderManager/importImage": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationSoftwareFolderManagerImportImage",
        "description": "The parameters and request body are for method: restMediationSoftwareFolderManagerImportImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/abort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorAbort",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/activate/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorActivate",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/audit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorAudit",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/autoUpgrade/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorAutoUpgrade",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorAutoUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/commit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorCommit",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/download/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorDownload",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/revert/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorRevert",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorRevert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mediation/VwmOsuSoftwareFolderDescriptor/scheduleUpgrade/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMediation"
        ],
        "operationId": "restMediationVwmOsuSoftwareFolderDescriptorScheduleUpgrade",
        "description": "The parameters and request body are for method: restMediationVwmOsuSoftwareFolderDescriptorScheduleUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mirror/PcapSession/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMirror"
        ],
        "operationId": "restMirrorPcapSessionShutDown",
        "description": "The parameters and request body are for method: restMirrorPcapSessionShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mirror/PcapSession/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMirror"
        ],
        "operationId": "restMirrorPcapSessionTurnUp",
        "description": "The parameters and request body are for method: restMirrorPcapSessionTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mirrorli/LICfg/saveLIConfig/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMirrorli"
        ],
        "operationId": "restMirrorliLICfgSaveLIConfig",
        "description": "The parameters and request body are for method: restMirrorliLICfgSaveLIConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mld/GroupInterfaceSapGroup/retrieveMldGroupIfSapGrp": {
      "post": {
        "tags": [
          "SamoMld"
        ],
        "operationId": "restMldGroupInterfaceSapGroupRetrieveMldGroupIfSapGrp",
        "description": "The parameters and request body are for method: restMldGroupInterfaceSapGroupRetrieveMldGroupIfSapGrp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mld/MldHost/retrieveMldHostPerSubscrHost": {
      "post": {
        "tags": [
          "SamoMld"
        ],
        "operationId": "restMldMldHostRetrieveMldHostPerSubscrHost",
        "description": "The parameters and request body are for method: restMldMldHostRetrieveMldHostPerSubscrHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mld/MldHost/retrieveMldHosts": {
      "post": {
        "tags": [
          "SamoMld"
        ],
        "operationId": "restMldMldHostRetrieveMldHosts",
        "description": "The parameters and request body are for method: restMldMldHostRetrieveMldHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mld/MldHost/retrieveResSubscrMldHosts": {
      "post": {
        "tags": [
          "SamoMld"
        ],
        "operationId": "restMldMldHostRetrieveResSubscrMldHosts",
        "description": "The parameters and request body are for method: restMldMldHostRetrieveResSubscrMldHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/BidirMonitoredIpPath/captureCurrentPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathBidirMonitoredIpPathCaptureCurrentPath",
        "description": "The parameters and request body are for method: restMonpathBidirMonitoredIpPathCaptureCurrentPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/BidirMonitoredLspPath/captureCurrentPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathBidirMonitoredLspPathCaptureCurrentPath",
        "description": "The parameters and request body are for method: restMonpathBidirMonitoredLspPathCaptureCurrentPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredIpPath/captureCurrentPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredIpPathCaptureCurrentPath",
        "description": "The parameters and request body are for method: restMonpathMonitoredIpPathCaptureCurrentPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredIpPath/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredIpPathFindServices",
        "description": "The parameters and request body are for method: restMonpathMonitoredIpPathFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredLspPath/captureCurrentPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredLspPathCaptureCurrentPath",
        "description": "The parameters and request body are for method: restMonpathMonitoredLspPathCaptureCurrentPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredLspPath/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredLspPathFindServices",
        "description": "The parameters and request body are for method: restMonpathMonitoredLspPathFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredP2MPLspPath/captureCurrentPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredP2MPLspPathCaptureCurrentPath",
        "description": "The parameters and request body are for method: restMonpathMonitoredP2MPLspPathCaptureCurrentPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredP2MPLspPath/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredP2MPLspPathFindServices",
        "description": "The parameters and request body are for method: restMonpathMonitoredP2MPLspPathFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredPath/validatePath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredPathValidatePath",
        "description": "The parameters and request body are for method: restMonpathMonitoredPathValidatePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredPath/validatePaths": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredPathValidatePaths",
        "description": "The parameters and request body are for method: restMonpathMonitoredPathValidatePaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredPathManager/createBidirMonitoredPath": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredPathManagerCreateBidirMonitoredPath",
        "description": "The parameters and request body are for method: restMonpathMonitoredPathManagerCreateBidirMonitoredPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredPathManager/createMonitoredPath": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredPathManagerCreateMonitoredPath",
        "description": "The parameters and request body are for method: restMonpathMonitoredPathManagerCreateMonitoredPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredS2LPath/captureCurrentPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredS2LPathCaptureCurrentPath",
        "description": "The parameters and request body are for method: restMonpathMonitoredS2LPathCaptureCurrentPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/monpath/MonitoredS2LPath/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMonpath"
        ],
        "operationId": "restMonpathMonitoredS2LPathFindServices",
        "description": "The parameters and request body are for method: restMonpathMonitoredS2LPathFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Crossconnect/configure": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsCrossconnectConfigure",
        "description": "The parameters and request body are for method: restMplsCrossconnectConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/DynamicLsp/findCrossconnects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsDynamicLspFindCrossconnects",
        "description": "The parameters and request body are for method: restMplsDynamicLspFindCrossconnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/DynamicLsp/findRsvpSessions/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsDynamicLspFindRsvpSessions",
        "description": "The parameters and request body are for method: restMplsDynamicLspFindRsvpSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Hop/findInterface/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsHopFindInterface",
        "description": "The parameters and request body are for method: restMplsHopFindInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mpls/Hop/findPort/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsHopFindPort",
        "description": "The parameters and request body are for method: restMplsHopFindPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mpls/IngStatsPolicy/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsIngStatsPolicyShutDown",
        "description": "The parameters and request body are for method: restMplsIngStatsPolicyShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mpls/IngStatsPolicy/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsIngStatsPolicyTurnUp",
        "description": "The parameters and request body are for method: restMplsIngStatsPolicyTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mpls/Interface/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsInterfaceConfigure",
        "description": "The parameters and request body are for method: restMplsInterfaceConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Lsp/findLdpTargetedPeers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspFindLdpTargetedPeers",
        "description": "The parameters and request body are for method: restMplsLspFindLdpTargetedPeers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Lsp/findServiceCircuits/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspFindServiceCircuits",
        "description": "The parameters and request body are for method: restMplsLspFindServiceCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Lsp/findServicePaths/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspFindServicePaths",
        "description": "The parameters and request body are for method: restMplsLspFindServicePaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Lsp/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspFindServices",
        "description": "The parameters and request body are for method: restMplsLspFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Lsp/findSubscribers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspFindSubscribers",
        "description": "The parameters and request body are for method: restMplsLspFindSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/LspPathOptimizationPolicy/execute/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspPathOptimizationPolicyExecute",
        "description": "The parameters and request body are for method: restMplsLspPathOptimizationPolicyExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/LspPathOptimizationPolicy/executeFromList/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspPathOptimizationPolicyExecuteFromList",
        "description": "The parameters and request body are for method: restMplsLspPathOptimizationPolicyExecuteFromList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/LspPathOptimizationPolicy/findPathWithJoin/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspPathOptimizationPolicyFindPathWithJoin",
        "description": "The parameters and request body are for method: restMplsLspPathOptimizationPolicyFindPathWithJoin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/LspPathOptimizationPolicy/terminateCurrentExecution/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspPathOptimizationPolicyTerminateCurrentExecution",
        "description": "The parameters and request body are for method: restMplsLspPathOptimizationPolicyTerminateCurrentExecution. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mpls/LspTemplateMvpn/findP2mpLsp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspTemplateMvpnFindP2mpLsp",
        "description": "The parameters and request body are for method: restMplsLspTemplateMvpnFindP2mpLsp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/LspTemplateMvpn/findP2pLsp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsLspTemplateMvpnFindP2pLsp",
        "description": "The parameters and request body are for method: restMplsLspTemplateMvpnFindP2pLsp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/P2MPDynamicLsp/findCrossconnects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsP2MPDynamicLspFindCrossconnects",
        "description": "The parameters and request body are for method: restMplsP2MPDynamicLspFindCrossconnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/P2MPDynamicLsp/findRsvpSessions/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsP2MPDynamicLspFindRsvpSessions",
        "description": "The parameters and request body are for method: restMplsP2MPDynamicLspFindRsvpSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Policy/findAdminGroups": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsPolicyFindAdminGroups",
        "description": "The parameters and request body are for method: restMplsPolicyFindAdminGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Policy/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsPolicyFindInterfaces",
        "description": "The parameters and request body are for method: restMplsPolicyFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Policy/findLspPaths/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsPolicyFindLspPaths",
        "description": "The parameters and request body are for method: restMplsPolicyFindLspPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Policy/findLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsPolicyFindLsps",
        "description": "The parameters and request body are for method: restMplsPolicyFindLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/SharedRiskLinkGroup/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsSharedRiskLinkGroupFindInterfaces",
        "description": "The parameters and request body are for method: restMplsSharedRiskLinkGroupFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Site/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsSiteConfigure",
        "description": "The parameters and request body are for method: restMplsSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/configure": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelConfigure",
        "description": "The parameters and request body are for method: restMplsTunnelConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/configureTunnelAndPath": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelConfigureTunnelAndPath",
        "description": "The parameters and request body are for method: restMplsTunnelConfigureTunnelAndPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/findActualPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelFindActualPath",
        "description": "The parameters and request body are for method: restMplsTunnelFindActualPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/findLspPaths/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelFindLspPaths",
        "description": "The parameters and request body are for method: restMplsTunnelFindLspPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/findLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelFindLsps",
        "description": "The parameters and request body are for method: restMplsTunnelFindLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/findP2mpLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelFindP2mpLsps",
        "description": "The parameters and request body are for method: restMplsTunnelFindP2mpLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/findProvisionedPath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelFindProvisionedPath",
        "description": "The parameters and request body are for method: restMplsTunnelFindProvisionedPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpls/Tunnel/findS2lPaths/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpls"
        ],
        "operationId": "restMplsTunnelFindS2lPaths",
        "description": "The parameters and request body are for method: restMplsTunnelFindS2lPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mplstp/BFDTemplate/findP2PLsp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMplstp"
        ],
        "operationId": "restMplstpBFDTemplateFindP2PLsp",
        "description": "The parameters and request body are for method: restMplstpBFDTemplateFindP2PLsp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mplstp/GlobalTPLsp/createWithAutoFillForCompleteConnections": {
      "post": {
        "tags": [
          "SamoMplstp"
        ],
        "operationId": "restMplstpGlobalTPLspCreateWithAutoFillForCompleteConnections",
        "description": "The parameters and request body are for method: restMplstpGlobalTPLspCreateWithAutoFillForCompleteConnections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mplstp/GlobalTPLsp/createWithAutoFillForIncompleteConnections": {
      "post": {
        "tags": [
          "SamoMplstp"
        ],
        "operationId": "restMplstpGlobalTPLspCreateWithAutoFillForIncompleteConnections",
        "description": "The parameters and request body are for method: restMplstpGlobalTPLspCreateWithAutoFillForIncompleteConnections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mpr/BackhaulService/deployServiceAction/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMpr"
        ],
        "operationId": "restMprBackhaulServiceDeployServiceAction",
        "description": "The parameters and request body are for method: restMprBackhaulServiceDeployServiceAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/msappolicy/Policy/requestClearIdleOnlyMsaps": {
      "post": {
        "tags": [
          "SamoMsappolicy"
        ],
        "operationId": "restMsappolicyPolicyRequestClearIdleOnlyMsaps",
        "description": "The parameters and request body are for method: restMsappolicyPolicyRequestClearIdleOnlyMsaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/msappolicy/Policy/requestClearMsaps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMsappolicy"
        ],
        "operationId": "restMsappolicyPolicyRequestClearMsaps",
        "description": "The parameters and request body are for method: restMsappolicyPolicyRequestClearMsaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multicast/EgressMcastGroup/findAccessInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMulticast"
        ],
        "operationId": "restMulticastEgressMcastGroupFindAccessInterfaces",
        "description": "The parameters and request body are for method: restMulticastEgressMcastGroupFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicast/IngrPathMgmtOperationalChannelMda/retrieveChannels": {
      "post": {
        "tags": [
          "SamoMulticast"
        ],
        "operationId": "restMulticastIngrPathMgmtOperationalChannelMdaRetrieveChannels",
        "description": "The parameters and request body are for method: restMulticastIngrPathMgmtOperationalChannelMdaRetrieveChannels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicast/IngrPathMgmtOperationalChannelSvc/retrieveVRtrChannels": {
      "post": {
        "tags": [
          "SamoMulticast"
        ],
        "operationId": "restMulticastIngrPathMgmtOperationalChannelSvcRetrieveVRtrChannels",
        "description": "The parameters and request body are for method: restMulticastIngrPathMgmtOperationalChannelSvcRetrieveVRtrChannels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicast/IngrPathMgmtOperationalChannelSvc/retrieveVplsChannels": {
      "post": {
        "tags": [
          "SamoMulticast"
        ],
        "operationId": "restMulticastIngrPathMgmtOperationalChannelSvcRetrieveVplsChannels",
        "description": "The parameters and request body are for method: restMulticastIngrPathMgmtOperationalChannelSvcRetrieveVplsChannels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicast/PolicyGroupEntry/find": {
      "post": {
        "tags": [
          "SamoMulticast"
        ],
        "operationId": "restMulticastPolicyGroupEntryFind",
        "description": "The parameters and request body are for method: restMulticastPolicyGroupEntryFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/Domain/findGroupDomainBinding/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrDomainFindGroupDomainBinding",
        "description": "The parameters and request body are for method: restMulticastmgrDomainFindGroupDomainBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/Group/syncGroups": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrGroupSyncGroups",
        "description": "The parameters and request body are for method: restMulticastmgrGroupSyncGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/MulticastNetwork/createMulticastNetwork": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrMulticastNetworkCreateMulticastNetwork",
        "description": "The parameters and request body are for method: restMulticastmgrMulticastNetworkCreateMulticastNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/PimDomain/addRoutersToDomain/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrPimDomainAddRoutersToDomain",
        "description": "The parameters and request body are for method: restMulticastmgrPimDomainAddRoutersToDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/PimDomain/deleteSGFromDomain/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrPimDomainDeleteSGFromDomain",
        "description": "The parameters and request body are for method: restMulticastmgrPimDomainDeleteSGFromDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/PimDomain/removeRoutersFromDomain/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrPimDomainRemoveRoutersFromDomain",
        "description": "The parameters and request body are for method: restMulticastmgrPimDomainRemoveRoutersFromDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/PimDomain/resyncAnycastRPTable/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrPimDomainResyncAnycastRPTable",
        "description": "The parameters and request body are for method: restMulticastmgrPimDomainResyncAnycastRPTable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multicastmgr/PimDomain/resyncRPTable/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMulticastmgr"
        ],
        "operationId": "restMulticastmgrPimDomainResyncRPTable",
        "description": "The parameters and request body are for method: restMulticastmgrPimDomainResyncRPTable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/AbstractMultiChassisPeer/findInstanceContainedPeers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisAbstractMultiChassisPeerFindInstanceContainedPeers",
        "description": "The parameters and request body are for method: restMultichassisAbstractMultiChassisPeerFindInstanceContainedPeers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/AbstractMultiChassisPeer/pushDownPeerSyncSymmetricalConfig/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisAbstractMultiChassisPeerPushDownPeerSyncSymmetricalConfig",
        "description": "The parameters and request body are for method: restMultichassisAbstractMultiChassisPeerPushDownPeerSyncSymmetricalConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/AbstractMultiChassisPeer/resetPeerSyncProtocols/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisAbstractMultiChassisPeerResetPeerSyncProtocols",
        "description": "The parameters and request body are for method: restMultichassisAbstractMultiChassisPeerResetPeerSyncProtocols. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/McOmcrStat/resyncMcOmcrStat": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMcOmcrStatResyncMcOmcrStat",
        "description": "The parameters and request body are for method: restMultichassisMcOmcrStatResyncMcOmcrStat. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisIPSecGroup/forceTagSync/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisIPSecGroupForceTagSync",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisIPSecGroupForceTagSync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisMobileGatewayGroup/mobilePeerSwitchOver/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisMobileGatewayGroupMobilePeerSwitchOver",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisMobileGatewayGroupMobilePeerSwitchOver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisMobileGatewayGroup/mobilePeerSwitchOverAbort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisMobileGatewayGroupMobilePeerSwitchOverAbort",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisMobileGatewayGroupMobilePeerSwitchOverAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisMobileGatewayGroup/mobilePeerSwitchOverNow/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisMobileGatewayGroupMobilePeerSwitchOverNow",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisMobileGatewayGroupMobilePeerSwitchOverNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisPeer/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisPeerGetDependencyCount",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisPeerGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisPeerMobileGateway/mobilePeerSwitchOver/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisPeerMobileGatewayMobilePeerSwitchOver",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisPeerMobileGatewayMobilePeerSwitchOver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisPeerMobileGateway/mobilePeerSwitchOverAbort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisPeerMobileGatewayMobilePeerSwitchOverAbort",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisPeerMobileGatewayMobilePeerSwitchOverAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisPeerMobileGateway/mobilePeerSwitchOverNow/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisPeerMobileGatewayMobilePeerSwitchOverNow",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisPeerMobileGatewayMobilePeerSwitchOverNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisRingNode/findAssociatedVplsSaps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisRingNodeFindAssociatedVplsSaps",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisRingNodeFindAssociatedVplsSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisRingNode/findReferencedSaps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisRingNodeFindReferencedSaps",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisRingNodeFindReferencedSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/MultiChassisRingNode/findReferencedStaticHosts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisMultiChassisRingNodeFindReferencedStaticHosts",
        "description": "The parameters and request body are for method: restMultichassisMultiChassisRingNodeFindReferencedStaticHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/multichassis/PeerSynchronizationProtocol/findSyncTags/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMultichassis"
        ],
        "operationId": "restMultichassisPeerSynchronizationProtocolFindSyncTags",
        "description": "The parameters and request body are for method: restMultichassisPeerSynchronizationProtocolFindSyncTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/mvpls/L2AccessInterface/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMvpls"
        ],
        "operationId": "restMvplsL2AccessInterfaceRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restMvplsL2AccessInterfaceRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mvpls/Site/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMvpls"
        ],
        "operationId": "restMvplsSiteRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restMvplsSiteRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/mwa/PortTermination/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoMwa"
        ],
        "operationId": "restMwaPortTerminationGetDependencyCount",
        "description": "The parameters and request body are for method: restMwaPortTerminationGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/mwa/PortTermination/rebootRadio/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoMwa"
        ],
        "operationId": "restMwaPortTerminationRebootRadio",
        "description": "The parameters and request body are for method: restMwaPortTerminationRebootRadio. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nat/AbstractLsnSubscriber/queryLsnSubscribers": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatAbstractLsnSubscriberQueryLsnSubscribers",
        "description": "The parameters and request body are for method: restNatAbstractLsnSubscriberQueryLsnSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/ClassicLsnHost/retrieveSubIdStrTimestamp": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatClassicLsnHostRetrieveSubIdStrTimestamp",
        "description": "The parameters and request body are for method: restNatClassicLsnHostRetrieveSubIdStrTimestamp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/FirewallHost/retrieveFirewallHosts": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatFirewallHostRetrieveFirewallHosts",
        "description": "The parameters and request body are for method: restNatFirewallHostRetrieveFirewallHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/IsaMda/requestRecoverL2AwBypass": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatIsaMdaRequestRecoverL2AwBypass",
        "description": "The parameters and request body are for method: restNatIsaMdaRequestRecoverL2AwBypass. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/L2AwHosts/retrieveL2AwHosts": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatL2AwHostsRetrieveL2AwHosts",
        "description": "The parameters and request body are for method: restNatL2AwHostsRetrieveL2AwHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/L2AwSubscriber/retrieveL2AwareSubscribers": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatL2AwSubscriberRetrieveL2AwareSubscribers",
        "description": "The parameters and request body are for method: restNatL2AwSubscriberRetrieveL2AwareSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/L2AwareBlockAllocation/retrieveL2AwareBlockAllocations": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatL2AwareBlockAllocationRetrieveL2AwareBlockAllocations",
        "description": "The parameters and request body are for method: restNatL2AwareBlockAllocationRetrieveL2AwareBlockAllocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/L2AwareNatSubscriberPolicies/retrieveL2AwareNatSubscriberPolicies": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatL2AwareNatSubscriberPoliciesRetrieveL2AwareNatSubscriberPolicies",
        "description": "The parameters and request body are for method: restNatL2AwareNatSubscriberPoliciesRetrieveL2AwareNatSubscriberPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/LsnBlockAllocation/retrieveLsnBlockAllocations": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatLsnBlockAllocationRetrieveLsnBlockAllocations",
        "description": "The parameters and request body are for method: restNatLsnBlockAllocationRetrieveLsnBlockAllocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/NatIsaGroup/findDaughterCards/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatNatIsaGroupFindDaughterCards",
        "description": "The parameters and request body are for method: restNatNatIsaGroupFindDaughterCards. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isaGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nat/NatIsaGroup/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatNatIsaGroupGetDependencyCount",
        "description": "The parameters and request body are for method: restNatNatIsaGroupGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nat/NatIsaGroupConf/getReassemblyGroups": {
      "get": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatNatIsaGroupConfGetReassemblyGroups",
        "description": "The parameters and request body are for method: restNatNatIsaGroupConfGetReassemblyGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isaGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nat/NatPool/requestNatPoolHistogram": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatNatPoolRequestNatPoolHistogram",
        "description": "The parameters and request body are for method: restNatNatPoolRequestNatPoolHistogram. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/NatVapp/requestRecoverEsaVm": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatNatVappRequestRecoverEsaVm",
        "description": "The parameters and request body are for method: restNatNatVappRequestRecoverEsaVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/StaticPortMapRequest/applyStaticPortMapRequest": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatStaticPortMapRequestApplyStaticPortMapRequest",
        "description": "The parameters and request body are for method: restNatStaticPortMapRequestApplyStaticPortMapRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/StaticPortMapRequest/applyStaticPortMapRequestWithResult": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatStaticPortMapRequestApplyStaticPortMapRequestWithResult",
        "description": "The parameters and request body are for method: restNatStaticPortMapRequestApplyStaticPortMapRequestWithResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/StaticPortMapRequest/applyStaticPortMapRequests": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatStaticPortMapRequestApplyStaticPortMapRequests",
        "description": "The parameters and request body are for method: restNatStaticPortMapRequestApplyStaticPortMapRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nat/StaticPortMapping/retrieveNatPortForwarding": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatStaticPortMappingRetrieveNatPortForwarding",
        "description": "The parameters and request body are for method: restNatStaticPortMappingRetrieveNatPortForwarding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/SvcChainEsiMapping/retrieveEsiMappings": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatSvcChainEsiMappingRetrieveEsiMappings",
        "description": "The parameters and request body are for method: restNatSvcChainEsiMappingRetrieveEsiMappings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/SvcChainIpMapping/retrieveIpMappings": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatSvcChainIpMappingRetrieveIpMappings",
        "description": "The parameters and request body are for method: restNatSvcChainIpMappingRetrieveIpMappings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nat/SvcChainVasFilterPolicy/requestClearIsaSvcChainVasFilter": {
      "post": {
        "tags": [
          "SamoNat"
        ],
        "operationId": "restNatSvcChainVasFilterPolicyRequestClearIsaSvcChainVasFilter",
        "description": "The parameters and request body are for method: restNatSvcChainVasFilterPolicyRequestClearIsaSvcChainVasFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/neaudit/NeAudit/audit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNeaudit"
        ],
        "operationId": "restNeauditNeAuditAudit",
        "description": "The parameters and request body are for method: restNeauditNeAuditAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/neaudit/NeAuditManager/triggerNeAudit": {
      "post": {
        "tags": [
          "SamoNeaudit"
        ],
        "operationId": "restNeauditNeAuditManagerTriggerNeAudit",
        "description": "The parameters and request body are for method: restNeauditNeAuditManagerTriggerNeAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/neaudit/NeAuditManager/triggerNesAudit": {
      "post": {
        "tags": [
          "SamoNeaudit"
        ],
        "operationId": "restNeauditNeAuditManagerTriggerNesAudit",
        "description": "The parameters and request body are for method: restNeauditNeAuditManagerTriggerNesAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nelicense/AbstractNELicense/installLicense/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNelicense"
        ],
        "operationId": "restNelicenseAbstractNELicenseInstallLicense",
        "description": "The parameters and request body are for method: restNelicenseAbstractNELicenseInstallLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netca/CardStatsTCAProfile/clearPMCountersForSelected": {
      "post": {
        "tags": [
          "SamoNetca"
        ],
        "operationId": "restNetcaCardStatsTCAProfileClearPMCountersForSelected",
        "description": "The parameters and request body are for method: restNetcaCardStatsTCAProfileClearPMCountersForSelected. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netca/CardStatsTCAProfile/findPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetca"
        ],
        "operationId": "restNetcaCardStatsTCAProfileFindPorts",
        "description": "The parameters and request body are for method: restNetcaCardStatsTCAProfileFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/AbstractPhysicalLink/findBwUsage/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwAbstractPhysicalLinkFindBwUsage",
        "description": "The parameters and request body are for method: restNetwAbstractPhysicalLinkFindBwUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/AdvertisedNode/purge": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwAdvertisedNodePurge",
        "description": "The parameters and request body are for method: restNetwAdvertisedNodePurge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findAvailableAccessCtpsPerNode": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindAvailableAccessCtpsPerNode",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindAvailableAccessCtpsPerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findAvailableCtpsPerNode": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindAvailableCtpsPerNode",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindAvailableCtpsPerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findAvailableNetworkCtpsPerNode": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindAvailableNetworkCtpsPerNode",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindAvailableNetworkCtpsPerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findCtp": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindCtp",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindCtp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findCtpFiltered": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindCtpFiltered",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindCtpFiltered. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findCtpsOnDirectlyTerminatablePort": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindCtpsOnDirectlyTerminatablePort",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindCtpsOnDirectlyTerminatablePort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portObjectPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findCtpsOnMultiplePorts": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindCtpsOnMultiplePorts",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindCtpsOnMultiplePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/ConnectionTerminationPoint/findCtpsOnMultiplePortsWithFilter": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwConnectionTerminationPointFindCtpsOnMultiplePortsWithFilter",
        "description": "The parameters and request body are for method: restNetwConnectionTerminationPointFindCtpsOnMultiplePortsWithFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/cleanUpReference": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkCleanUpReference",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkCleanUpReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/cleanUpReferenceInTopologyGroup": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkCleanUpReferenceInTopologyGroup",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkCleanUpReferenceInTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/cleanUpReferenceSelected": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkCleanUpReferenceSelected",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkCleanUpReferenceSelected. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/clearReference": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkClearReference",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkClearReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/clearReferenceInTopologyGroup": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkClearReferenceInTopologyGroup",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkClearReferenceInTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/clearReferenceSelected": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkClearReferenceSelected",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkClearReferenceSelected. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/deleteDuplicatePhysicalLinks": {
      "delete": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkDeleteDuplicatePhysicalLinks",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkDeleteDuplicatePhysicalLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/setReference": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkSetReference",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkSetReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/setReferenceInTopologyGroup": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkSetReferenceInTopologyGroup",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkSetReferenceInTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/DiscoveredPhysicalLink/setReferenceSelected": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwDiscoveredPhysicalLinkSetReferenceSelected",
        "description": "The parameters and request body are for method: restNetwDiscoveredPhysicalLinkSetReferenceSelected. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/Group/addNetworkElementsToGroup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupAddNetworkElementsToGroup",
        "description": "The parameters and request body are for method: restNetwGroupAddNetworkElementsToGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/Group/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupConfigure",
        "description": "The parameters and request body are for method: restNetwGroupConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/Group/findGroupBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupFindGroupBindings",
        "description": "The parameters and request body are for method: restNetwGroupFindGroupBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/Group/findNetworkElementsAssignableToGroup/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupFindNetworkElementsAssignableToGroup",
        "description": "The parameters and request body are for method: restNetwGroupFindNetworkElementsAssignableToGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInMultiGroupAllowed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInGroupMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInHeadEnds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/Group/findNetworkElementsInGroup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupFindNetworkElementsInGroup",
        "description": "The parameters and request body are for method: restNetwGroupFindNetworkElementsInGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/Group/removeNetworkElementsFromGroup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupRemoveNetworkElementsFromGroup",
        "description": "The parameters and request body are for method: restNetwGroupRemoveNetworkElementsFromGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/GroupBinding/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupBindingConfigure",
        "description": "The parameters and request body are for method: restNetwGroupBindingConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/GroupDirector/findGroupsContainingObject": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupDirectorFindGroupsContainingObject",
        "description": "The parameters and request body are for method: restNetwGroupDirectorFindGroupsContainingObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/GroupManager/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupManagerConfigure",
        "description": "The parameters and request body are for method: restNetwGroupManagerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/GroupManager/findCandidateGroupsForNewMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupManagerFindCandidateGroupsForNewMembers",
        "description": "The parameters and request body are for method: restNetwGroupManagerFindCandidateGroupsForNewMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/GroupManager/findGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupManagerFindGroups",
        "description": "The parameters and request body are for method: restNetwGroupManagerFindGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/GroupManager/findNonMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwGroupManagerFindNonMembers",
        "description": "The parameters and request body are for method: restNetwGroupManagerFindNonMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NeStub/discover/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNeStubDiscover",
        "description": "The parameters and request body are for method: restNetwNeStubDiscover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/Network/removeNe": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkRemoveNe",
        "description": "The parameters and request body are for method: restNetwNetworkRemoveNe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/associatePeerNode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementAssociatePeerNode",
        "description": "The parameters and request body are for method: restNetwNetworkElementAssociatePeerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/cleanUpInconsistenciesOnNode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementCleanUpInconsistenciesOnNode",
        "description": "The parameters and request body are for method: restNetwNetworkElementCleanUpInconsistenciesOnNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/coldReboot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementColdReboot",
        "description": "The parameters and request body are for method: restNetwNetworkElementColdReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/connectToConsole/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementConnectToConsole",
        "description": "The parameters and request body are for method: restNetwNetworkElementConnectToConsole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/dissociatePeerNode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementDissociatePeerNode",
        "description": "The parameters and request body are for method: restNetwNetworkElementDissociatePeerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/doInconsistenciesExistOnNode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementDoInconsistenciesExistOnNode",
        "description": "The parameters and request body are for method: restNetwNetworkElementDoInconsistenciesExistOnNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/executeCli/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementExecuteCli",
        "description": "The parameters and request body are for method: restNetwNetworkElementExecuteCli. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/executeMultiCli/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementExecuteMultiCli",
        "description": "The parameters and request body are for method: restNetwNetworkElementExecuteMultiCli. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/fullResync/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementFullResync",
        "description": "The parameters and request body are for method: restNetwNetworkElementFullResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/fullResyncMulti/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementFullResyncMulti",
        "description": "The parameters and request body are for method: restNetwNetworkElementFullResyncMulti. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/getSearchResult/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementGetSearchResult",
        "description": "The parameters and request body are for method: restNetwNetworkElementGetSearchResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInXmlSearchCmd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/getSearchSuggestionCache/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementGetSearchSuggestionCache",
        "description": "The parameters and request body are for method: restNetwNetworkElementGetSearchSuggestionCache. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInDeprecatedEnable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/reconfigure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementReconfigure",
        "description": "The parameters and request body are for method: restNetwNetworkElementReconfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/reconfigureMulti/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementReconfigureMulti",
        "description": "The parameters and request body are for method: restNetwNetworkElementReconfigureMulti. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/registerHDMDashboard/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRegisterHDMDashboard",
        "description": "The parameters and request body are for method: restNetwNetworkElementRegisterHDMDashboard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/requestClearSystemStatsDataTrigger": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRequestClearSystemStatsDataTrigger",
        "description": "The parameters and request body are for method: restNetwNetworkElementRequestClearSystemStatsDataTrigger. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/requestResyncCfmComponentLimit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRequestResyncCfmComponentLimit",
        "description": "The parameters and request body are for method: restNetwNetworkElementRequestResyncCfmComponentLimit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/requestResyncCfmGlobalOpcode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRequestResyncCfmGlobalOpcode",
        "description": "The parameters and request body are for method: restNetwNetworkElementRequestResyncCfmGlobalOpcode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/requestResyncOamPerfReqTypes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRequestResyncOamPerfReqTypes",
        "description": "The parameters and request body are for method: restNetwNetworkElementRequestResyncOamPerfReqTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/requestResyncTwampSrvSessions/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRequestResyncTwampSrvSessions",
        "description": "The parameters and request body are for method: restNetwNetworkElementRequestResyncTwampSrvSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/requestSavePythonScript": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementRequestSavePythonScript",
        "description": "The parameters and request body are for method: restNetwNetworkElementRequestSavePythonScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/resyncDetNatScript/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementResyncDetNatScript",
        "description": "The parameters and request body are for method: restNetwNetworkElementResyncDetNatScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/saveDetNatScript/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementSaveDetNatScript",
        "description": "The parameters and request body are for method: restNetwNetworkElementSaveDetNatScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/setToActive/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementSetToActive",
        "description": "The parameters and request body are for method: restNetwNetworkElementSetToActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/setToStandby/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementSetToStandby",
        "description": "The parameters and request body are for method: restNetwNetworkElementSetToStandby. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/synchronizeACL/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementSynchronizeACL",
        "description": "The parameters and request body are for method: restNetwNetworkElementSynchronizeACL. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/unregisterHDMDashboard/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementUnregisterHDMDashboard",
        "description": "The parameters and request body are for method: restNetwNetworkElementUnregisterHDMDashboard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/updateFromPeerNode/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementUpdateFromPeerNode",
        "description": "The parameters and request body are for method: restNetwNetworkElementUpdateFromPeerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NetworkElement/warmReboot/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNetworkElementWarmReboot",
        "description": "The parameters and request body are for method: restNetwNetworkElementWarmReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/NodeDiscoveryControl/ping/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNodeDiscoveryControlPing",
        "description": "The parameters and request body are for method: restNetwNodeDiscoveryControlPing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/NodeDiscoveryControl/pingAndGetResult/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwNodeDiscoveryControlPingAndGetResult",
        "description": "The parameters and request body are for method: restNetwNodeDiscoveryControlPingAndGetResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/PhysicalInterfaceCtp/findServiceReadyCtpsPerNode": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwPhysicalInterfaceCtpFindServiceReadyCtpsPerNode",
        "description": "The parameters and request body are for method: restNetwPhysicalInterfaceCtpFindServiceReadyCtpsPerNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/SystemOperGroup/findMeps/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwSystemOperGroupFindMeps",
        "description": "The parameters and request body are for method: restNetwSystemOperGroupFindMeps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/SystemOperGroup/findPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwSystemOperGroupFindPorts",
        "description": "The parameters and request body are for method: restNetwSystemOperGroupFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/Topology/configureDiscoveryRule": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyConfigureDiscoveryRule",
        "description": "The parameters and request body are for method: restNetwTopologyConfigureDiscoveryRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/Topology/findUnDiscoveredNodes": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyFindUnDiscoveredNodes",
        "description": "The parameters and request body are for method: restNetwTopologyFindUnDiscoveredNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/TopologyDiscoveryRule/assignNodes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyDiscoveryRuleAssignNodes",
        "description": "The parameters and request body are for method: restNetwTopologyDiscoveryRuleAssignNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/TopologyDiscoveryRule/configureRuleElement/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyDiscoveryRuleConfigureRuleElement",
        "description": "The parameters and request body are for method: restNetwTopologyDiscoveryRuleConfigureRuleElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/TopologyDiscoveryRule/findDiscoveredNodes/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyDiscoveryRuleFindDiscoveredNodes",
        "description": "The parameters and request body are for method: restNetwTopologyDiscoveryRuleFindDiscoveredNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/TopologyDiscoveryRule/findUnDiscoveredNodes/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyDiscoveryRuleFindUnDiscoveredNodes",
        "description": "The parameters and request body are for method: restNetwTopologyDiscoveryRuleFindUnDiscoveredNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/TopologyDiscoveryRule/force/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyDiscoveryRuleForce",
        "description": "The parameters and request body are for method: restNetwTopologyDiscoveryRuleForce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/TopologyGroup/deleteTopologyGroupAndBindings/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyGroupDeleteTopologyGroupAndBindings",
        "description": "The parameters and request body are for method: restNetwTopologyGroupDeleteTopologyGroupAndBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/TopologyGroup/getBindingsForTopologyGroup": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyGroupGetBindingsForTopologyGroup",
        "description": "The parameters and request body are for method: restNetwTopologyGroupGetBindingsForTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topologyGroupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/TopologyGroupManager/configureTopologyGroup": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyGroupManagerConfigureTopologyGroup",
        "description": "The parameters and request body are for method: restNetwTopologyGroupManagerConfigureTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/TopologyGroupManager/createTopologyGroupBindingForObject": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyGroupManagerCreateTopologyGroupBindingForObject",
        "description": "The parameters and request body are for method: restNetwTopologyGroupManagerCreateTopologyGroupBindingForObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/TopologyGroupManager/getNesAndSubgroupsForTopologyGroup": {
      "get": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyGroupManagerGetNesAndSubgroupsForTopologyGroup",
        "description": "The parameters and request body are for method: restNetwTopologyGroupManagerGetNesAndSubgroupsForTopologyGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topologyGroupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/TopologyGroupManager/moveTopologyGroupForObjects": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwTopologyGroupManagerMoveTopologyGroupForObjects",
        "description": "The parameters and request body are for method: restNetwTopologyGroupManagerMoveTopologyGroupForObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/addLeafNode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupAddLeafNode",
        "description": "The parameters and request body are for method: restNetwVlanGroupAddLeafNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/autoL3VPNInit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupAutoL3VPNInit",
        "description": "The parameters and request body are for method: restNetwVlanGroupAutoL3VPNInit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/autoMplsEnable/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupAutoMplsEnable",
        "description": "The parameters and request body are for method: restNetwVlanGroupAutoMplsEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/dynamicL3VPNInit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupDynamicL3VPNInit",
        "description": "The parameters and request body are for method: restNetwVlanGroupDynamicL3VPNInit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/dynamicRemoveNodes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupDynamicRemoveNodes",
        "description": "The parameters and request body are for method: restNetwVlanGroupDynamicRemoveNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/removeLeafNode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupRemoveLeafNode",
        "description": "The parameters and request body are for method: restNetwVlanGroupRemoveLeafNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/netw/VlanGroup/removeNodes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNetw"
        ],
        "operationId": "restNetwVlanGroupRemoveNodes",
        "description": "The parameters and request body are for method: restNetwVlanGroupRemoveNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nfv/VNFManager/discoverVnf/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNfv"
        ],
        "operationId": "restNfvVNFManagerDiscoverVnf",
        "description": "The parameters and request body are for method: restNfvVNFManagerDiscoverVnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/configureDomainSites/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainConfigureDomainSites",
        "description": "The parameters and request body are for method: restNgeDomainConfigureDomainSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/configureKeyGroupEthBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainConfigureKeyGroupEthBindings",
        "description": "The parameters and request body are for method: restNgeDomainConfigureKeyGroupEthBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/configureKeyGroupRIBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainConfigureKeyGroupRIBindings",
        "description": "The parameters and request body are for method: restNgeDomainConfigureKeyGroupRIBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/disableEthEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainDisableEthEncryption",
        "description": "The parameters and request body are for method: restNgeDomainDisableEthEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/disableRIEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainDisableRIEncryption",
        "description": "The parameters and request body are for method: restNgeDomainDisableRIEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/enableEthEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainEnableEthEncryption",
        "description": "The parameters and request body are for method: restNgeDomainEnableEthEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/enableRIEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainEnableRIEncryption",
        "description": "The parameters and request body are for method: restNgeDomainEnableRIEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/Domain/ngeDiscoveryDomainSites/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeDomainNgeDiscoveryDomainSites",
        "description": "The parameters and request body are for method: restNgeDomainNgeDiscoveryDomainSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/GatewayInterface/findGatewayInterfacesWithRiBinding/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeGatewayInterfaceFindGatewayInterfacesWithRiBinding",
        "description": "The parameters and request body are for method: restNgeGatewayInterfaceFindGatewayInterfacesWithRiBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/GroupEncryptionLabel/removeLocalGroupEncryptionLabels/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeGroupEncryptionLabelRemoveLocalGroupEncryptionLabels",
        "description": "The parameters and request body are for method: restNgeGroupEncryptionLabelRemoveLocalGroupEncryptionLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/configureKeyGroupPwBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupConfigureKeyGroupPwBindings",
        "description": "The parameters and request body are for method: restNgeKeyGroupConfigureKeyGroupPwBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/configureKeyGroupSdpBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupConfigureKeyGroupSdpBindings",
        "description": "The parameters and request body are for method: restNgeKeyGroupConfigureKeyGroupSdpBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/configureKeyGroupWlanGwBindings/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupConfigureKeyGroupWlanGwBindings",
        "description": "The parameters and request body are for method: restNgeKeyGroupConfigureKeyGroupWlanGwBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/configureVprnEncryptionServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupConfigureVprnEncryptionServices",
        "description": "The parameters and request body are for method: restNgeKeyGroupConfigureVprnEncryptionServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/disableDomainEthEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupDisableDomainEthEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupDisableDomainEthEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/disableDomainRIEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupDisableDomainRIEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupDisableDomainRIEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/disablePwEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupDisablePwEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupDisablePwEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/disableSdpEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupDisableSdpEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupDisableSdpEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/disableVprnEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupDisableVprnEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupDisableVprnEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/disableWlanGwEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupDisableWlanGwEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupDisableWlanGwEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/enableDomainEthEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEnableDomainEthEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupEnableDomainEthEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/enableDomainRIEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEnableDomainRIEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupEnableDomainRIEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/enablePwEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEnablePwEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupEnablePwEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/enableSdpEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEnableSdpEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupEnableSdpEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/enableVprnEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEnableVprnEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupEnableVprnEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/enableWlanGwEncryption/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEnableWlanGwEncryption",
        "description": "The parameters and request body are for method: restNgeKeyGroupEnableWlanGwEncryption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/encryptAll/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupEncryptAll",
        "description": "The parameters and request body are for method: restNgeKeyGroupEncryptAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nge/KeyGroup/removeLocalKeyGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeKeyGroupRemoveLocalKeyGroups",
        "description": "The parameters and request body are for method: restNgeKeyGroupRemoveLocalKeyGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/NGEScheduledTask/getRekeyProgressInfo": {
      "get": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeNGEScheduledTaskGetRekeyProgressInfo",
        "description": "The parameters and request body are for method: restNgeNGEScheduledTaskGetRekeyProgressInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ngeScheduledTaskFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nge/NGEScheduledTask/resetRekeyTimes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeNGEScheduledTaskResetRekeyTimes",
        "description": "The parameters and request body are for method: restNgeNGEScheduledTaskResetRekeyTimes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nge/NGEScheduledTask/startManualRekey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeNGEScheduledTaskStartManualRekey",
        "description": "The parameters and request body are for method: restNgeNGEScheduledTaskStartManualRekey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nge/RekeyProgress/forceRekey": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeRekeyProgressForceRekey",
        "description": "The parameters and request body are for method: restNgeRekeyProgressForceRekey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/RekeyProgress/refreshInfo": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeRekeyProgressRefreshInfo",
        "description": "The parameters and request body are for method: restNgeRekeyProgressRefreshInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/nge/RekeyProgress/stopRekey": {
      "post": {
        "tags": [
          "SamoNge"
        ],
        "operationId": "restNgeRekeyProgressStopRekey",
        "description": "The parameters and request body are for method: restNgeRekeyProgressStopRekey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/niegr/EgressMatch/renum": {
      "post": {
        "tags": [
          "SamoNiegr"
        ],
        "operationId": "restNiegrEgressMatchRenum",
        "description": "The parameters and request body are for method: restNiegrEgressMatchRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/niegr/Match/renum": {
      "post": {
        "tags": [
          "SamoNiegr"
        ],
        "operationId": "restNiegrMatchRenum",
        "description": "The parameters and request body are for method: restNiegrMatchRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/niegr/Policy/findNetworkIpInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNiegr"
        ],
        "operationId": "restNiegrPolicyFindNetworkIpInterfaces",
        "description": "The parameters and request body are for method: restNiegrPolicyFindNetworkIpInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/nqueue/Policy/findMDAs/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNqueue"
        ],
        "operationId": "restNqueuePolicyFindMDAs",
        "description": "The parameters and request body are for method: restNqueuePolicyFindMDAs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/nqueue/Policy/findPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoNqueue"
        ],
        "operationId": "restNqueuePolicyFindPorts",
        "description": "The parameters and request body are for method: restNqueuePolicyFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ntp/NTP/loadAuthKey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoNtp"
        ],
        "operationId": "restNtpNTPLoadAuthKey",
        "description": "The parameters and request body are for method: restNtpNTPLoadAuthKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/openflow/OFFlowTableCounts/retrieveOFFlowTableCounts": {
      "post": {
        "tags": [
          "SamoOpenflow"
        ],
        "operationId": "restOpenflowOFFlowTableCountsRetrieveOFFlowTableCounts",
        "description": "The parameters and request body are for method: restOpenflowOFFlowTableCountsRetrieveOFFlowTableCounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/AbstractPath/findOchCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalAbstractPathFindOchCrossConnects",
        "description": "The parameters and request body are for method: restOpticalAbstractPathFindOchCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/AbstractPath/findOdukCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalAbstractPathFindOdukCrossConnects",
        "description": "The parameters and request body are for method: restOpticalAbstractPathFindOdukCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/AbstractPath/findTrails/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalAbstractPathFindTrails",
        "description": "The parameters and request body are for method: restOpticalAbstractPathFindTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/AbstractPath/findVtsConnections/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalAbstractPathFindVtsConnections",
        "description": "The parameters and request body are for method: restOpticalAbstractPathFindVtsConnections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/AbstractPowerAdjustmentRule/abort/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalAbstractPowerAdjustmentRuleAbort",
        "description": "The parameters and request body are for method: restOpticalAbstractPowerAdjustmentRuleAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/AbstractPowerAdjustmentRule/execute/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalAbstractPowerAdjustmentRuleExecute",
        "description": "The parameters and request body are for method: restOpticalAbstractPowerAdjustmentRuleExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/ApsGroup/findApplicableOdukFacilityObjects": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalApsGroupFindApplicableOdukFacilityObjects",
        "description": "The parameters and request body are for method: restOpticalApsGroupFindApplicableOdukFacilityObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/ApsGroup/findApplicablePorts": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalApsGroupFindApplicablePorts",
        "description": "The parameters and request body are for method: restOpticalApsGroupFindApplicablePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/DiverseService/findSelectableServicesForDiverse": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalDiverseServiceFindSelectableServicesForDiverse",
        "description": "The parameters and request body are for method: restOpticalDiverseServiceFindSelectableServicesForDiverse. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/EquipAlarmCategory/resyncPerObjectAsap": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalEquipAlarmCategoryResyncPerObjectAsap",
        "description": "The parameters and request body are for method: restOpticalEquipAlarmCategoryResyncPerObjectAsap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/GmreSpecifics/resyncGmre": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalGmreSpecificsResyncGmre",
        "description": "The parameters and request body are for method: restOpticalGmreSpecificsResyncGmre. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/LoOdukChannel/createCrossConnect": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalLoOdukChannelCreateCrossConnect",
        "description": "The parameters and request body are for method: restOpticalLoOdukChannelCreateCrossConnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OCHTrail/findOchCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOCHTrailFindOchCrossConnects",
        "description": "The parameters and request body are for method: restOpticalOCHTrailFindOchCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OCStmSpecifics/bindAu/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOCStmSpecificsBindAu",
        "description": "The parameters and request body are for method: restOpticalOCStmSpecificsBindAu. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OCStmSpecifics/collapseAu/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOCStmSpecificsCollapseAu",
        "description": "The parameters and request body are for method: restOpticalOCStmSpecificsCollapseAu. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/ODUTrail/resyncOchCrossConnects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalODUTrailResyncOchCrossConnects",
        "description": "The parameters and request body are for method: restOpticalODUTrailResyncOchCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/ODUTrail/startDelayMeasurement": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalODUTrailStartDelayMeasurement",
        "description": "The parameters and request body are for method: restOpticalODUTrailStartDelayMeasurement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/ODUTrail/stopDelayMeasurement": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalODUTrailStopDelayMeasurement",
        "description": "The parameters and request body are for method: restOpticalODUTrailStopDelayMeasurement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OTPortSpecifics/findCardSlot": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOTPortSpecificsFindCardSlot",
        "description": "The parameters and request body are for method: restOpticalOTPortSpecificsFindCardSlot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OTPortSpecifics/findMulticastClientPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOTPortSpecificsFindMulticastClientPorts",
        "description": "The parameters and request body are for method: restOpticalOTPortSpecificsFindMulticastClientPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInAttributeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OTUTrail/findDataBearerLinks/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOTUTrailFindDataBearerLinks",
        "description": "The parameters and request body are for method: restOpticalOTUTrailFindDataBearerLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OTUTrail/findOchCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOTUTrailFindOchCrossConnects",
        "description": "The parameters and request body are for method: restOpticalOTUTrailFindOchCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OchCrossConnect/findOchCrossConnects": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOchCrossConnectFindOchCrossConnects",
        "description": "The parameters and request body are for method: restOpticalOchCrossConnectFindOchCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInPortFdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OchCrossConnect/rekeyWithDuplicate": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOchCrossConnectRekeyWithDuplicate",
        "description": "The parameters and request body are for method: restOpticalOchCrossConnectRekeyWithDuplicate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OcsAlarmProfile/findEntitiesForOcsAlarmProfile/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOcsAlarmProfileFindEntitiesForOcsAlarmProfile",
        "description": "The parameters and request body are for method: restOpticalOcsAlarmProfileFindEntitiesForOcsAlarmProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInEntityType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInEqptCategory",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Odu1PtfChannel/createCrossConnect": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOdu1PtfChannelCreateCrossConnect",
        "description": "The parameters and request body are for method: restOpticalOdu1PtfChannelCreateCrossConnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Odu1PtfChannel/updateTxTimeslot": {
      "put": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOdu1PtfChannelUpdateTxTimeslot",
        "description": "The parameters and request body are for method: restOpticalOdu1PtfChannelUpdateTxTimeslot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OpticalLink/findClientTrails/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalLinkFindClientTrails",
        "description": "The parameters and request body are for method: restOpticalOpticalLinkFindClientTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OpticalLink/getChannelUsageList": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalLinkGetChannelUsageList",
        "description": "The parameters and request body are for method: restOpticalOpticalLinkGetChannelUsageList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OpticalLink/getChannelUsageListForNEGroups": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalLinkGetChannelUsageListForNEGroups",
        "description": "The parameters and request body are for method: restOpticalOpticalLinkGetChannelUsageListForNEGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OpticalNeProperties/performCardImageDownload/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalNePropertiesPerformCardImageDownload",
        "description": "The parameters and request body are for method: restOpticalOpticalNePropertiesPerformCardImageDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OpticalNeProperties/resyncCardImage/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalNePropertiesResyncCardImage",
        "description": "The parameters and request body are for method: restOpticalOpticalNePropertiesResyncCardImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OpticalNeProperties/updateReadyForDownload/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalNePropertiesUpdateReadyForDownload",
        "description": "The parameters and request body are for method: restOpticalOpticalNePropertiesUpdateReadyForDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OpticalPort/getOpticalPortList": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalPortGetOpticalPortList",
        "description": "The parameters and request body are for method: restOpticalOpticalPortGetOpticalPortList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OpticalPortSpecifics/findCustomPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalPortSpecificsFindCustomPorts",
        "description": "The parameters and request body are for method: restOpticalOpticalPortSpecificsFindCustomPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInAttributeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/OpticalPortSpecifics/resyncAllWavekeys": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOpticalPortSpecificsResyncAllWavekeys",
        "description": "The parameters and request body are for method: restOpticalOpticalPortSpecificsResyncAllWavekeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OtdrScanSpecifics/executeScanCommand/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOtdrScanSpecificsExecuteScanCommand",
        "description": "The parameters and request body are for method: restOpticalOtdrScanSpecificsExecuteScanCommand. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OtdrScanTransfer/retrieveFile/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOtdrScanTransferRetrieveFile",
        "description": "The parameters and request body are for method: restOpticalOtdrScanTransferRetrieveFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/OtuOduSpecifics/updateTimeSlots": {
      "put": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalOtuOduSpecificsUpdateTimeSlots",
        "description": "The parameters and request body are for method: restOpticalOtuOduSpecificsUpdateTimeSlots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/PointToPointConnection/findAssociatedServices/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPointToPointConnectionFindAssociatedServices",
        "description": "The parameters and request body are for method: restOpticalPointToPointConnectionFindAssociatedServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/PointToPointConnection/findHops/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPointToPointConnectionFindHops",
        "description": "The parameters and request body are for method: restOpticalPointToPointConnectionFindHops. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "reverseDirection",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/PointToPointConnection/findOpticalLinks/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPointToPointConnectionFindOpticalLinks",
        "description": "The parameters and request body are for method: restOpticalPointToPointConnectionFindOpticalLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/PointToPointConnection/getHopsCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPointToPointConnectionGetHopsCount",
        "description": "The parameters and request body are for method: restOpticalPointToPointConnectionGetHopsCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "reverseDirection",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/PointToPointConnection/isConnectionReversed/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPointToPointConnectionIsConnectionReversed",
        "description": "The parameters and request body are for method: restOpticalPointToPointConnectionIsConnectionReversed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/PortTCAProfileAssigner/clearCounters/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPortTCAProfileAssignerClearCounters",
        "description": "The parameters and request body are for method: restOpticalPortTCAProfileAssignerClearCounters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/PreviewPath/findHops/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalPreviewPathFindHops",
        "description": "The parameters and request body are for method: restOpticalPreviewPathFindHops. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "traversalType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/ServicePath/findVcnCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalServicePathFindVcnCrossConnects",
        "description": "The parameters and request body are for method: restOpticalServicePathFindVcnCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/ServiceSite/findValidTerminatingPortsForService": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalServiceSiteFindValidTerminatingPortsForService",
        "description": "The parameters and request body are for method: restOpticalServiceSiteFindValidTerminatingPortsForService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/ServiceSite/findValidTerminatingPortsForServiceControlPlane": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalServiceSiteFindValidTerminatingPortsForServiceControlPlane",
        "description": "The parameters and request body are for method: restOpticalServiceSiteFindValidTerminatingPortsForServiceControlPlane. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/completeTrails": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailCompleteTrails",
        "description": "The parameters and request body are for method: restOpticalTrailCompleteTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/configureAinsMode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailConfigureAinsMode",
        "description": "The parameters and request body are for method: restOpticalTrailConfigureAinsMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/configureMaintenanceMode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailConfigureMaintenanceMode",
        "description": "The parameters and request body are for method: restOpticalTrailConfigureMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/deleteTrails": {
      "delete": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailDeleteTrails",
        "description": "The parameters and request body are for method: restOpticalTrailDeleteTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/discoverClientTrails": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailDiscoverClientTrails",
        "description": "The parameters and request body are for method: restOpticalTrailDiscoverClientTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/discoverTrail": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailDiscoverTrail",
        "description": "The parameters and request body are for method: restOpticalTrailDiscoverTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/discoverTrails": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailDiscoverTrails",
        "description": "The parameters and request body are for method: restOpticalTrailDiscoverTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/findAllServerTrails/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailFindAllServerTrails",
        "description": "The parameters and request body are for method: restOpticalTrailFindAllServerTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/findAndCompleteTrail": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailFindAndCompleteTrail",
        "description": "The parameters and request body are for method: restOpticalTrailFindAndCompleteTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "endpointAPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointZPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ignoreDirection",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/findApsGroups/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailFindApsGroups",
        "description": "The parameters and request body are for method: restOpticalTrailFindApsGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/findClientTrails/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailFindClientTrails",
        "description": "The parameters and request body are for method: restOpticalTrailFindClientTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/findServerTrails/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailFindServerTrails",
        "description": "The parameters and request body are for method: restOpticalTrailFindServerTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "aInProtectionState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/Trail/rekeyConnection/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailRekeyConnection",
        "description": "The parameters and request body are for method: restOpticalTrailRekeyConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailShutDown",
        "description": "The parameters and request body are for method: restOpticalTrailShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailTurnUp",
        "description": "The parameters and request body are for method: restOpticalTrailTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/Trail/unmanageTrails": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailUnmanageTrails",
        "description": "The parameters and request body are for method: restOpticalTrailUnmanageTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TrailSite/findValidTerminationPointsForTrail": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTrailSiteFindValidTerminationPointsForTrail",
        "description": "The parameters and request body are for method: restOpticalTrailSiteFindValidTerminationPointsForTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/completeService": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceCompleteService",
        "description": "The parameters and request body are for method: restOpticalTransportServiceCompleteService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/configureAinsMode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceConfigureAinsMode",
        "description": "The parameters and request body are for method: restOpticalTransportServiceConfigureAinsMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/configureMaintenanceMode/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceConfigureMaintenanceMode",
        "description": "The parameters and request body are for method: restOpticalTransportServiceConfigureMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/deleteServices": {
      "delete": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceDeleteServices",
        "description": "The parameters and request body are for method: restOpticalTransportServiceDeleteServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/deleteWithODUTrail/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceDeleteWithODUTrail",
        "description": "The parameters and request body are for method: restOpticalTransportServiceDeleteWithODUTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/discoverService": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceDiscoverService",
        "description": "The parameters and request body are for method: restOpticalTransportServiceDiscoverService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/discoverServiceNEs": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceDiscoverServiceNEs",
        "description": "The parameters and request body are for method: restOpticalTransportServiceDiscoverServiceNEs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/discoverServiceOnTrails": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceDiscoverServiceOnTrails",
        "description": "The parameters and request body are for method: restOpticalTransportServiceDiscoverServiceOnTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/findAllServicePaths/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceFindAllServicePaths",
        "description": "The parameters and request body are for method: restOpticalTransportServiceFindAllServicePaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/findApsGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceFindApsGroups",
        "description": "The parameters and request body are for method: restOpticalTransportServiceFindApsGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/findServicePath/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceFindServicePath",
        "description": "The parameters and request body are for method: restOpticalTransportServiceFindServicePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "serviceMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/getAlarms/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceGetAlarms",
        "description": "The parameters and request body are for method: restOpticalTransportServiceGetAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/getHopsCount": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceGetHopsCount",
        "description": "The parameters and request body are for method: restOpticalTransportServiceGetHopsCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/lightPathTrace": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceLightPathTrace",
        "description": "The parameters and request body are for method: restOpticalTransportServiceLightPathTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/recomputeStates": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceRecomputeStates",
        "description": "The parameters and request body are for method: restOpticalTransportServiceRecomputeStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/rekeyConnection/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceRekeyConnection",
        "description": "The parameters and request body are for method: restOpticalTransportServiceRekeyConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceShutDown",
        "description": "The parameters and request body are for method: restOpticalTransportServiceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/turnUpService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceTurnUpService",
        "description": "The parameters and request body are for method: restOpticalTransportServiceTurnUpService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/TransportService/unmanageServices": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalTransportServiceUnmanageServices",
        "description": "The parameters and request body are for method: restOpticalTransportServiceUnmanageServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/optical/VtsAlarmCategory/resyncPerVtsObjectAsap": {
      "post": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalVtsAlarmCategoryResyncPerVtsObjectAsap",
        "description": "The parameters and request body are for method: restOpticalVtsAlarmCategoryResyncPerVtsObjectAsap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/optical/VtsConnection/findValidTerminatingPortsForVtsConnection": {
      "get": {
        "tags": [
          "SamoOptical"
        ],
        "operationId": "restOpticalVtsConnectionFindValidTerminatingPortsForVtsConnection",
        "description": "The parameters and request body are for method: restOpticalVtsConnectionFindValidTerminatingPortsForVtsConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInSiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInOtherEndpointFdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/opticalacl/IpFilterEntry/renum": {
      "post": {
        "tags": [
          "SamoOpticalacl"
        ],
        "operationId": "restOpticalaclIpFilterEntryRenum",
        "description": "The parameters and request body are for method: restOpticalaclIpFilterEntryRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/opticsperf/OpticsPMPolicy/findPSSs": {
      "get": {
        "tags": [
          "SamoOpticsperf"
        ],
        "operationId": "restOpticsperfOpticsPMPolicyFindPSSs",
        "description": "The parameters and request body are for method: restOpticsperfOpticsPMPolicyFindPSSs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/opticsperf/PMConfig/clearPMCounters/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOpticsperf"
        ],
        "operationId": "restOpticsperfPMConfigClearPMCounters",
        "description": "The parameters and request body are for method: restOpticsperfPMConfigClearPMCounters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ospf/Interface/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOspf"
        ],
        "operationId": "restOspfInterfaceRemovePassword",
        "description": "The parameters and request body are for method: restOspfInterfaceRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ospf/ShamLink/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOspf"
        ],
        "operationId": "restOspfShamLinkRemovePassword",
        "description": "The parameters and request body are for method: restOspfShamLinkRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ospf/SiteExtension/initiatePlannedRestart": {
      "post": {
        "tags": [
          "SamoOspf"
        ],
        "operationId": "restOspfSiteExtensionInitiatePlannedRestart",
        "description": "The parameters and request body are for method: restOspfSiteExtensionInitiatePlannedRestart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ospf/VirtualLink/removePassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOspf"
        ],
        "operationId": "restOspfVirtualLinkRemovePassword",
        "description": "The parameters and request body are for method: restOspfVirtualLinkRemovePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/oth/OdukPtf/buildHigherRateOdu/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOth"
        ],
        "operationId": "restOthOdukPtfBuildHigherRateOdu",
        "description": "The parameters and request body are for method: restOthOdukPtfBuildHigherRateOdu. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/oth/OdukPtf/collapseHigherRateOdu/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoOth"
        ],
        "operationId": "restOthOdukPtfCollapseHigherRateOdu",
        "description": "The parameters and request body are for method: restOthOdukPtfCollapseHigherRateOdu. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/oth/OdukPtf/getOdu1PtfObject": {
      "get": {
        "tags": [
          "SamoOth"
        ],
        "operationId": "restOthOdukPtfGetOdu1PtfObject",
        "description": "The parameters and request body are for method: restOthOdukPtfGetOdu1PtfObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInOdukPtfDn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/oth/OdukPtf/getOptsgObjects": {
      "get": {
        "tags": [
          "SamoOth"
        ],
        "operationId": "restOthOdukPtfGetOptsgObjects",
        "description": "The parameters and request body are for method: restOthOdukPtfGetOptsgObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInOdukPtfDn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/oth/OdukPtf/updateTimeSlots": {
      "put": {
        "tags": [
          "SamoOth"
        ],
        "operationId": "restOthOdukPtfUpdateTimeSlots",
        "description": "The parameters and request body are for method: restOthOdukPtfUpdateTimeSlots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pae802_1x/RadiusServerItem/find": {
      "post": {
        "tags": [
          "SamoPae8021x"
        ],
        "operationId": "restPae8021xRadiusServerItemFind",
        "description": "The parameters and request body are for method: restPae8021xRadiusServerItemFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pae802_1x/RadiusServerPolicy/findPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPae8021x"
        ],
        "operationId": "restPae8021xRadiusServerPolicyFindPorts",
        "description": "The parameters and request body are for method: restPae8021xRadiusServerPolicyFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pae802_1x/Site/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPae8021x"
        ],
        "operationId": "restPae8021xSiteShutDown",
        "description": "The parameters and request body are for method: restPae8021xSiteShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/pae802_1x/Site/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPae8021x"
        ],
        "operationId": "restPae8021xSiteTurnUp",
        "description": "The parameters and request body are for method: restPae8021xSiteTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/pim/Site/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPim"
        ],
        "operationId": "restPimSiteConfigure",
        "description": "The parameters and request body are for method: restPimSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pim/VirtualAnyCastRP/addAnyCastRPMember/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPim"
        ],
        "operationId": "restPimVirtualAnyCastRPAddAnyCastRPMember",
        "description": "The parameters and request body are for method: restPimVirtualAnyCastRPAddAnyCastRPMember. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pim/VirtualAnyCastRP/findLocalAddress": {
      "post": {
        "tags": [
          "SamoPim"
        ],
        "operationId": "restPimVirtualAnyCastRPFindLocalAddress",
        "description": "The parameters and request body are for method: restPimVirtualAnyCastRPFindLocalAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pim/VirtualAnyCastRP/updateStatusFlags/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoPim"
        ],
        "operationId": "restPimVirtualAnyCastRPUpdateStatusFlags",
        "description": "The parameters and request body are for method: restPimVirtualAnyCastRPUpdateStatusFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/Manager/audit": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerAudit",
        "description": "The parameters and request body are for method: restPolicyManagerAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/Manager/auditLocalPolicy": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerAuditLocalPolicy",
        "description": "The parameters and request body are for method: restPolicyManagerAuditLocalPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/auditLocalPolicyWithInApplicableAttributeOption": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerAuditLocalPolicyWithInApplicableAttributeOption",
        "description": "The parameters and request body are for method: restPolicyManagerAuditLocalPolicyWithInApplicableAttributeOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/auditPolicies": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerAuditPolicies",
        "description": "The parameters and request body are for method: restPolicyManagerAuditPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/checkBulkDistributeWithinCapacity/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerCheckBulkDistributeWithinCapacity",
        "description": "The parameters and request body are for method: restPolicyManagerCheckBulkDistributeWithinCapacity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/copyMovePolicyEntries": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerCopyMovePolicyEntries",
        "description": "The parameters and request body are for method: restPolicyManagerCopyMovePolicyEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/deleteExportedFile": {
      "delete": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerDeleteExportedFile",
        "description": "The parameters and request body are for method: restPolicyManagerDeleteExportedFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/exportPolicies": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerExportPolicies",
        "description": "The parameters and request body are for method: restPolicyManagerExportPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/findExportPolicyFileInfo": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerFindExportPolicyFileInfo",
        "description": "The parameters and request body are for method: restPolicyManagerFindExportPolicyFileInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyClassName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/Manager/findPolicy/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerFindPolicy",
        "description": "The parameters and request body are for method: restPolicyManagerFindPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/findPolicyOfType": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerFindPolicyOfType",
        "description": "The parameters and request body are for method: restPolicyManagerFindPolicyOfType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/getAuditStatus": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerGetAuditStatus",
        "description": "The parameters and request body are for method: restPolicyManagerGetAuditStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/Manager/importPolicies": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerImportPolicies",
        "description": "The parameters and request body are for method: restPolicyManagerImportPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/interruptAudit": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerInterruptAudit",
        "description": "The parameters and request body are for method: restPolicyManagerInterruptAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/Manager/previewPolicyList": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyManagerPreviewPolicyList",
        "description": "The parameters and request body are for method: restPolicyManagerPreviewPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/distribute/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionDistribute",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionDistribute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/distributeUsingGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionDistributeUsingGroups",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionDistributeUsingGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/distributeV2/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionDistributeV2",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionDistributeV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/evaluatePolicy/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionEvaluatePolicy",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionEvaluatePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/findGlobal/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionFindGlobal",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionFindGlobal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/findLocal/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionFindLocal",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionFindLocal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/findReleased/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionFindReleased",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionFindReleased. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/getSyncTaskResult": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionGetSyncTaskResult",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionGetSyncTaskResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "distinguishedName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/resetToReleasedPolicy/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionResetToReleasedPolicy",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionResetToReleasedPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/setConfigurationModeToDraft/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionSetConfigurationModeToDraft",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionSetConfigurationModeToDraft. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/setConfigurationModeToReleased/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionSetConfigurationModeToReleased",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionSetConfigurationModeToReleased. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/setDistributionModeToLocalEditOnly/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionSetDistributionModeToLocalEditOnly",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionSetDistributionModeToLocalEditOnly. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/setDistributionModeToSyncWithGlobal/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionSetDistributionModeToSyncWithGlobal",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionSetDistributionModeToSyncWithGlobal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/syncTo/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionSyncTo",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionSyncTo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDefinition/syncToLocalWithResync/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDefinitionSyncToLocalWithResync",
        "description": "The parameters and request body are for method: restPolicyPolicyDefinitionSyncToLocalWithResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDistributeGroup/addNetworkElementsToGroup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDistributeGroupAddNetworkElementsToGroup",
        "description": "The parameters and request body are for method: restPolicyPolicyDistributeGroupAddNetworkElementsToGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDistributeGroup/removeNetworkElementsFromGroup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDistributeGroupRemoveNetworkElementsFromGroup",
        "description": "The parameters and request body are for method: restPolicyPolicyDistributeGroupRemoveNetworkElementsFromGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicyDistributeGroupManager/findPolicyDistributeGroups": {
      "get": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicyDistributeGroupManagerFindPolicyDistributeGroups",
        "description": "The parameters and request body are for method: restPolicyPolicyDistributeGroupManagerFindPolicyDistributeGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInNetworkElementOrSiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/addClasses/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupAddClasses",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupAddClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/addMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupAddMembers",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupAddMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/addToMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupAddToMembers",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupAddToMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/audit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupAudit",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/deleteClasses/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupDeleteClasses",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupDeleteClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/deleteMembers/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupDeleteMembers",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupDeleteMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/syncMembers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupSyncMembers",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupSyncMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/policy/PolicySyncGroup/updateMaster/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoPolicy"
        ],
        "operationId": "restPolicyPolicySyncGroupUpdateMaster",
        "description": "The parameters and request body are for method: restPolicyPolicySyncGroupUpdateMaster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/policytestutil/BGPPolicyTestUtilityManager/execute/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoPolicytestutil"
        ],
        "operationId": "restPolicytestutilBGPPolicyTestUtilityManagerExecute",
        "description": "The parameters and request body are for method: restPolicytestutilBGPPolicyTestUtilityManagerExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pppoe/MlpppBundle/retrieveMlpppBundles": {
      "post": {
        "tags": [
          "SamoPppoe"
        ],
        "operationId": "restPppoeMlpppBundleRetrieveMlpppBundles",
        "description": "The parameters and request body are for method: restPppoeMlpppBundleRetrieveMlpppBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pppoe/PPPPolicy/removePppDefaultPassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPppoe"
        ],
        "operationId": "restPppoePPPPolicyRemovePppDefaultPassword",
        "description": "The parameters and request body are for method: restPppoePPPPolicyRemovePppDefaultPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/pppoe/PPPSession/retrievePppSessions": {
      "post": {
        "tags": [
          "SamoPppoe"
        ],
        "operationId": "restPppoePPPSessionRetrievePppSessions",
        "description": "The parameters and request body are for method: restPppoePPPSessionRetrievePppSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pppoe/PPPSessionRadiusClassAttribute/retrievePPPSessionRadiusClasses": {
      "post": {
        "tags": [
          "SamoPppoe"
        ],
        "operationId": "restPppoePPPSessionRadiusClassAttributeRetrievePPPSessionRadiusClasses",
        "description": "The parameters and request body are for method: restPppoePPPSessionRadiusClassAttributeRetrievePPPSessionRadiusClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pppoe/PPPoASession/retrievePPPoASessions": {
      "post": {
        "tags": [
          "SamoPppoe"
        ],
        "operationId": "restPppoePPPoASessionRetrievePPPoASessions",
        "description": "The parameters and request body are for method: restPppoePPPoASessionRetrievePPPoASessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/pppoe/PPPoESession/retrievePPPoESessions": {
      "post": {
        "tags": [
          "SamoPppoe"
        ],
        "operationId": "restPppoePPPoESessionRetrievePPPoESessions",
        "description": "The parameters and request body are for method: restPppoePPPoESessionRetrievePPPoESessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/propertyrules/PropertyValuePolicy/assignGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPropertyrules"
        ],
        "operationId": "restPropertyrulesPropertyValuePolicyAssignGroups",
        "description": "The parameters and request body are for method: restPropertyrulesPropertyValuePolicyAssignGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/propertyrules/PropertyValuePolicy/assignUsers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPropertyrules"
        ],
        "operationId": "restPropertyrulesPropertyValuePolicyAssignUsers",
        "description": "The parameters and request body are for method: restPropertyrulesPropertyValuePolicyAssignUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/propertyrules/PropertyValuePolicy/unassignGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPropertyrules"
        ],
        "operationId": "restPropertyrulesPropertyValuePolicyUnassignGroups",
        "description": "The parameters and request body are for method: restPropertyrulesPropertyValuePolicyUnassignGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/propertyrules/PropertyValuePolicy/unassignUsers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPropertyrules"
        ],
        "operationId": "restPropertyrulesPropertyValuePolicyUnassignUsers",
        "description": "The parameters and request body are for method: restPropertyrulesPropertyValuePolicyUnassignUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ptp/IEEEPTPPeer/resetPTPCounters/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPtp"
        ],
        "operationId": "restPtpIEEEPTPPeerResetPTPCounters",
        "description": "The parameters and request body are for method: restPtpIEEEPTPPeerResetPTPCounters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ptp/IEEEPTPSyncDomain/findPtpPeers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPtp"
        ],
        "operationId": "restPtpIEEEPTPSyncDomainFindPtpPeers",
        "description": "The parameters and request body are for method: restPtpIEEEPTPSyncDomainFindPtpPeers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ptp/IEEEPTPSyncManager/createBidirMonitoredIpPath": {
      "post": {
        "tags": [
          "SamoPtp"
        ],
        "operationId": "restPtpIEEEPTPSyncManagerCreateBidirMonitoredIpPath",
        "description": "The parameters and request body are for method: restPtpIEEEPTPSyncManagerCreateBidirMonitoredIpPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ptp/IEEEPTPSyncManager/createMonitoredIpPath": {
      "post": {
        "tags": [
          "SamoPtp"
        ],
        "operationId": "restPtpIEEEPTPSyncManagerCreateMonitoredIpPath",
        "description": "The parameters and request body are for method: restPtpIEEEPTPSyncManagerCreateMonitoredIpPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/pxc/PortCrossConnect/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoPxc"
        ],
        "operationId": "restPxcPortCrossConnectGetDependencyCount",
        "description": "The parameters and request body are for method: restPxcPortCrossConnectGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/pxc/PortCrossConnectSubPort/requestClearEfmOamEventLogs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPxc"
        ],
        "operationId": "restPxcPortCrossConnectSubPortRequestClearEfmOamEventLogs",
        "description": "The parameters and request body are for method: restPxcPortCrossConnectSubPortRequestClearEfmOamEventLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/pxc/PortCrossConnectSubPort/requestResyncEfmOamEventLogs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPxc"
        ],
        "operationId": "restPxcPortCrossConnectSubPortRequestResyncEfmOamEventLogs",
        "description": "The parameters and request body are for method: restPxcPortCrossConnectSubPortRequestResyncEfmOamEventLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/pxc/PortCrossConnectSubPort/requestResyncEfmOamEventStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPxc"
        ],
        "operationId": "restPxcPortCrossConnectSubPortRequestResyncEfmOamEventStats",
        "description": "The parameters and request body are for method: restPxcPortCrossConnectSubPortRequestResyncEfmOamEventStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/pxc/PortCrossConnectSubPort/requestResyncEfmOamPeerInfo/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoPxc"
        ],
        "operationId": "restPxcPortCrossConnectSubPortRequestResyncEfmOamPeerInfo",
        "description": "The parameters and request body are for method: restPxcPortCrossConnectSubPortRequestResyncEfmOamPeerInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/qosprofile/McfrEgressQosProfile/classesResetToDefault/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMcfrEgressQosProfileClassesResetToDefault",
        "description": "The parameters and request body are for method: restQosprofileMcfrEgressQosProfileClassesResetToDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/McfrEgressQosProfile/findMcfrBundles/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMcfrEgressQosProfileFindMcfrBundles",
        "description": "The parameters and request body are for method: restQosprofileMcfrEgressQosProfileFindMcfrBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/McfrIngressQosProfile/classesResetToDefault/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMcfrIngressQosProfileClassesResetToDefault",
        "description": "The parameters and request body are for method: restQosprofileMcfrIngressQosProfileClassesResetToDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/McfrIngressQosProfile/findMcfrBundles/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMcfrIngressQosProfileFindMcfrBundles",
        "description": "The parameters and request body are for method: restQosprofileMcfrIngressQosProfileFindMcfrBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/MlpppEgressQosProfile/FCsResetToDefault/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMlpppEgressQosProfileFCsResetToDefault",
        "description": "The parameters and request body are for method: restQosprofileMlpppEgressQosProfileFCsResetToDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/MlpppEgressQosProfile/classesResetToDefault/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMlpppEgressQosProfileClassesResetToDefault",
        "description": "The parameters and request body are for method: restQosprofileMlpppEgressQosProfileClassesResetToDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/MlpppEgressQosProfile/findMlpppBundles/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMlpppEgressQosProfileFindMlpppBundles",
        "description": "The parameters and request body are for method: restQosprofileMlpppEgressQosProfileFindMlpppBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/MlpppIngressQosProfile/classesResetToDefault/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMlpppIngressQosProfileClassesResetToDefault",
        "description": "The parameters and request body are for method: restQosprofileMlpppIngressQosProfileClassesResetToDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/qosprofile/MlpppIngressQosProfile/findMlpppBundles/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoQosprofile"
        ],
        "operationId": "restQosprofileMlpppIngressQosProfileFindMlpppBundles",
        "description": "The parameters and request body are for method: restQosprofileMlpppIngressQosProfileFindMlpppBundles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/radiusaccounting/Policy/findVPRNInstances": {
      "get": {
        "tags": [
          "SamoRadiusaccounting"
        ],
        "operationId": "restRadiusaccountingPolicyFindVPRNInstances",
        "description": "The parameters and request body are for method: restRadiusaccountingPolicyFindVPRNInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInSiteID",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ranlicense/RANLicenseManager/getLicenseUsage": {
      "get": {
        "tags": [
          "SamoRanlicense"
        ],
        "operationId": "restRanlicenseRANLicenseManagerGetLicenseUsage",
        "description": "The parameters and request body are for method: restRanlicenseRANLicenseManagerGetLicenseUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "licenseFileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ranlicense/RANLicenseManager/importRANLicenses": {
      "post": {
        "tags": [
          "SamoRanlicense"
        ],
        "operationId": "restRanlicenseRANLicenseManagerImportRANLicenses",
        "description": "The parameters and request body are for method: restRanlicenseRANLicenseManagerImportRANLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ranlicense/RANLicenseManager/reloadRANLicenses": {
      "post": {
        "tags": [
          "SamoRanlicense"
        ],
        "operationId": "restRanlicenseRANLicenseManagerReloadRANLicenses",
        "description": "The parameters and request body are for method: restRanlicenseRANLicenseManagerReloadRANLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ranlicense/RANLicenseManager/synchronizeNeLicenseServiceFromConfigObjects": {
      "post": {
        "tags": [
          "SamoRanlicense"
        ],
        "operationId": "restRanlicenseRANLicenseManagerSynchronizeNeLicenseServiceFromConfigObjects",
        "description": "The parameters and request body are for method: restRanlicenseRANLicenseManagerSynchronizeNeLicenseServiceFromConfigObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ranradiom/RANRadioMeasureManager/findEnodeBsReadyForRadioMeasurement": {
      "get": {
        "tags": [
          "SamoRanradiom"
        ],
        "operationId": "restRanradiomRANRadioMeasureManagerFindEnodeBsReadyForRadioMeasurement",
        "description": "The parameters and request body are for method: restRanradiomRANRadioMeasureManagerFindEnodeBsReadyForRadioMeasurement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ranradiom/RANRadioMeasureManager/refreshEnodeB": {
      "post": {
        "tags": [
          "SamoRanradiom"
        ],
        "operationId": "restRanradiomRANRadioMeasureManagerRefreshEnodeB",
        "description": "The parameters and request body are for method: restRanradiomRANRadioMeasureManagerRefreshEnodeB. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ranradiom/RANRadioMeasureManager/refreshEnodeBWithResult": {
      "post": {
        "tags": [
          "SamoRanradiom"
        ],
        "operationId": "restRanradiomRANRadioMeasureManagerRefreshEnodeBWithResult",
        "description": "The parameters and request body are for method: restRanradiomRANRadioMeasureManagerRefreshEnodeBWithResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ranradiom/RANRadioMeasureManager/startPolling": {
      "post": {
        "tags": [
          "SamoRanradiom"
        ],
        "operationId": "restRanradiomRANRadioMeasureManagerStartPolling",
        "description": "The parameters and request body are for method: restRanradiomRANRadioMeasureManagerStartPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ranradiom/RANRadioMeasureManager/startPollingWithResult": {
      "post": {
        "tags": [
          "SamoRanradiom"
        ],
        "operationId": "restRanradiomRANRadioMeasureManagerStartPollingWithResult",
        "description": "The parameters and request body are for method: restRanradiomRANRadioMeasureManagerStartPollingWithResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ranradiom/RANRadioMeasureManager/stopPolling": {
      "post": {
        "tags": [
          "SamoRanradiom"
        ],
        "operationId": "restRanradiomRANRadioMeasureManagerStopPolling",
        "description": "The parameters and request body are for method: restRanradiomRANRadioMeasureManagerStopPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rca/RcaManager/asyncCheckConfig": {
      "post": {
        "tags": [
          "SamoRca"
        ],
        "operationId": "restRcaRcaManagerAsyncCheckConfig",
        "description": "The parameters and request body are for method: restRcaRcaManagerAsyncCheckConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rca/RcaManager/checkConfig": {
      "post": {
        "tags": [
          "SamoRca"
        ],
        "operationId": "restRcaRcaManagerCheckConfig",
        "description": "The parameters and request body are for method: restRcaRcaManagerCheckConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rca/RcaManager/deleteProblems": {
      "delete": {
        "tags": [
          "SamoRca"
        ],
        "operationId": "restRcaRcaManagerDeleteProblems",
        "description": "The parameters and request body are for method: restRcaRcaManagerDeleteProblems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rca/RcaManager/fixProblem": {
      "post": {
        "tags": [
          "SamoRca"
        ],
        "operationId": "restRcaRcaManagerFixProblem",
        "description": "The parameters and request body are for method: restRcaRcaManagerFixProblem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rca/RcaManager/preFixProblem": {
      "post": {
        "tags": [
          "SamoRca"
        ],
        "operationId": "restRcaRcaManagerPreFixProblem",
        "description": "The parameters and request body are for method: restRcaRcaManagerPreFixProblem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/AbstractResSubscrTemplate/constructTemplatedObject/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrAbstractResSubscrTemplateConstructTemplatedObject",
        "description": "The parameters and request body are for method: restRessubscrAbstractResSubscrTemplateConstructTemplatedObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/AbstractResSubscrTemplate/update/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrAbstractResSubscrTemplateUpdate",
        "description": "The parameters and request body are for method: restRessubscrAbstractResSubscrTemplateUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ressubscr/BrgProfile/clearPassword/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrBrgProfileClearPassword",
        "description": "The parameters and request body are for method: restRessubscrBrgProfileClearPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/ressubscr/DhcpLeaseState/retrieveDhcpLease": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrDhcpLeaseStateRetrieveDhcpLease",
        "description": "The parameters and request body are for method: restRessubscrDhcpLeaseStateRetrieveDhcpLease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/DhcpLeaseStateRadiusClassAttribute/retrieveDhcpLeaseStateRadiusClasses": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrDhcpLeaseStateRadiusClassAttributeRetrieveDhcpLeaseStateRadiusClasses",
        "description": "The parameters and request body are for method: restRessubscrDhcpLeaseStateRadiusClassAttributeRetrieveDhcpLeaseStateRadiusClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/HostLockoutInfo/retrieveHostLockoutInfo": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrHostLockoutInfoRetrieveHostLockoutInfo",
        "description": "The parameters and request body are for method: restRessubscrHostLockoutInfoRetrieveHostLockoutInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/HostTrackedSubscriber/retrieveHostTrackedSubscribers": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrHostTrackedSubscriberRetrieveHostTrackedSubscribers",
        "description": "The parameters and request body are for method: restRessubscrHostTrackedSubscriberRetrieveHostTrackedSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/IPoESession/requestClearIpoeSessions": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrIPoESessionRequestClearIpoeSessions",
        "description": "The parameters and request body are for method: restRessubscrIPoESessionRequestClearIpoeSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/IPoESession/retrieveIPoESessions": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrIPoESessionRetrieveIPoESessions",
        "description": "The parameters and request body are for method: restRessubscrIPoESessionRetrieveIPoESessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/IPoESessionRadiusClassAttribute/retrieveIPoESessionRadiusClasses": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrIPoESessionRadiusClassAttributeRetrieveIPoESessionRadiusClasses",
        "description": "The parameters and request body are for method: restRessubscrIPoESessionRadiusClassAttributeRetrieveIPoESessionRadiusClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ManagedSubscriberHost/retrieveManagedSubscriberHosts": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrManagedSubscriberHostRetrieveManagedSubscriberHosts",
        "description": "The parameters and request body are for method: restRessubscrManagedSubscriberHostRetrieveManagedSubscriberHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriber/modifySubscriberIdent": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberModifySubscriberIdent",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberModifySubscriberIdent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/clearSubscriberHostDhcp6LeaseState": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceClearSubscriberHostDhcp6LeaseState",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceClearSubscriberHostDhcp6LeaseState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/clearSubscriberHostLeaseState/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceClearSubscriberHostLeaseState",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceClearSubscriberHostLeaseState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/requestClearHostIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceRequestClearHostIgmpHostTracking",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceRequestClearHostIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/retrieveL2tpTunnels": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceRetrieveL2tpTunnels",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceRetrieveL2tpTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/retrieveResidentialSubscriber": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceRetrieveResidentialSubscriber",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceRetrieveResidentialSubscriber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberInstance/retrieveSubscriberVirtualSubnets": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberInstanceRetrieveSubscriberVirtualSubnets",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberInstanceRetrieveSubscriberVirtualSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/clearDynamicHost": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerClearDynamicHost",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerClearDynamicHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/clearSap": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerClearSap",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerClearSap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/createSubSvcComponents": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerCreateSubSvcComponents",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerCreateSubSvcComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/createSubSvcComponentsDyn": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerCreateSubSvcComponentsDyn",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerCreateSubSvcComponentsDyn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/deleteSubSvcComponents": {
      "delete": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerDeleteSubSvcComponents",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerDeleteSubSvcComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/retrieveResidentialSubscribers": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerRetrieveResidentialSubscribers",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerRetrieveResidentialSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/triggerCollect": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerTriggerCollect",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerTriggerCollect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/ResidentialSubscriberManager/updateSubSvcComponentsDynAcl": {
      "put": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrResidentialSubscriberManagerUpdateSubSvcComponentsDynAcl",
        "description": "The parameters and request body are for method: restRessubscrResidentialSubscriberManagerUpdateSubSvcComponentsDynAcl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SlaProfileInstance/retrieveSlaProfileInstances": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSlaProfileInstanceRetrieveSlaProfileInstances",
        "description": "The parameters and request body are for method: restRessubscrSlaProfileInstanceRetrieveSlaProfileInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubBrgAddressPool/retrieveAddrPools": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubBrgAddressPoolRetrieveAddrPools",
        "description": "The parameters and request body are for method: restRessubscrSubBrgAddressPoolRetrieveAddrPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubSlaacHostRadiusClassAttribute/retrieveSubSlaacHostRadiusClasses": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubSlaacHostRadiusClassAttributeRetrieveSubSlaacHostRadiusClasses",
        "description": "The parameters and request body are for method: restRessubscrSubSlaacHostRadiusClassAttributeRetrieveSubSlaacHostRadiusClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscrMacError/retrieveSubMacError": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscrMacErrorRetrieveSubMacError",
        "description": "The parameters and request body are for method: restRessubscrSubscrMacErrorRetrieveSubMacError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscrSapError/retrieveSubSapError": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscrSapErrorRetrieveSubSapError",
        "description": "The parameters and request body are for method: restRessubscrSubscrSapErrorRetrieveSubSapError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscrSdpError/retrieveSubSdpError": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscrSdpErrorRetrieveSubSdpError",
        "description": "The parameters and request body are for method: restRessubscrSubscrSdpErrorRetrieveSubSdpError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscrUnknownError/retrieveSubUnknownError": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscrUnknownErrorRetrieveSubUnknownError",
        "description": "The parameters and request body are for method: restRessubscrSubscrUnknownErrorRetrieveSubUnknownError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHost/findSlaProfileStringSuggestions": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostFindSlaProfileStringSuggestions",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostFindSlaProfileStringSuggestions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHost/retrieveL2TPSession": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostRetrieveL2TPSession",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostRetrieveL2TPSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHost/retrieveSAPHosts": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostRetrieveSAPHosts",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostRetrieveSAPHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHost/retrieveSubscriberHosts": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostRetrieveSubscriberHosts",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostRetrieveSubscriberHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHostConfiguration/evalLeaseStatePerSap": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostConfigurationEvalLeaseStatePerSap",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostConfigurationEvalLeaseStatePerSap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHostConfiguration/evalLeaseStatePerSapId": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostConfigurationEvalLeaseStatePerSapId",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostConfigurationEvalLeaseStatePerSapId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHostConfiguration/updateMultipleSubscrHosts": {
      "put": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostConfigurationUpdateMultipleSubscrHosts",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostConfigurationUpdateMultipleSubscrHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHostCreditReset/resetCredit": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostCreditResetResetCredit",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostCreditResetResetCredit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberHostForceRenew/forceRenewSubscriberHost": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberHostForceRenewForceRenewSubscriberHost",
        "description": "The parameters and request body are for method: restRessubscrSubscriberHostForceRenewForceRenewSubscriberHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberPccRuleEntry/retrievePccRule": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberPccRuleEntryRetrievePccRule",
        "description": "The parameters and request body are for method: restRessubscrSubscriberPccRuleEntryRetrievePccRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberPccRuleEntry/retrievePccRulesPerSubscrHost": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberPccRuleEntryRetrievePccRulesPerSubscrHost",
        "description": "The parameters and request body are for method: restRessubscrSubscriberPccRuleEntryRetrievePccRulesPerSubscrHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberQosOverride/retrieveSubscriberQosOverrides": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberQosOverrideRetrieveSubscriberQosOverrides",
        "description": "The parameters and request body are for method: restRessubscrSubscriberQosOverrideRetrieveSubscriberQosOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/ressubscr/SubscriberService/retrieveSubSvc": {
      "post": {
        "tags": [
          "SamoRessubscr"
        ],
        "operationId": "restRessubscrSubscriberServiceRetrieveSubSvc",
        "description": "The parameters and request body are for method: restRessubscrSubscriberServiceRetrieveSubSvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rip/AuthenticationKey/removeAuthenticationKey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRip"
        ],
        "operationId": "restRipAuthenticationKeyRemoveAuthenticationKey",
        "description": "The parameters and request body are for method: restRipAuthenticationKeyRemoveAuthenticationKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rip/Interface/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRip"
        ],
        "operationId": "restRipInterfaceConfigure",
        "description": "The parameters and request body are for method: restRipInterfaceConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rip/Site/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRip"
        ],
        "operationId": "restRipSiteConfigure",
        "description": "The parameters and request body are for method: restRipSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rmd/AccessInterface/initiateDiscovery/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRmd"
        ],
        "operationId": "restRmdAccessInterfaceInitiateDiscovery",
        "description": "The parameters and request body are for method: restRmdAccessInterfaceInitiateDiscovery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rmd/Device/reset/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRmd"
        ],
        "operationId": "restRmdDeviceReset",
        "description": "The parameters and request body are for method: restRmdDeviceReset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rmd/DiscoveredDevice/createDevice": {
      "post": {
        "tags": [
          "SamoRmd"
        ],
        "operationId": "restRmdDiscoveredDeviceCreateDevice",
        "description": "The parameters and request body are for method: restRmdDiscoveredDeviceCreateDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rmd/DiscoveredDevice/resync": {
      "post": {
        "tags": [
          "SamoRmd"
        ],
        "operationId": "restRmdDiscoveredDeviceResync",
        "description": "The parameters and request body are for method: restRmdDiscoveredDeviceResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rmd/RmdConfig/discoverDevices": {
      "post": {
        "tags": [
          "SamoRmd"
        ],
        "operationId": "restRmdRmdConfigDiscoverDevices",
        "description": "The parameters and request body are for method: restRmdRmdConfigDiscoverDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rmd/RmdConfig/startDiscovery/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRmd"
        ],
        "operationId": "restRmdRmdConfigStartDiscovery",
        "description": "The parameters and request body are for method: restRmdRmdConfigStartDiscovery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/configRedundancyRlbkSync": {
      "post": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoConfigRedundancyRlbkSync",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoConfigRedundancyRlbkSync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/createRollbckCheckPt": {
      "post": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoCreateRollbckCheckPt",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoCreateRollbckCheckPt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/createRollbckRescue": {
      "post": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoCreateRollbckRescue",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoCreateRollbckRescue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/deleteRollbckCheckPt": {
      "delete": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoDeleteRollbckCheckPt",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoDeleteRollbckCheckPt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/deleteRollbckRescue": {
      "delete": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoDeleteRollbckRescue",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoDeleteRollbckRescue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/executeCompareCheckpoint": {
      "put": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoExecuteCompareCheckpoint",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoExecuteCompareCheckpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/executeViewCheckPoint": {
      "put": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoExecuteViewCheckPoint",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoExecuteViewCheckPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/redundancyRollbackSync": {
      "post": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoRedundancyRollbackSync",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoRedundancyRollbackSync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/revertRollbckCheckPt": {
      "post": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoRevertRollbckCheckPt",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoRevertRollbckCheckPt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rollback/RollbackNEInfo/revertRollbckRescue": {
      "post": {
        "tags": [
          "SamoRollback"
        ],
        "operationId": "restRollbackRollbackNEInfoRevertRollbckRescue",
        "description": "The parameters and request body are for method: restRollbackRollbackNEInfoRevertRollbckRescue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AbstractAdminGroupPolicy/findAdminGroups": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAbstractAdminGroupPolicyFindAdminGroups",
        "description": "The parameters and request body are for method: restRpAbstractAdminGroupPolicyFindAdminGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AbstractAdminGroupPolicy/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAbstractAdminGroupPolicyFindInterfaces",
        "description": "The parameters and request body are for method: restRpAbstractAdminGroupPolicyFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AbstractAdminGroupPolicy/findLspPaths/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAbstractAdminGroupPolicyFindLspPaths",
        "description": "The parameters and request body are for method: restRpAbstractAdminGroupPolicyFindLspPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AbstractAdminGroupPolicy/findLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAbstractAdminGroupPolicyFindLsps",
        "description": "The parameters and request body are for method: restRpAbstractAdminGroupPolicyFindLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AbstractSrlgGroupPolicy/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAbstractSrlgGroupPolicyFindInterfaces",
        "description": "The parameters and request body are for method: restRpAbstractSrlgGroupPolicyFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AdminGroupPolicy/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAdminGroupPolicyFindInterfaces",
        "description": "The parameters and request body are for method: restRpAdminGroupPolicyFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/AdminGroupPolicy/findRouteNextHopPolicyTemplates/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpAdminGroupPolicyFindRouteNextHopPolicyTemplates",
        "description": "The parameters and request body are for method: restRpAdminGroupPolicyFindRouteNextHopPolicyTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/CommunityMember/findMembers": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpCommunityMemberFindMembers",
        "description": "The parameters and request body are for method: restRpCommunityMemberFindMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/ExclusiveEdit/resetPolicyExclusive": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpExclusiveEditResetPolicyExclusive",
        "description": "The parameters and request body are for method: restRpExclusiveEditResetPolicyExclusive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rp/ExclusiveEdit/resetPolicyExclusiveForSites": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpExclusiveEditResetPolicyExclusiveForSites",
        "description": "The parameters and request body are for method: restRpExclusiveEditResetPolicyExclusiveForSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rp/FromCriteria/expandPolicyStatement": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpFromCriteriaExpandPolicyStatement",
        "description": "The parameters and request body are for method: restRpFromCriteriaExpandPolicyStatement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/FromCriteria/findInterfaces": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpFromCriteriaFindInterfaces",
        "description": "The parameters and request body are for method: restRpFromCriteriaFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/PolicyStatementEntry/renum": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpPolicyStatementEntryRenum",
        "description": "The parameters and request body are for method: restRpPolicyStatementEntryRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rp/SrlgGroupPolicy/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRp"
        ],
        "operationId": "restRpSrlgGroupPolicyFindInterfaces",
        "description": "The parameters and request body are for method: restRpSrlgGroupPolicyFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rsvp/ForwardingClassMap/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRsvp"
        ],
        "operationId": "restRsvpForwardingClassMapConfigure",
        "description": "The parameters and request body are for method: restRsvpForwardingClassMapConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rsvp/Session/findProtectedLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRsvp"
        ],
        "operationId": "restRsvpSessionFindProtectedLsps",
        "description": "The parameters and request body are for method: restRsvpSessionFindProtectedLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rsvp/Session/findReroutePath/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRsvp"
        ],
        "operationId": "restRsvpSessionFindReroutePath",
        "description": "The parameters and request body are for method: restRsvpSessionFindReroutePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rsvp/TeClass/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRsvp"
        ],
        "operationId": "restRsvpTeClassConfigure",
        "description": "The parameters and request body are for method: restRsvpTeClassConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/AdminGroupPolicy/findAdminGroups": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrAdminGroupPolicyFindAdminGroups",
        "description": "The parameters and request body are for method: restRtrAdminGroupPolicyFindAdminGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/AdminGroupPolicy/findFlexAlgoDefinitions/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrAdminGroupPolicyFindFlexAlgoDefinitions",
        "description": "The parameters and request body are for method: restRtrAdminGroupPolicyFindFlexAlgoDefinitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/AdminGroupPolicy/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrAdminGroupPolicyFindInterfaces",
        "description": "The parameters and request body are for method: restRtrAdminGroupPolicyFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/AdminGroupPolicy/findLspPaths/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrAdminGroupPolicyFindLspPaths",
        "description": "The parameters and request body are for method: restRtrAdminGroupPolicyFindLspPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/AdminGroupPolicy/findLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrAdminGroupPolicyFindLsps",
        "description": "The parameters and request body are for method: restRtrAdminGroupPolicyFindLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/AdminGroupPolicy/findRouteNextHopPolicyTemplates/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrAdminGroupPolicyFindRouteNextHopPolicyTemplates",
        "description": "The parameters and request body are for method: restRtrAdminGroupPolicyFindRouteNextHopPolicyTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/FlexibleAlgorithmDefinition/findAssociatedObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrFlexibleAlgorithmDefinitionFindAssociatedObjects",
        "description": "The parameters and request body are for method: restRtrFlexibleAlgorithmDefinitionFindAssociatedObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/Group/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrGroupShutDown",
        "description": "The parameters and request body are for method: restRtrGroupShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/Group/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrGroupTurnUp",
        "description": "The parameters and request body are for method: restRtrGroupTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/IPPacketReassemblySpecifics/findReassemblyPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrIPPacketReassemblySpecificsFindReassemblyPorts",
        "description": "The parameters and request body are for method: restRtrIPPacketReassemblySpecificsFindReassemblyPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/MultiHomingInterface/removeIpAddress/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrMultiHomingInterfaceRemoveIpAddress",
        "description": "The parameters and request body are for method: restRtrMultiHomingInterfaceRemoveIpAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/NetworkInterface/findGmplsLoopbackInterfaceAddresses": {
      "get": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrNetworkInterfaceFindGmplsLoopbackInterfaceAddresses",
        "description": "The parameters and request body are for method: restRtrNetworkInterfaceFindGmplsLoopbackInterfaceAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/NetworkInterface/findLinkMapProfiles": {
      "get": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrNetworkInterfaceFindLinkMapProfiles",
        "description": "The parameters and request body are for method: restRtrNetworkInterfaceFindLinkMapProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/NetworkInterface/findQueueQroupPolicesAppliedOnPort": {
      "get": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrNetworkInterfaceFindQueueQroupPolicesAppliedOnPort",
        "description": "The parameters and request body are for method: restRtrNetworkInterfaceFindQueueQroupPolicesAppliedOnPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/NetworkInterface/requestPolicyAccountStatsClear/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrNetworkInterfaceRequestPolicyAccountStatsClear",
        "description": "The parameters and request body are for method: restRtrNetworkInterfaceRequestPolicyAccountStatsClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/Peer/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrPeerShutDown",
        "description": "The parameters and request body are for method: restRtrPeerShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/Peer/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrPeerTurnUp",
        "description": "The parameters and request body are for method: restRtrPeerTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/ProtocolSite/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrProtocolSiteShutDown",
        "description": "The parameters and request body are for method: restRtrProtocolSiteShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/ProtocolSite/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrProtocolSiteTurnUp",
        "description": "The parameters and request body are for method: restRtrProtocolSiteTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/ReplicationSegmentPolicyNextHop/configureReplicationLabels": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrReplicationSegmentPolicyNextHopConfigureReplicationLabels",
        "description": "The parameters and request body are for method: restRtrReplicationSegmentPolicyNextHopConfigureReplicationLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/RoutingInstanceSite/configureMultipleInstances": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrRoutingInstanceSiteConfigureMultipleInstances",
        "description": "The parameters and request body are for method: restRtrRoutingInstanceSiteConfigureMultipleInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/SharedRiskLinkGroup/findInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrSharedRiskLinkGroupFindInterfaces",
        "description": "The parameters and request body are for method: restRtrSharedRiskLinkGroupFindInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/StaticArp/find": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrStaticArpFind",
        "description": "The parameters and request body are for method: restRtrStaticArpFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/StaticRoute/retrieveVRFStaticRoutes": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrStaticRouteRetrieveVRFStaticRoutes",
        "description": "The parameters and request body are for method: restRtrStaticRouteRetrieveVRFStaticRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/configureIpAddresses/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceConfigureIpAddresses",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceConfigureIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/findByIpAddress": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceFindByIpAddress",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceFindByIpAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/findByIpAddressFilter": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceFindByIpAddressFilter",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceFindByIpAddressFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/findByIpAddressList": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceFindByIpAddressList",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceFindByIpAddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/findByName": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceFindByName",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceFindByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/findProtocols/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceFindProtocols",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceFindProtocols. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/removeIpAddress/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceRemoveIpAddress",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceRemoveIpAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceShutDown",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualInterface/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualInterfaceTurnUp",
        "description": "The parameters and request body are for method: restRtrVirtualInterfaceTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/rtr/VirtualRouterIpAddress/findSitesFor": {
      "post": {
        "tags": [
          "SamoRtr"
        ],
        "operationId": "restRtrVirtualRouterIpAddressFindSitesFor",
        "description": "The parameters and request body are for method: restRtrVirtualRouterIpAddressFindSitesFor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/AbstractTest/execute/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasAbstractTestExecute",
        "description": "The parameters and request body are for method: restSasAbstractTestExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/AbstractTest/stop/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasAbstractTestStop",
        "description": "The parameters and request body are for method: restSasAbstractTestStop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/MplsDmSession/requestClearOamPmDmRawStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasMplsDmSessionRequestClearOamPmDmRawStats",
        "description": "The parameters and request body are for method: restSasMplsDmSessionRequestClearOamPmDmRawStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/PMSessionTest/stopTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasPMSessionTestStopTest",
        "description": "The parameters and request body are for method: restSasPMSessionTestStopTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/StreamingDelayTemplate/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasStreamingDelayTemplateFindTests",
        "description": "The parameters and request body are for method: restSasStreamingDelayTemplateFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TWLSession/requestClearOamPmTwlRawStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTWLSessionRequestClearOamPmTwlRawStats",
        "description": "The parameters and request body are for method: restSasTWLSessionRequestClearOamPmTwlRawStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/Test/adhocExecuteAndWait": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestAdhocExecuteAndWait",
        "description": "The parameters and request body are for method: restSasTestAdhocExecuteAndWait. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/Test/executeAndWait/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestExecuteAndWait",
        "description": "The parameters and request body are for method: restSasTestExecuteAndWait. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/Test/setNeSchedulableAdminState/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSetNeSchedulableAdminState",
        "description": "The parameters and request body are for method: restSasTestSetNeSchedulableAdminState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/CfmResourceUsageResync": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerCfmResourceUsageResync",
        "description": "The parameters and request body are for method: restSasTestManagerCfmResourceUsageResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/CfmVlanDefaultMdResync": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerCfmVlanDefaultMdResync",
        "description": "The parameters and request body are for method: restSasTestManagerCfmVlanDefaultMdResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/archiveMultipleTestResults": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerArchiveMultipleTestResults",
        "description": "The parameters and request body are for method: restSasTestManagerArchiveMultipleTestResults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/archiveTest": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerArchiveTest",
        "description": "The parameters and request body are for method: restSasTestManagerArchiveTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/archiveTestResult": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerArchiveTestResult",
        "description": "The parameters and request body are for method: restSasTestManagerArchiveTestResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/deleteTests": {
      "delete": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerDeleteTests",
        "description": "The parameters and request body are for method: restSasTestManagerDeleteTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/executeOamTestContext": {
      "put": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerExecuteOamTestContext",
        "description": "The parameters and request body are for method: restSasTestManagerExecuteOamTestContext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/executeValidator": {
      "put": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerExecuteValidator",
        "description": "The parameters and request body are for method: restSasTestManagerExecuteValidator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/findEmptyValidatorTestSuites": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerFindEmptyValidatorTestSuites",
        "description": "The parameters and request body are for method: restSasTestManagerFindEmptyValidatorTestSuites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/findPMSessionsNEs": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerFindPMSessionsNEs",
        "description": "The parameters and request body are for method: restSasTestManagerFindPMSessionsNEs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/findPMSessionsVPRNSites": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerFindPMSessionsVPRNSites",
        "description": "The parameters and request body are for method: restSasTestManagerFindPMSessionsVPRNSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/generateStmDefaults": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerGenerateStmDefaults",
        "description": "The parameters and request body are for method: restSasTestManagerGenerateStmDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/generateTeTests": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerGenerateTeTests",
        "description": "The parameters and request body are for method: restSasTestManagerGenerateTeTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/generateTests": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerGenerateTests",
        "description": "The parameters and request body are for method: restSasTestManagerGenerateTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/oneTimeValidate": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerOneTimeValidate",
        "description": "The parameters and request body are for method: restSasTestManagerOneTimeValidate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/propagateMepTestOptions": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerPropagateMepTestOptions",
        "description": "The parameters and request body are for method: restSasTestManagerPropagateMepTestOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/resolveTarget": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerResolveTarget",
        "description": "The parameters and request body are for method: restSasTestManagerResolveTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/stopContinuousTests": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerStopContinuousTests",
        "description": "The parameters and request body are for method: restSasTestManagerStopContinuousTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestManager/stopNeSchedulableTests": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestManagerStopNeSchedulableTests",
        "description": "The parameters and request body are for method: restSasTestManagerStopNeSchedulableTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestPolicy/updateAllTestSuites/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestPolicyUpdateAllTestSuites",
        "description": "The parameters and request body are for method: restSasTestPolicyUpdateAllTestSuites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/addTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteAddTest",
        "description": "The parameters and request body are for method: restSasTestSuiteAddTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/addTestedEntities/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteAddTestedEntities",
        "description": "The parameters and request body are for method: restSasTestSuiteAddTestedEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/addTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteAddTests",
        "description": "The parameters and request body are for method: restSasTestSuiteAddTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/generateTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteGenerateTests",
        "description": "The parameters and request body are for method: restSasTestSuiteGenerateTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/getNumberOfTests/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteGetNumberOfTests",
        "description": "The parameters and request body are for method: restSasTestSuiteGetNumberOfTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/removeTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteRemoveTest",
        "description": "The parameters and request body are for method: restSasTestSuiteRemoveTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestSuite/removeTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestSuiteRemoveTests",
        "description": "The parameters and request body are for method: restSasTestSuiteRemoveTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sas/TestedEntity/execute/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoSas"
        ],
        "operationId": "restSasTestedEntityExecute",
        "description": "The parameters and request body are for method: restSasTestedEntityExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/Match/renum": {
      "post": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosMatchRenum",
        "description": "The parameters and request body are for method: restSasqosMatchRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sasqos/MplsLspExpMap/findNetworkInterfaces/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosMplsLspExpMapFindNetworkInterfaces",
        "description": "The parameters and request body are for method: restSasqosMplsLspExpMapFindNetworkInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/NQueue/findPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosNQueueFindPorts",
        "description": "The parameters and request body are for method: restSasqosNQueueFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/Network/findNetworkInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosNetworkFindNetworkInterfaces",
        "description": "The parameters and request body are for method: restSasqosNetworkFindNetworkInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sasqos/Network/findPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosNetworkFindPorts",
        "description": "The parameters and request body are for method: restSasqosNetworkFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sasqos/PortAccessEgress/findPorts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosPortAccessEgressFindPorts",
        "description": "The parameters and request body are for method: restSasqosPortAccessEgressFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sasqos/PortScheduler/findPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosPortSchedulerFindPorts",
        "description": "The parameters and request body are for method: restSasqosPortSchedulerFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/QosPool/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosQosPoolConfigure",
        "description": "The parameters and request body are for method: restSasqosQosPoolConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sasqos/Remark/findAccessInterfaces/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosRemarkFindAccessInterfaces",
        "description": "The parameters and request body are for method: restSasqosRemarkFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/Remark/findNetworkInterfaces/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosRemarkFindNetworkInterfaces",
        "description": "The parameters and request body are for method: restSasqosRemarkFindNetworkInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/Remark/findPorts/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosRemarkFindPorts",
        "description": "The parameters and request body are for method: restSasqosRemarkFindPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sasqos/SystemResourceProfilePolicy/findCards/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSasqos"
        ],
        "operationId": "restSasqosSystemResourceProfilePolicyFindCards",
        "description": "The parameters and request body are for method: restSasqosSystemResourceProfilePolicyFindCards. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sbtsperf/SbtsPMPolicy/findSbtsNodes": {
      "get": {
        "tags": [
          "SamoSbtsperf"
        ],
        "operationId": "restSbtsperfSbtsPMPolicyFindSbtsNodes",
        "description": "The parameters and request body are for method: restSbtsperfSbtsPMPolicyFindSbtsNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sbtsperf/SbtsPMPolicy/invokeCatchup": {
      "post": {
        "tags": [
          "SamoSbtsperf"
        ],
        "operationId": "restSbtsperfSbtsPMPolicyInvokeCatchup",
        "description": "The parameters and request body are for method: restSbtsperfSbtsPMPolicyInvokeCatchup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sbtsperf/SbtsPMPolicy/invokeSbtssCatchup": {
      "post": {
        "tags": [
          "SamoSbtsperf"
        ],
        "operationId": "restSbtsperfSbtsPMPolicyInvokeSbtssCatchup",
        "description": "The parameters and request body are for method: restSbtsperfSbtsPMPolicyInvokeSbtssCatchup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/schedule/ScheduleManager/getTimeZone": {
      "get": {
        "tags": [
          "SamoSchedule"
        ],
        "operationId": "restScheduleScheduleManagerGetTimeZone",
        "description": "The parameters and request body are for method: restScheduleScheduleManagerGetTimeZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/schedule/ScheduledTask/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSchedule"
        ],
        "operationId": "restScheduleScheduledTaskShutDown",
        "description": "The parameters and request body are for method: restScheduleScheduledTaskShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/schedule/ScheduledTask/start/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSchedule"
        ],
        "operationId": "restScheduleScheduledTaskStart",
        "description": "The parameters and request body are for method: restScheduleScheduledTaskStart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/schedule/ScheduledTask/stop/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSchedule"
        ],
        "operationId": "restScheduleScheduledTaskStop",
        "description": "The parameters and request body are for method: restScheduleScheduledTaskStop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/schedule/ScheduledTask/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSchedule"
        ],
        "operationId": "restScheduleScheduledTaskTurnUp",
        "description": "The parameters and request body are for method: restScheduleScheduledTaskTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/AbstractScript/changeScriptVersion/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractScriptChangeScriptVersion",
        "description": "The parameters and request body are for method: restScriptAbstractScriptChangeScriptVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/AbstractScript/configScriptVersion/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractScriptConfigScriptVersion",
        "description": "The parameters and request body are for method: restScriptAbstractScriptConfigScriptVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/AbstractScript/configureScript/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractScriptConfigureScript",
        "description": "The parameters and request body are for method: restScriptAbstractScriptConfigureScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/AbstractScript/configureTarget/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractScriptConfigureTarget",
        "description": "The parameters and request body are for method: restScriptAbstractScriptConfigureTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/AbstractScript/configureTargets/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractScriptConfigureTargets",
        "description": "The parameters and request body are for method: restScriptAbstractScriptConfigureTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/AbstractScript/createScriptVersion/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractScriptCreateScriptVersion",
        "description": "The parameters and request body are for method: restScriptAbstractScriptCreateScriptVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/AbstractVersion/getScriptContents": {
      "get": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptAbstractVersionGetScriptContents",
        "description": "The parameters and request body are for method: restScriptAbstractVersionGetScriptContents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "objectFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/Bundle/addScripts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptBundleAddScripts",
        "description": "The parameters and request body are for method: restScriptBundleAddScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/Bundle/deleteBundleAndAssociatedScripts/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptBundleDeleteBundleAndAssociatedScripts",
        "description": "The parameters and request body are for method: restScriptBundleDeleteBundleAndAssociatedScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/Bundle/removeScripts/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptBundleRemoveScripts",
        "description": "The parameters and request body are for method: restScriptBundleRemoveScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/ControlScript/associateExecutableScript/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptControlScriptAssociateExecutableScript",
        "description": "The parameters and request body are for method: restScriptControlScriptAssociateExecutableScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/ControlScript/associateHandlerScript/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptControlScriptAssociateHandlerScript",
        "description": "The parameters and request body are for method: restScriptControlScriptAssociateHandlerScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/Result/getResultBody": {
      "get": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptResultGetResultBody",
        "description": "The parameters and request body are for method: restScriptResultGetResultBody. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "objectFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/ResultManager/saveResult": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptResultManagerSaveResult",
        "description": "The parameters and request body are for method: restScriptResultManagerSaveResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/cancelExecution": {
      "delete": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerCancelExecution",
        "description": "The parameters and request body are for method: restScriptScriptManagerCancelExecution. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/cancelRunningCliExecution": {
      "delete": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerCancelRunningCliExecution",
        "description": "The parameters and request body are for method: restScriptScriptManagerCancelRunningCliExecution. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/cancelScriptFlow": {
      "delete": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerCancelScriptFlow",
        "description": "The parameters and request body are for method: restScriptScriptManagerCancelScriptFlow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/configure": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerConfigure",
        "description": "The parameters and request body are for method: restScriptScriptManagerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeCLIScript": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteCLIScript",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteCLIScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeCLITargetScripts": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteCLITargetScripts",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteCLITargetScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeScript": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteScript",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeScriptFlow": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteScriptFlow",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteScriptFlow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeSystemScripts": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteSystemScripts",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteSystemScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeTargetScripts": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteTargetScripts",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteTargetScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/executeTargetScriptsWithParameters": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerExecuteTargetScriptsWithParameters",
        "description": "The parameters and request body are for method: restScriptScriptManagerExecuteTargetScriptsWithParameters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/getBodyOfTargetScriptResult": {
      "get": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerGetBodyOfTargetScriptResult",
        "description": "The parameters and request body are for method: restScriptScriptManagerGetBodyOfTargetScriptResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "targetScriptResultObjectFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/ScriptManager/previewScriptWithParameters": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptScriptManagerPreviewScriptWithParameters",
        "description": "The parameters and request body are for method: restScriptScriptManagerPreviewScriptWithParameters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetParameter/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetParameterConfigure",
        "description": "The parameters and request body are for method: restScriptTargetParameterConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/cancelExecution/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptCancelExecution",
        "description": "The parameters and request body are for method: restScriptTargetScriptCancelExecution. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptConfigure",
        "description": "The parameters and request body are for method: restScriptTargetScriptConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/executeCLIScript/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptExecuteCLIScript",
        "description": "The parameters and request body are for method: restScriptTargetScriptExecuteCLIScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/executeCLITargetScript/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptExecuteCLITargetScript",
        "description": "The parameters and request body are for method: restScriptTargetScriptExecuteCLITargetScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/executeScript/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptExecuteScript",
        "description": "The parameters and request body are for method: restScriptTargetScriptExecuteScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/executeTargetScript/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptExecuteTargetScript",
        "description": "The parameters and request body are for method: restScriptTargetScriptExecuteTargetScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScript/preview/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptPreview",
        "description": "The parameters and request body are for method: restScriptTargetScriptPreview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/TargetScriptResult/getTargetScriptResult": {
      "get": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptTargetScriptResultGetTargetScriptResult",
        "description": "The parameters and request body are for method: restScriptTargetScriptResultGetTargetScriptResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "objectFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/VelocityTemplate/reload": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptVelocityTemplateReload",
        "description": "The parameters and request body are for method: restScriptVelocityTemplateReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/script/VelocityTemplate/store": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptVelocityTemplateStore",
        "description": "The parameters and request body are for method: restScriptVelocityTemplateStore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/XmlApiConfigTemplate/associateTemplate/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptXmlApiConfigTemplateAssociateTemplate",
        "description": "The parameters and request body are for method: restScriptXmlApiConfigTemplateAssociateTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/script/XmlApiConfigTemplate/convertOldTemplates": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptXmlApiConfigTemplateConvertOldTemplates",
        "description": "The parameters and request body are for method: restScriptXmlApiConfigTemplateConvertOldTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/XmlApiConfigTemplate/execute/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptXmlApiConfigTemplateExecute",
        "description": "The parameters and request body are for method: restScriptXmlApiConfigTemplateExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/XmlApiConfigTemplate/executeMulti/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptXmlApiConfigTemplateExecuteMulti",
        "description": "The parameters and request body are for method: restScriptXmlApiConfigTemplateExecuteMulti. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/XmlApiConfigTemplate/generate": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptXmlApiConfigTemplateGenerate",
        "description": "The parameters and request body are for method: restScriptXmlApiConfigTemplateGenerate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/script/XmlApiConfigTemplate/generateFromSample": {
      "post": {
        "tags": [
          "SamoScript"
        ],
        "operationId": "restScriptXmlApiConfigTemplateGenerateFromSample",
        "description": "The parameters and request body are for method: restScriptXmlApiConfigTemplateGenerateFromSample. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/security/CpamLicense/clearRouterLimitExceedDueToMultiAdditions": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityCpamLicenseClearRouterLimitExceedDueToMultiAdditions",
        "description": "The parameters and request body are for method: restSecurityCpamLicenseClearRouterLimitExceedDueToMultiAdditions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/security/SamJmsTopicManager/stopOssConnection": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecuritySamJmsTopicManagerStopOssConnection",
        "description": "The parameters and request body are for method: restSecuritySamJmsTopicManagerStopOssConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/SamLicensePoints/getLicensePointsInventory/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecuritySamLicensePointsGetLicensePointsInventory",
        "description": "The parameters and request body are for method: restSecuritySamLicensePointsGetLicensePointsInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/security/Span/makeObjectsExplicit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecuritySpanMakeObjectsExplicit",
        "description": "The parameters and request body are for method: restSecuritySpanMakeObjectsExplicit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/Span/makeObjectsImplicit/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecuritySpanMakeObjectsImplicit",
        "description": "The parameters and request body are for method: restSecuritySpanMakeObjectsImplicit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/getServerVersion": {
      "get": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerGetServerVersion",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerGetServerVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/getUXPrefs": {
      "get": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerGetUXPrefs",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerGetUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/reAssignUser": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerReAssignUser",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerReAssignUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/removeUXPrefs": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerRemoveUXPrefs",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerRemoveUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/resumeUser": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerResumeUser",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerResumeUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/saveUXPrefs": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerSaveUXPrefs",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerSaveUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/security/TSecurityManager/suspendUser": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityTSecurityManagerSuspendUser",
        "description": "The parameters and request body are for method: restSecurityTSecurityManagerSuspendUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/User/getUXPrefs/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityUserGetUXPrefs",
        "description": "The parameters and request body are for method: restSecurityUserGetUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "prefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/security/User/removeUXPrefs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityUserRemoveUXPrefs",
        "description": "The parameters and request body are for method: restSecurityUserRemoveUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/User/saveUXPrefs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityUserSaveUXPrefs",
        "description": "The parameters and request body are for method: restSecurityUserSaveUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/security/UserGroup/getUXPrefs/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityUserGroupGetUXPrefs",
        "description": "The parameters and request body are for method: restSecurityUserGroupGetUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "prefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/security/UserGroup/removeUXPrefs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityUserGroupRemoveUXPrefs",
        "description": "The parameters and request body are for method: restSecurityUserGroupRemoveUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/security/UserGroup/saveUXPrefs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSecurity"
        ],
        "operationId": "restSecurityUserGroupSaveUXPrefs",
        "description": "The parameters and request body are for method: restSecurityUserGroupSaveUXPrefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/securitypolicy/SecurityPolicyEntryDefinition/renum": {
      "post": {
        "tags": [
          "SamoSecuritypolicy"
        ],
        "operationId": "restSecuritypolicySecurityPolicyEntryDefinitionRenum",
        "description": "The parameters and request body are for method: restSecuritypolicySecurityPolicyEntryDefinitionRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/selfconfig/PreProvisionedNe/createPreProvNeFromTemplate": {
      "post": {
        "tags": [
          "SamoSelfconfig"
        ],
        "operationId": "restSelfconfigPreProvisionedNeCreatePreProvNeFromTemplate",
        "description": "The parameters and request body are for method: restSelfconfigPreProvisionedNeCreatePreProvNeFromTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/selfconfig/PreProvisionedNeState/deletePreProvNe/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoSelfconfig"
        ],
        "operationId": "restSelfconfigPreProvisionedNeStateDeletePreProvNe",
        "description": "The parameters and request body are for method: restSelfconfigPreProvisionedNeStateDeletePreProvNe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/selfconfig/PreProvisionedNeState/proceedToNextStage/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSelfconfig"
        ],
        "operationId": "restSelfconfigPreProvisionedNeStateProceedToNextStage",
        "description": "The parameters and request body are for method: restSelfconfigPreProvisionedNeStateProceedToNextStage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/selfconfig/PreProvisionedNeState/retrySelfConfiguration/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSelfconfig"
        ],
        "operationId": "restSelfconfigPreProvisionedNeStateRetrySelfConfiguration",
        "description": "The parameters and request body are for method: restSelfconfigPreProvisionedNeStateRetrySelfConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/server/AuxServerPair/assignedObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoServer"
        ],
        "operationId": "restServerAuxServerPairAssignedObjects",
        "description": "The parameters and request body are for method: restServerAuxServerPairAssignedObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/server/AuxServerPair/unAssignedObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoServer"
        ],
        "operationId": "restServerAuxServerPairUnAssignedObjects",
        "description": "The parameters and request body are for method: restServerAuxServerPairUnAssignedObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/server/TCE/deleteAllENBs/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoServer"
        ],
        "operationId": "restServerTCEDeleteAllENBs",
        "description": "The parameters and request body are for method: restServerTCEDeleteAllENBs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/server/TCE/preDeleteENBs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoServer"
        ],
        "operationId": "restServerTCEPreDeleteENBs",
        "description": "The parameters and request body are for method: restServerTCEPreDeleteENBs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/AaInterface/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceAaInterfaceShutDown",
        "description": "The parameters and request body are for method: restServiceAaInterfaceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/AaInterface/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceAaInterfaceTurnUp",
        "description": "The parameters and request body are for method: restServiceAaInterfaceTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/AccessInterface/findSitesFor": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceAccessInterfaceFindSitesFor",
        "description": "The parameters and request body are for method: restServiceAccessInterfaceFindSitesFor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/AccessInterface/moveSapToAnotherService": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceAccessInterfaceMoveSapToAnotherService",
        "description": "The parameters and request body are for method: restServiceAccessInterfaceMoveSapToAnotherService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/addServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceAddServices",
        "description": "The parameters and request body are for method: restServiceCompositeServiceAddServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/createCrossConnect/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceCreateCrossConnect",
        "description": "The parameters and request body are for method: restServiceCompositeServiceCreateCrossConnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/createRoutedVplsConnector/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceCreateRoutedVplsConnector",
        "description": "The parameters and request body are for method: restServiceCompositeServiceCreateRoutedVplsConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/createScpConnector/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceCreateScpConnector",
        "description": "The parameters and request body are for method: restServiceCompositeServiceCreateScpConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/createService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceCreateService",
        "description": "The parameters and request body are for method: restServiceCompositeServiceCreateService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/createSpokeConnector/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceCreateSpokeConnector",
        "description": "The parameters and request body are for method: restServiceCompositeServiceCreateSpokeConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/getConnectors/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceGetConnectors",
        "description": "The parameters and request body are for method: restServiceCompositeServiceGetConnectors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/getServiceSites/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceGetServiceSites",
        "description": "The parameters and request body are for method: restServiceCompositeServiceGetServiceSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/getServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceGetServices",
        "description": "The parameters and request body are for method: restServiceCompositeServiceGetServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/moveServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceMoveServices",
        "description": "The parameters and request body are for method: restServiceCompositeServiceMoveServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/prepareThroughputTest": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServicePrepareThroughputTest",
        "description": "The parameters and request body are for method: restServiceCompositeServicePrepareThroughputTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/removeServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceRemoveServices",
        "description": "The parameters and request body are for method: restServiceCompositeServiceRemoveServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/CompositeService/restoreCompSvcForThroughputTest": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceCompositeServiceRestoreCompSvcForThroughputTest",
        "description": "The parameters and request body are for method: restServiceCompositeServiceRestoreCompSvcForThroughputTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/GroupInterface/cleanUpBondingGroupInterface": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceGroupInterfaceCleanUpBondingGroupInterface",
        "description": "The parameters and request body are for method: restServiceGroupInterfaceCleanUpBondingGroupInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/GroupInterface/cleanUpGtpGroupInterface": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceGroupInterfaceCleanUpGtpGroupInterface",
        "description": "The parameters and request body are for method: restServiceGroupInterfaceCleanUpGtpGroupInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/IPsecInterface/requestPolicyAccountStatsClear/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceIPsecInterfaceRequestPolicyAccountStatsClear",
        "description": "The parameters and request body are for method: restServiceIPsecInterfaceRequestPolicyAccountStatsClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/IPsecInterface/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceIPsecInterfaceShutDown",
        "description": "The parameters and request body are for method: restServiceIPsecInterfaceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/IPsecInterface/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceIPsecInterfaceTurnUp",
        "description": "The parameters and request body are for method: restServiceIPsecInterfaceTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/L2AccessInterface/cleanupSAPsWithBadFdns": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL2AccessInterfaceCleanupSAPsWithBadFdns",
        "description": "The parameters and request body are for method: restServiceL2AccessInterfaceCleanupSAPsWithBadFdns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/L2AccessInterface/copyMoveSaps": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL2AccessInterfaceCopyMoveSaps",
        "description": "The parameters and request body are for method: restServiceL2AccessInterfaceCopyMoveSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/L2AccessInterface/copyMoveSapsWithSapList": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL2AccessInterfaceCopyMoveSapsWithSapList",
        "description": "The parameters and request body are for method: restServiceL2AccessInterfaceCopyMoveSapsWithSapList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/L2AccessInterface/findMcRingProtectedSaps": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL2AccessInterfaceFindMcRingProtectedSaps",
        "description": "The parameters and request body are for method: restServiceL2AccessInterfaceFindMcRingProtectedSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/L2AccessInterface/findMcRingProtectedSapsOnRing": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL2AccessInterfaceFindMcRingProtectedSapsOnRing",
        "description": "The parameters and request body are for method: restServiceL2AccessInterfaceFindMcRingProtectedSapsOnRing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/L3AccessInterface/removeIpAddress/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL3AccessInterfaceRemoveIpAddress",
        "description": "The parameters and request body are for method: restServiceL3AccessInterfaceRemoveIpAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/L3AccessInterface/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL3AccessInterfaceShutDown",
        "description": "The parameters and request body are for method: restServiceL3AccessInterfaceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/L3AccessInterface/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceL3AccessInterfaceTurnUp",
        "description": "The parameters and request body are for method: restServiceL3AccessInterfaceTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/MacPing/cancelMacPingTest/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceMacPingCancelMacPingTest",
        "description": "The parameters and request body are for method: restServiceMacPingCancelMacPingTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/SapLagPerLinkHash/cleanupOrphanedInstance": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSapLagPerLinkHashCleanupOrphanedInstance",
        "description": "The parameters and request body are for method: restServiceSapLagPerLinkHashCleanupOrphanedInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/ScpConnector/getTransitService/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceScpConnectorGetTransitService",
        "description": "The parameters and request body are for method: restServiceScpConnectorGetTransitService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Service/DeleteAllSystemDCPGroups/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceDeleteAllSystemDCPGroups",
        "description": "The parameters and request body are for method: restServiceServiceDeleteAllSystemDCPGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Service/auditServiceState": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceAuditServiceState",
        "description": "The parameters and request body are for method: restServiceServiceAuditServiceState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/Service/getServiceSegments/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceGetServiceSegments",
        "description": "The parameters and request body are for method: restServiceServiceGetServiceSegments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/Service/rediscoverReturnSpokeSdpBinding": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceRediscoverReturnSpokeSdpBinding",
        "description": "The parameters and request body are for method: restServiceServiceRediscoverReturnSpokeSdpBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/Service/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceShutDown",
        "description": "The parameters and request body are for method: restServiceServiceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Service/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceTurnUp",
        "description": "The parameters and request body are for method: restServiceServiceTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/ServiceManager/IgnoreSAPPortState": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceManagerIgnoreSAPPortState",
        "description": "The parameters and request body are for method: restServiceServiceManagerIgnoreSAPPortState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/ServiceManager/NavigateToOppositeObj": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceServiceManagerNavigateToOppositeObj",
        "description": "The parameters and request body are for method: restServiceServiceManagerNavigateToOppositeObj. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/Site/findSitesFor": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSiteFindSitesFor",
        "description": "The parameters and request body are for method: restServiceSiteFindSitesFor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/Site/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSiteShutDown",
        "description": "The parameters and request body are for method: restServiceSiteShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Site/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSiteTurnUp",
        "description": "The parameters and request body are for method: restServiceSiteTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/SvcActTestHeadAcceptanceCriteriaTemplate/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSvcActTestHeadAcceptanceCriteriaTemplateFindTests",
        "description": "The parameters and request body are for method: restServiceSvcActTestHeadAcceptanceCriteriaTemplateFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/SvcActTestHeadFrameSizeTemplate/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSvcActTestHeadFrameSizeTemplateFindTests",
        "description": "The parameters and request body are for method: restServiceSvcActTestHeadFrameSizeTemplateFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/SvcResourceReservation/retrieveReservedResources": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSvcResourceReservationRetrieveReservedResources",
        "description": "The parameters and request body are for method: restServiceSvcResourceReservationRetrieveReservedResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/SvcTopology/completeSvcTopology": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceSvcTopologyCompleteSvcTopology",
        "description": "The parameters and request body are for method: restServiceSvcTopologyCompleteSvcTopology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/service/TemplateService/constructServiceTemplate": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceTemplateServiceConstructServiceTemplate",
        "description": "The parameters and request body are for method: restServiceTemplateServiceConstructServiceTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/TemplateService/constructTemplatedService/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceTemplateServiceConstructTemplatedService",
        "description": "The parameters and request body are for method: restServiceTemplateServiceConstructTemplatedService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/VlanUplink/getTransitService/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceVlanUplinkGetTransitService",
        "description": "The parameters and request body are for method: restServiceVlanUplinkGetTransitService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Y1564AcceptanceCriteriaProfile/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceY1564AcceptanceCriteriaProfileFindTests",
        "description": "The parameters and request body are for method: restServiceY1564AcceptanceCriteriaProfileFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/Y1564FrameMixProfile/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceY1564FrameMixProfileFindTests",
        "description": "The parameters and request body are for method: restServiceY1564FrameMixProfileFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/Y1564PayloadProfile/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceY1564PayloadProfileFindTests",
        "description": "The parameters and request body are for method: restServiceY1564PayloadProfileFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/service/Y1564Test/stopTest/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceY1564TestStopTest",
        "description": "The parameters and request body are for method: restServiceY1564TestStopTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Y1564TestHeadProfile/clearTestResults/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceY1564TestHeadProfileClearTestResults",
        "description": "The parameters and request body are for method: restServiceY1564TestHeadProfileClearTestResults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/service/Y1564TestHeadProfile/findTests/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoService"
        ],
        "operationId": "restServiceY1564TestHeadProfileFindTests",
        "description": "The parameters and request body are for method: restServiceY1564TestHeadProfileFindTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/shg/Port/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoShg"
        ],
        "operationId": "restShgPortConfigure",
        "description": "The parameters and request body are for method: restShgPortConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/shg/Port/find/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoShg"
        ],
        "operationId": "restShgPortFind",
        "description": "The parameters and request body are for method: restShgPortFind. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/shg/Site/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoShg"
        ],
        "operationId": "restShgSiteConfigure",
        "description": "The parameters and request body are for method: restShgSiteConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/simulator/ActionEvent/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSimulator"
        ],
        "operationId": "restSimulatorActionEventFindServices",
        "description": "The parameters and request body are for method: restSimulatorActionEventFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/simulator/Scenario/analyzeImpact/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSimulator"
        ],
        "operationId": "restSimulatorScenarioAnalyzeImpact",
        "description": "The parameters and request body are for method: restSimulatorScenarioAnalyzeImpact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/simulator/Scenario/close/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSimulator"
        ],
        "operationId": "restSimulatorScenarioClose",
        "description": "The parameters and request body are for method: restSimulatorScenarioClose. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/simulator/Scenario/open/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSimulator"
        ],
        "operationId": "restSimulatorScenarioOpen",
        "description": "The parameters and request body are for method: restSimulatorScenarioOpen. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/simulator/Scenario/openAndImport/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSimulator"
        ],
        "operationId": "restSimulatorScenarioOpenAndImport",
        "description": "The parameters and request body are for method: restSimulatorScenarioOpenAndImport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/CpmFilterQueue/requestClearCpmFilterQueue/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecCpmFilterQueueRequestClearCpmFilterQueue",
        "description": "The parameters and request body are for method: restSitesecCpmFilterQueueRequestClearCpmFilterQueue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sitesec/CpmIpFilterEntryBase/renum": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecCpmIpFilterEntryBaseRenum",
        "description": "The parameters and request body are for method: restSitesecCpmIpFilterEntryBaseRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/CpmIpFilterEntryBase/requestClearCpmIpFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecCpmIpFilterEntryBaseRequestClearCpmIpFilter",
        "description": "The parameters and request body are for method: restSitesecCpmIpFilterEntryBaseRequestClearCpmIpFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/CpmMacFilterEntry/renum": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecCpmMacFilterEntryRenum",
        "description": "The parameters and request body are for method: restSitesecCpmMacFilterEntryRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/CpmMacFilterEntry/requestClearCpmMacFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecCpmMacFilterEntryRequestClearCpmMacFilter",
        "description": "The parameters and request body are for method: restSitesecCpmMacFilterEntryRequestClearCpmMacFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/LocalUser/clearPasswordHistory": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecLocalUserClearPasswordHistory",
        "description": "The parameters and request body are for method: restSitesecLocalUserClearPasswordHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/LocalUser/unlockUser": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecLocalUserUnlockUser",
        "description": "The parameters and request body are for method: restSitesecLocalUserUnlockUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/MacMafEntry/renum": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecMacMafEntryRenum",
        "description": "The parameters and request body are for method: restSitesecMacMafEntryRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/MafEntryBase/renum": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecMafEntryBaseRenum",
        "description": "The parameters and request body are for method: restSitesecMafEntryBaseRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/SiteSystemSecurity/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecSiteSystemSecurityConfigure",
        "description": "The parameters and request body are for method: restSitesecSiteSystemSecurityConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sitesec/UserProfileEntry/renum": {
      "post": {
        "tags": [
          "SamoSitesec"
        ],
        "operationId": "restSitesecUserProfileEntryRenum",
        "description": "The parameters and request body are for method: restSitesecUserProfileEntryRenum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/slope/QosPool/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSlope"
        ],
        "operationId": "restSlopeQosPoolConfigure",
        "description": "The parameters and request body are for method: restSlopeQosPoolConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/snmp/PollerManager/findPolicy": {
      "get": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpPollerManagerFindPolicy",
        "description": "The parameters and request body are for method: restSnmpPollerManagerFindPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/snmp/PollerManager/getPollerManager": {
      "get": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpPollerManagerGetPollerManager",
        "description": "The parameters and request body are for method: restSnmpPollerManagerGetPollerManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/snmp/PollerManager/getStatsMibEntryPolicy": {
      "get": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpPollerManagerGetStatsMibEntryPolicy",
        "description": "The parameters and request body are for method: restSnmpPollerManagerGetStatsMibEntryPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInStatsClassName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/snmp/PollerManager/getStatsMibPolicy": {
      "get": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpPollerManagerGetStatsMibPolicy",
        "description": "The parameters and request body are for method: restSnmpPollerManagerGetStatsMibPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aInStatsClassName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/snmp/PollerManager/resync": {
      "post": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpPollerManagerResync",
        "description": "The parameters and request body are for method: restSnmpPollerManagerResync. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/snmp/PollerPolicy/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpPollerPolicyConfigure",
        "description": "The parameters and request body are for method: restSnmpPollerPolicyConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/snmp/SpecificStatsPollerPolicy/addMonitoredObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpSpecificStatsPollerPolicyAddMonitoredObjects",
        "description": "The parameters and request body are for method: restSnmpSpecificStatsPollerPolicyAddMonitoredObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/snmp/SpecificStatsPollerPolicy/removeMonitoredObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpSpecificStatsPollerPolicyRemoveMonitoredObjects",
        "description": "The parameters and request body are for method: restSnmpSpecificStatsPollerPolicyRemoveMonitoredObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/snmp/StatsPollerPolicy/findNEs": {
      "get": {
        "tags": [
          "SamoSnmp"
        ],
        "operationId": "restSnmpStatsPollerPolicyFindNEs",
        "description": "The parameters and request body are for method: restSnmpStatsPollerPolicyFindNEs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sonet/PtpPortRecoveredClockHistory/retrievePtpPortRecoveredClockHistory": {
      "post": {
        "tags": [
          "SamoSonet"
        ],
        "operationId": "restSonetPtpPortRecoveredClockHistoryRetrievePtpPortRecoveredClockHistory",
        "description": "The parameters and request body are for method: restSonetPtpPortRecoveredClockHistoryRetrievePtpPortRecoveredClockHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sonet/SiteSync/findSyncTimeLinks": {
      "post": {
        "tags": [
          "SamoSonet"
        ],
        "operationId": "restSonetSiteSyncFindSyncTimeLinks",
        "description": "The parameters and request body are for method: restSonetSiteSyncFindSyncTimeLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sonet/SiteSync/findSyncTimeSources": {
      "post": {
        "tags": [
          "SamoSonet"
        ],
        "operationId": "restSonetSiteSyncFindSyncTimeSources",
        "description": "The parameters and request body are for method: restSonetSiteSyncFindSyncTimeSources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sonet/SiteSync/retrieveQualityTiming": {
      "post": {
        "tags": [
          "SamoSonet"
        ],
        "operationId": "restSonetSiteSyncRetrieveQualityTiming",
        "description": "The parameters and request body are for method: restSonetSiteSyncRetrieveQualityTiming. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sonetequipment/SonetPortSpecifics/findChannels/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSonetequipment"
        ],
        "operationId": "restSonetequipmentSonetPortSpecificsFindChannels",
        "description": "The parameters and request body are for method: restSonetequipmentSonetPortSpecificsFindChannels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/spanrules/ServiceCreationSpanRule/findAssociatedSamUserGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSpanrules"
        ],
        "operationId": "restSpanrulesServiceCreationSpanRuleFindAssociatedSamUserGroups",
        "description": "The parameters and request body are for method: restSpanrulesServiceCreationSpanRuleFindAssociatedSamUserGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/spanrules/ServiceCreationSpanRule/findAssociatedSamUsers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSpanrules"
        ],
        "operationId": "restSpanrulesServiceCreationSpanRuleFindAssociatedSamUsers",
        "description": "The parameters and request body are for method: restSpanrulesServiceCreationSpanRuleFindAssociatedSamUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/spb/AccessInterface/findFateSharedInterfaces": {
      "post": {
        "tags": [
          "SamoSpb"
        ],
        "operationId": "restSpbAccessInterfaceFindFateSharedInterfaces",
        "description": "The parameters and request body are for method: restSpbAccessInterfaceFindFateSharedInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/spb/AccessStaticIsid/retrieveStaticIsids": {
      "post": {
        "tags": [
          "SamoSpb"
        ],
        "operationId": "restSpbAccessStaticIsidRetrieveStaticIsids",
        "description": "The parameters and request body are for method: restSpbAccessStaticIsidRetrieveStaticIsids. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/spb/SpokeSdpBindingInterface/findFateSharedInterfaces": {
      "post": {
        "tags": [
          "SamoSpb"
        ],
        "operationId": "restSpbSpokeSdpBindingInterfaceFindFateSharedInterfaces",
        "description": "The parameters and request body are for method: restSpbSpokeSdpBindingInterfaceFindFateSharedInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/spb/SpokeSdpBindingStaticIsid/retrieveStaticIsids": {
      "post": {
        "tags": [
          "SamoSpb"
        ],
        "operationId": "restSpbSpokeSdpBindingStaticIsidRetrieveStaticIsids",
        "description": "The parameters and request body are for method: restSpbSpokeSdpBindingStaticIsidRetrieveStaticIsids. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/squeue/Policy/findAccessInterfaces/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSqueue"
        ],
        "operationId": "restSqueuePolicyFindAccessInterfaces",
        "description": "The parameters and request body are for method: restSqueuePolicyFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/squeue/Policy/findServiceAccessPoints/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSqueue"
        ],
        "operationId": "restSqueuePolicyFindServiceAccessPoints",
        "description": "The parameters and request body are for method: restSqueuePolicyFindServiceAccessPoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/squeue/Policy/findServiceInterfaces/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSqueue"
        ],
        "operationId": "restSqueuePolicyFindServiceInterfaces",
        "description": "The parameters and request body are for method: restSqueuePolicyFindServiceInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/srmrmtauth/RemoteAuthServer/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSrmrmtauth"
        ],
        "operationId": "restSrmrmtauthRemoteAuthServerConfigure",
        "description": "The parameters and request body are for method: restSrmrmtauthRemoteAuthServerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/srmrmtauth/RemoteAuthenticationManager/configure": {
      "post": {
        "tags": [
          "SamoSrmrmtauth"
        ],
        "operationId": "restSrmrmtauthRemoteAuthenticationManagerConfigure",
        "description": "The parameters and request body are for method: restSrmrmtauthRemoteAuthenticationManagerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/srpythonmgmt/PythonScript/reloadUrl": {
      "post": {
        "tags": [
          "SamoSrpythonmgmt"
        ],
        "operationId": "restSrpythonmgmtPythonScriptReloadUrl",
        "description": "The parameters and request body are for method: restSrpythonmgmtPythonScriptReloadUrl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/statistics/SamPerformanceStats/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoStatistics"
        ],
        "operationId": "restStatisticsSamPerformanceStatsConfigure",
        "description": "The parameters and request body are for method: restStatisticsSamPerformanceStatsConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/statistics/SamPerformanceStatsManager/collect": {
      "post": {
        "tags": [
          "SamoStatistics"
        ],
        "operationId": "restStatisticsSamPerformanceStatsManagerCollect",
        "description": "The parameters and request body are for method: restStatisticsSamPerformanceStatsManagerCollect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/statistics/SamPerformanceStatsManager/configure": {
      "post": {
        "tags": [
          "SamoStatistics"
        ],
        "operationId": "restStatisticsSamPerformanceStatsManagerConfigure",
        "description": "The parameters and request body are for method: restStatisticsSamPerformanceStatsManagerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/subscr/Subscriber/populateTo/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSubscr"
        ],
        "operationId": "restSubscrSubscriberPopulateTo",
        "description": "The parameters and request body are for method: restSubscrSubscriberPopulateTo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/subscrauth/Policy/getServiceDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSubscrauth"
        ],
        "operationId": "restSubscrauthPolicyGetServiceDependencyCount",
        "description": "The parameters and request body are for method: restSubscrauthPolicyGetServiceDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/addGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewAddGroups",
        "description": "The parameters and request body are for method: restSupSummaryViewAddGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getAlarms/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetAlarms",
        "description": "The parameters and request body are for method: restSupSummaryViewGetAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "supervisionGroupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getAlarmsWithFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetAlarmsWithFilter",
        "description": "The parameters and request body are for method: restSupSummaryViewGetAlarmsWithFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getCachedHistory/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetCachedHistory",
        "description": "The parameters and request body are for method: restSupSummaryViewGetCachedHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getMonitoredObjectsByClasses/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetMonitoredObjectsByClasses",
        "description": "The parameters and request body are for method: restSupSummaryViewGetMonitoredObjectsByClasses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getMonitoredObjectsSummaries/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetMonitoredObjectsSummaries",
        "description": "The parameters and request body are for method: restSupSummaryViewGetMonitoredObjectsSummaries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getNeTraceStatusObjectsByGroup/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetNeTraceStatusObjectsByGroup",
        "description": "The parameters and request body are for method: restSupSummaryViewGetNeTraceStatusObjectsByGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "supervisionGroupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/getNumFailedCells/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewGetNumFailedCells",
        "description": "The parameters and request body are for method: restSupSummaryViewGetNumFailedCells. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          },
          {
            "name": "supervisionParentFDN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/listGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewListGroups",
        "description": "The parameters and request body are for method: restSupSummaryViewListGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/removeGroups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewRemoveGroups",
        "description": "The parameters and request body are for method: restSupSummaryViewRemoveGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/setBaseline/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewSetBaseline",
        "description": "The parameters and request body are for method: restSupSummaryViewSetBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SummaryView/setGroupBaseline/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSummaryViewSetGroupBaseline",
        "description": "The parameters and request body are for method: restSupSummaryViewSetGroupBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/addInclusionFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupAddInclusionFilter",
        "description": "The parameters and request body are for method: restSupSupervisionGroupAddInclusionFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/addTriggerFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupAddTriggerFilter",
        "description": "The parameters and request body are for method: restSupSupervisionGroupAddTriggerFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/getHistoryBuffer/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupGetHistoryBuffer",
        "description": "The parameters and request body are for method: restSupSupervisionGroupGetHistoryBuffer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/getInfoWithMonitoredObjects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupGetInfoWithMonitoredObjects",
        "description": "The parameters and request body are for method: restSupSupervisionGroupGetInfoWithMonitoredObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/listSummaryViews/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupListSummaryViews",
        "description": "The parameters and request body are for method: restSupSupervisionGroupListSummaryViews. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/removeInclusionFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupRemoveInclusionFilter",
        "description": "The parameters and request body are for method: restSupSupervisionGroupRemoveInclusionFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/removeTriggerFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupRemoveTriggerFilter",
        "description": "The parameters and request body are for method: restSupSupervisionGroupRemoveTriggerFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionGroup/setBaseline/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionGroupSetBaseline",
        "description": "The parameters and request body are for method: restSupSupervisionGroupSetBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/clearAllHistory": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerClearAllHistory",
        "description": "The parameters and request body are for method: restSupSupervisionManagerClearAllHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/dumpLog": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerDumpLog",
        "description": "The parameters and request body are for method: restSupSupervisionManagerDumpLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/getGroupsByFdn": {
      "get": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerGetGroupsByFdn",
        "description": "The parameters and request body are for method: restSupSupervisionManagerGetGroupsByFdn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "className",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "monitoredFdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/getGroupsByFdnForUser": {
      "get": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerGetGroupsByFdnForUser",
        "description": "The parameters and request body are for method: restSupSupervisionManagerGetGroupsByFdnForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "className",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "monitoredFdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/keepAliveUpdate": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerKeepAliveUpdate",
        "description": "The parameters and request body are for method: restSupSupervisionManagerKeepAliveUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/rebuildCache": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerRebuildCache",
        "description": "The parameters and request body are for method: restSupSupervisionManagerRebuildCache. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/searchMonitoredObject": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerSearchMonitoredObject",
        "description": "The parameters and request body are for method: restSupSupervisionManagerSearchMonitoredObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/setBaseline": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerSetBaseline",
        "description": "The parameters and request body are for method: restSupSupervisionManagerSetBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sup/SupervisionManager/takeSnapshot": {
      "post": {
        "tags": [
          "SamoSup"
        ],
        "operationId": "restSupSupervisionManagerTakeSnapshot",
        "description": "The parameters and request body are for method: restSupSupervisionManagerTakeSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svq/AggregationScheduler/configure/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvq"
        ],
        "operationId": "restSvqAggregationSchedulerConfigure",
        "description": "The parameters and request body are for method: restSvqAggregationSchedulerConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/svt/AbstractTunnel/findCircuits/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtAbstractTunnelFindCircuits",
        "description": "The parameters and request body are for method: restSvtAbstractTunnelFindCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/svt/AbstractTunnel/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtAbstractTunnelFindServices",
        "description": "The parameters and request body are for method: restSvtAbstractTunnelFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/svt/AbstractTunnel/findSubscribers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtAbstractTunnelFindSubscribers",
        "description": "The parameters and request body are for method: restSvtAbstractTunnelFindSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/svt/AbstractTunnel/rediscoverTunnelDestination": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtAbstractTunnelRediscoverTunnelDestination",
        "description": "The parameters and request body are for method: restSvtAbstractTunnelRediscoverTunnelDestination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/svt/AbstractTunnel/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtAbstractTunnelShutDown",
        "description": "The parameters and request body are for method: restSvtAbstractTunnelShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svt/AbstractTunnel/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtAbstractTunnelTurnUp",
        "description": "The parameters and request body are for method: restSvtAbstractTunnelTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svt/L2TPv3Tunnel/rediscoverDestinationSite": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtL2TPv3TunnelRediscoverDestinationSite",
        "description": "The parameters and request body are for method: restSvtL2TPv3TunnelRediscoverDestinationSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/svt/Manager/discoverFlowThruServices": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtManagerDiscoverFlowThruServices",
        "description": "The parameters and request body are for method: restSvtManagerDiscoverFlowThruServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/svt/MeshSdpBinding/requestClearMeshSdpBfdSession/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtMeshSdpBindingRequestClearMeshSdpBfdSession",
        "description": "The parameters and request body are for method: restSvtMeshSdpBindingRequestClearMeshSdpBfdSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svt/MeshSdpBinding/requestClearMeshSdpBfdStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtMeshSdpBindingRequestClearMeshSdpBfdStats",
        "description": "The parameters and request body are for method: restSvtMeshSdpBindingRequestClearMeshSdpBfdStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svt/SpokeSdpBinding/requestClearSpokeSdpBfdSession/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtSpokeSdpBindingRequestClearSpokeSdpBfdSession",
        "description": "The parameters and request body are for method: restSvtSpokeSdpBindingRequestClearSpokeSdpBfdSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svt/SpokeSdpBinding/requestClearSpokeSdpBfdStats/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtSpokeSdpBindingRequestClearSpokeSdpBfdStats",
        "description": "The parameters and request body are for method: restSvtSpokeSdpBindingRequestClearSpokeSdpBfdStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/svt/Tunnel/configure": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtTunnelConfigure",
        "description": "The parameters and request body are for method: restSvtTunnelConfigure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/svt/Tunnel/findServiceSites/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSvt"
        ],
        "operationId": "restSvtTunnelFindServiceSites",
        "description": "The parameters and request body are for method: restSvtTunnelFindServiceSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sw/BackupRestoreManager/backup/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwBackupRestoreManagerBackup",
        "description": "The parameters and request body are for method: restSwBackupRestoreManagerBackup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sw/BackupRestoreManager/backupStatusRefresh/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwBackupRestoreManagerBackupStatusRefresh",
        "description": "The parameters and request body are for method: restSwBackupRestoreManagerBackupStatusRefresh. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sw/BackupRestoreManager/restore/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwBackupRestoreManagerRestore",
        "description": "The parameters and request body are for method: restSwBackupRestoreManagerRestore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/sw/BackupRestoreManager/saveConfig/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwBackupRestoreManagerSaveConfig",
        "description": "The parameters and request body are for method: restSwBackupRestoreManagerSaveConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sw/LogRetrievalManager/retrieveLogs/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwLogRetrievalManagerRetrieveLogs",
        "description": "The parameters and request body are for method: restSwLogRetrievalManagerRetrieveLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sw/RadioRSLRetrievalManager/retrieveRadioRSL/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwRadioRSLRetrievalManagerRetrieveRadioRSL",
        "description": "The parameters and request body are for method: restSwRadioRSLRetrievalManagerRetrieveRadioRSL. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/sw/RanBackupFolderDescriptor/restoreRefresh/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoSw"
        ],
        "operationId": "restSwRanBackupFolderDescriptorRestoreRefresh",
        "description": "The parameters and request body are for method: restSwRanBackupFolderDescriptorRestoreRefresh. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/synce/SyncEDomain/findSyncESites": {
      "post": {
        "tags": [
          "SamoSynce"
        ],
        "operationId": "restSynceSyncEDomainFindSyncESites",
        "description": "The parameters and request body are for method: restSynceSyncEDomainFindSyncESites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/tca/TCAPolicy/addMonitoredObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTca"
        ],
        "operationId": "restTcaTCAPolicyAddMonitoredObjects",
        "description": "The parameters and request body are for method: restTcaTCAPolicyAddMonitoredObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/tca/TCAPolicy/addMonitoredObjectsUsingFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTca"
        ],
        "operationId": "restTcaTCAPolicyAddMonitoredObjectsUsingFilter",
        "description": "The parameters and request body are for method: restTcaTCAPolicyAddMonitoredObjectsUsingFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/tca/TCAPolicy/removeMonitoredObjects/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTca"
        ],
        "operationId": "restTcaTCAPolicyRemoveMonitoredObjects",
        "description": "The parameters and request body are for method: restTcaTCAPolicyRemoveMonitoredObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/tca/TCAPolicy/removeMonitoredObjectsUsingFilter/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTca"
        ],
        "operationId": "restTcaTCAPolicyRemoveMonitoredObjectsUsingFilter",
        "description": "The parameters and request body are for method: restTcaTCAPolicyRemoveMonitoredObjectsUsingFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/tdm/TdmFacility/findApsGroup/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTdm"
        ],
        "operationId": "restTdmTdmFacilityFindApsGroup",
        "description": "The parameters and request body are for method: restTdmTdmFacilityFindApsGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tdm/TdmFacility/findVcnCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTdm"
        ],
        "operationId": "restTdmTdmFacilityFindVcnCrossConnects",
        "description": "The parameters and request body are for method: restTdmTdmFacilityFindVcnCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tdm/TdmFacilityProtectionGroup/findVcnCrossConnects/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTdm"
        ],
        "operationId": "restTdmTdmFacilityProtectionGroupFindVcnCrossConnects",
        "description": "The parameters and request body are for method: restTdmTdmFacilityProtectionGroupFindVcnCrossConnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tdm/TdmFacilityProtectionGroup/unProtect": {
      "post": {
        "tags": [
          "SamoTdm"
        ],
        "operationId": "restTdmTdmFacilityProtectionGroupUnProtect",
        "description": "The parameters and request body are for method: restTdmTdmFacilityProtectionGroupUnProtect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/tdm/VcnCrossConnect/findValidAunCtpsForNewVcnXc": {
      "get": {
        "tags": [
          "SamoTdm"
        ],
        "operationId": "restTdmVcnCrossConnectFindValidAunCtpsForNewVcnXc",
        "description": "The parameters and request body are for method: restTdmVcnCrossConnectFindValidAunCtpsForNewVcnXc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ctpAPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ctpZPointer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isBiDirectional",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isAEndSelection",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tdmequipment/AdaptiveClockHistory/retrieveAdaptiveClockHistory": {
      "post": {
        "tags": [
          "SamoTdmequipment"
        ],
        "operationId": "restTdmequipmentAdaptiveClockHistoryRetrieveAdaptiveClockHistory",
        "description": "The parameters and request body are for method: restTdmequipmentAdaptiveClockHistoryRetrieveAdaptiveClockHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/tod/Policy/getTimeZone": {
      "get": {
        "tags": [
          "SamoTod"
        ],
        "operationId": "restTodPolicyGetTimeZone",
        "description": "The parameters and request body are for method: restTodPolicyGetTimeZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tod/TimeRangeEntryAssignment/getTimeRangeEntryAssignments": {
      "post": {
        "tags": [
          "SamoTod"
        ],
        "operationId": "restTodTimeRangeEntryAssignmentGetTimeRangeEntryAssignments",
        "description": "The parameters and request body are for method: restTodTimeRangeEntryAssignmentGetTimeRangeEntryAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AbstractImpactAnalysisTimeRange/impactAnalysis/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAbstractImpactAnalysisTimeRangeImpactAnalysis",
        "description": "The parameters and request body are for method: restTopologyAbstractImpactAnalysisTimeRangeImpactAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AbstractImpactAnalysisTimeRange/impactAnalysisDetails/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAbstractImpactAnalysisTimeRangeImpactAnalysisDetails",
        "description": "The parameters and request body are for method: restTopologyAbstractImpactAnalysisTimeRangeImpactAnalysisDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/Area/cleanUpReference/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAreaCleanUpReference",
        "description": "The parameters and request body are for method: restTopologyAreaCleanUpReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/Area/findAllCheckpoints/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAreaFindAllCheckpoints",
        "description": "The parameters and request body are for method: restTopologyAreaFindAllCheckpoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AutonomousSystem/cleanUpReference/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAutonomousSystemCleanUpReference",
        "description": "The parameters and request body are for method: restTopologyAutonomousSystemCleanUpReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AutonomousSystem/findActivePrimaryStaticRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAutonomousSystemFindActivePrimaryStaticRoutes",
        "description": "The parameters and request body are for method: restTopologyAutonomousSystemFindActivePrimaryStaticRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AutonomousSystem/findActiveSecondaryStaticRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAutonomousSystemFindActiveSecondaryStaticRoutes",
        "description": "The parameters and request body are for method: restTopologyAutonomousSystemFindActiveSecondaryStaticRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AutonomousSystem/findAllStaticRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAutonomousSystemFindAllStaticRoutes",
        "description": "The parameters and request body are for method: restTopologyAutonomousSystemFindAllStaticRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AutonomousSystem/findInactivePrimaryStaticRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAutonomousSystemFindInactivePrimaryStaticRoutes",
        "description": "The parameters and request body are for method: restTopologyAutonomousSystemFindInactivePrimaryStaticRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/AutonomousSystem/findInactiveSecondaryStaticRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyAutonomousSystemFindInactiveSecondaryStaticRoutes",
        "description": "The parameters and request body are for method: restTopologyAutonomousSystemFindInactiveSecondaryStaticRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BaseLink/findObjectsOnLinkOssi/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBaseLinkFindObjectsOnLinkOssi",
        "description": "The parameters and request body are for method: restTopologyBaseLinkFindObjectsOnLinkOssi. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpAutonomousSystem/retrieveBgpEventTopNContributers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpAutonomousSystemRetrieveBgpEventTopNContributers",
        "description": "The parameters and request body are for method: restTopologyBgpAutonomousSystemRetrieveBgpEventTopNContributers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpAutonomousSystem/updateBgpAsTopology/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpAutonomousSystemUpdateBgpAsTopology",
        "description": "The parameters and request body are for method: restTopologyBgpAutonomousSystemUpdateBgpAsTopology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/BgpAutonomousSystem/updateBgpRibInfo/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpAutonomousSystemUpdateBgpRibInfo",
        "description": "The parameters and request body are for method: restTopologyBgpAutonomousSystemUpdateBgpRibInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/BgpAutonomousSystem/updateBgpRouteTargets/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpAutonomousSystemUpdateBgpRouteTargets",
        "description": "The parameters and request body are for method: restTopologyBgpAutonomousSystemUpdateBgpRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpEventPartitionManager/cleanupEvents": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpEventPartitionManagerCleanupEvents",
        "description": "The parameters and request body are for method: restTopologyBgpEventPartitionManagerCleanupEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/BgpEventPartitionManager/cleanupOldestPartition": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpEventPartitionManagerCleanupOldestPartition",
        "description": "The parameters and request body are for method: restTopologyBgpEventPartitionManagerCleanupOldestPartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/BgpEventPartitionManager/retrieveBgpEventStartFromBgpStatInterval": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpEventPartitionManagerRetrieveBgpEventStartFromBgpStatInterval",
        "description": "The parameters and request body are for method: restTopologyBgpEventPartitionManagerRetrieveBgpEventStartFromBgpStatInterval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpImpactAnalysisTimeRange/bgpImpactAnalysis/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpImpactAnalysisTimeRangeBgpImpactAnalysis",
        "description": "The parameters and request body are for method: restTopologyBgpImpactAnalysisTimeRangeBgpImpactAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpImpactAnalysisTimeRange/bgpImpactAnalysisDetails/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpImpactAnalysisTimeRangeBgpImpactAnalysisDetails",
        "description": "The parameters and request body are for method: restTopologyBgpImpactAnalysisTimeRangeBgpImpactAnalysisDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpImpactAnalysisTimeRange/bgpPerNextHopEventAnalysis/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpImpactAnalysisTimeRangeBgpPerNextHopEventAnalysis",
        "description": "The parameters and request body are for method: restTopologyBgpImpactAnalysisTimeRangeBgpPerNextHopEventAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpImpactAnalysisTimeRange/bgpPerNextHopSummary/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpImpactAnalysisTimeRangeBgpPerNextHopSummary",
        "description": "The parameters and request body are for method: restTopologyBgpImpactAnalysisTimeRangeBgpPerNextHopSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpImpactAnalysisTimeRange/bgpPrefixAnalysis/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpImpactAnalysisTimeRangeBgpPrefixAnalysis",
        "description": "The parameters and request body are for method: restTopologyBgpImpactAnalysisTimeRangeBgpPrefixAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpImpactAnalysisTimeRange/bgpRetrieveEventForNextHop/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpImpactAnalysisTimeRangeBgpRetrieveEventForNextHop",
        "description": "The parameters and request body are for method: restTopologyBgpImpactAnalysisTimeRangeBgpRetrieveEventForNextHop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpMonitoredPrefix/bulkDelete": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpMonitoredPrefixBulkDelete",
        "description": "The parameters and request body are for method: restTopologyBgpMonitoredPrefixBulkDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/BgpMonitoredPrefix/captureCurrentPrefix/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpMonitoredPrefixCaptureCurrentPrefix",
        "description": "The parameters and request body are for method: restTopologyBgpMonitoredPrefixCaptureCurrentPrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/BgpPrefixList/abortRetrievePrefixList": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyBgpPrefixListAbortRetrievePrefixList",
        "description": "The parameters and request body are for method: restTopologyBgpPrefixListAbortRetrievePrefixList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/Checkpoint/autoCreateCheckpoints": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCheckpointAutoCreateCheckpoints",
        "description": "The parameters and request body are for method: restTopologyCheckpointAutoCreateCheckpoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/Checkpoint/forceCleanupCheckpoints": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCheckpointForceCleanupCheckpoints",
        "description": "The parameters and request body are for method: restTopologyCheckpointForceCleanupCheckpoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/Checkpoint/getCpTopology": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCheckpointGetCpTopology",
        "description": "The parameters and request body are for method: restTopologyCheckpointGetCpTopology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/Cpaa/switchover/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCpaaSwitchover",
        "description": "The parameters and request body are for method: restTopologyCpaaSwitchover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/CpamStatisticManager/enableUtilizationStats": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCpamStatisticManagerEnableUtilizationStats",
        "description": "The parameters and request body are for method: restTopologyCpamStatisticManagerEnableUtilizationStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/CpamStatisticManager/getIfUtilizationStats": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCpamStatisticManagerGetIfUtilizationStats",
        "description": "The parameters and request body are for method: restTopologyCpamStatisticManagerGetIfUtilizationStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/CpamStatisticManager/getIfsForUtilizationRange": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyCpamStatisticManagerGetIfsForUtilizationRange",
        "description": "The parameters and request body are for method: restTopologyCpamStatisticManagerGetIfsForUtilizationRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/IgpLink/findAllCheckpoints/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyIgpLinkFindAllCheckpoints",
        "description": "The parameters and request body are for method: restTopologyIgpLinkFindAllCheckpoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/IgpMonitoredPrefix/captureCurrentPrefix/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyIgpMonitoredPrefixCaptureCurrentPrefix",
        "description": "The parameters and request body are for method: restTopologyIgpMonitoredPrefixCaptureCurrentPrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/IgpPrefixList/abortRetrievePrefixList": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyIgpPrefixListAbortRetrievePrefixList",
        "description": "The parameters and request body are for method: restTopologyIgpPrefixListAbortRetrievePrefixList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/NREdgeDiscoveryPolicy/executeNonRoutedEdgeDiscoveryPolicy/{instanceFullName}": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyNREdgeDiscoveryPolicyExecuteNonRoutedEdgeDiscoveryPolicy",
        "description": "The parameters and request body are for method: restTopologyNREdgeDiscoveryPolicyExecuteNonRoutedEdgeDiscoveryPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/RouteManager/deregisterRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRouteManagerDeregisterRoutes",
        "description": "The parameters and request body are for method: restTopologyRouteManagerDeregisterRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/RouteManager/rebuildRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRouteManagerRebuildRoutes",
        "description": "The parameters and request body are for method: restTopologyRouteManagerRebuildRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/RouteManager/registerRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRouteManagerRegisterRoutes",
        "description": "The parameters and request body are for method: restTopologyRouteManagerRegisterRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/RouteManager/retrieveRoutes/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRouteManagerRetrieveRoutes",
        "description": "The parameters and request body are for method: restTopologyRouteManagerRetrieveRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/RouteProfileManager/retrieveVpnBgpRouteProfilesAssociatedWithService": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRouteProfileManagerRetrieveVpnBgpRouteProfilesAssociatedWithService",
        "description": "The parameters and request body are for method: restTopologyRouteProfileManagerRetrieveVpnBgpRouteProfilesAssociatedWithService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/Router/findAllCheckpoints/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRouterFindAllCheckpoints",
        "description": "The parameters and request body are for method: restTopologyRouterFindAllCheckpoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/RoutingAlarmManager/getRoutingAlarmTypes": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyRoutingAlarmManagerGetRoutingAlarmTypes",
        "description": "The parameters and request body are for method: restTopologyRoutingAlarmManagerGetRoutingAlarmTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/ServiceBgpImpactAnalysisTimeRange/getRdRtPairings/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyServiceBgpImpactAnalysisTimeRangeGetRdRtPairings",
        "description": "The parameters and request body are for method: restTopologyServiceBgpImpactAnalysisTimeRangeGetRdRtPairings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topology/Subnet/findAllCheckpoints/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologySubnetFindAllCheckpoints",
        "description": "The parameters and request body are for method: restTopologySubnetFindAllCheckpoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/constrainedShortestPathFirstGraphExt": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerConstrainedShortestPathFirstGraphExt",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerConstrainedShortestPathFirstGraphExt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/highlightLFANextHops": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerHighlightLFANextHops",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerHighlightLFANextHops. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/igpShortestPathFirstGraphExt": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerIgpShortestPathFirstGraphExt",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerIgpShortestPathFirstGraphExt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/igpShortestPathFirstGraphSet": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerIgpShortestPathFirstGraphSet",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerIgpShortestPathFirstGraphSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/nextHopExt": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerNextHopExt",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerNextHopExt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/retrieveBgpEventsFilter": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerRetrieveBgpEventsFilter",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerRetrieveBgpEventsFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/retrieveBgpPrefixList": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerRetrieveBgpPrefixList",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerRetrieveBgpPrefixList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/retrieveIgpPrefixList": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerRetrieveIgpPrefixList",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerRetrieveIgpPrefixList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/retrieveProfiledBgpEventsFilter": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerRetrieveProfiledBgpEventsFilter",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerRetrieveProfiledBgpEventsFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/retrieveProfiledBgpPrefixList": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerRetrieveProfiledBgpPrefixList",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerRetrieveProfiledBgpPrefixList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/retrieveServiceBgpInfo": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerRetrieveServiceBgpInfo",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerRetrieveServiceBgpInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/shortestPathFirstGraphExt": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerShortestPathFirstGraphExt",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerShortestPathFirstGraphExt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/shortestPathFirstGraphSet": {
      "post": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerShortestPathFirstGraphSet",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerShortestPathFirstGraphSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/updateBgpAsTopology": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerUpdateBgpAsTopology",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerUpdateBgpAsTopology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/updateBgpRibInfo": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerUpdateBgpRibInfo",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerUpdateBgpRibInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/updateBgpRouteTargets": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerUpdateBgpRouteTargets",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerUpdateBgpRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topology/TopologyManager/updateTopology": {
      "put": {
        "tags": [
          "SamoTopology"
        ],
        "operationId": "restTopologyTopologyManagerUpdateTopology",
        "description": "The parameters and request body are for method: restTopologyTopologyManagerUpdateTopology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importAllPathMonitors/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportAllPathMonitors",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportAllPathMonitors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importCheckpoint/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportCheckpoint",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportCheckpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importFromIgpAdminDomain/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportFromIgpAdminDomain",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportFromIgpAdminDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importFromScenario/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportFromScenario",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportFromScenario. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importIsisRoutingDomain/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportIsisRoutingDomain",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportIsisRoutingDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importOspfArea/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportOspfArea",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportOspfArea. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IgpTopologyModel/importPathMonitors/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIgpTopologyModelImportPathMonitors",
        "description": "The parameters and request body are for method: restTopologysimIgpTopologyModelImportPathMonitors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/IpPathRecord/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimIpPathRecordFindServices",
        "description": "The parameters and request body are for method: restTopologysimIpPathRecordFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/LspPathRecord/findServices/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimLspPathRecordFindServices",
        "description": "The parameters and request body are for method: restTopologysimLspPathRecordFindServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/MplsModel/importAllLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimMplsModelImportAllLsps",
        "description": "The parameters and request body are for method: restTopologysimMplsModelImportAllLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/MplsModel/importAllRealLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimMplsModelImportAllRealLsps",
        "description": "The parameters and request body are for method: restTopologysimMplsModelImportAllRealLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/topologysim/MplsModel/importRealLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimMplsModelImportRealLsps",
        "description": "The parameters and request body are for method: restTopologysimMplsModelImportRealLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/topologysim/MplsModel/importSimulatedLsps/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTopologysim"
        ],
        "operationId": "restTopologysimMplsModelImportSimulatedLsps",
        "description": "The parameters and request body are for method: restTopologysimMplsModelImportSimulatedLsps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/tpsperf/TPSPMPolicy/findTPSs": {
      "get": {
        "tags": [
          "SamoTpsperf"
        ],
        "operationId": "restTpsperfTPSPMPolicyFindTPSs",
        "description": "The parameters and request body are for method: restTpsperfTPSPMPolicyFindTPSs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/RuleBasedGroup/addMember/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtRuleBasedGroupAddMember",
        "description": "The parameters and request body are for method: restTunnelmgmtRuleBasedGroupAddMember. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/RuleBasedGroup/findPotentialMembersIfg/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtRuleBasedGroupFindPotentialMembersIfg",
        "description": "The parameters and request body are for method: restTunnelmgmtRuleBasedGroupFindPotentialMembersIfg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/RuleBasedGroup/removeMember/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtRuleBasedGroupRemoveMember",
        "description": "The parameters and request body are for method: restTunnelmgmtRuleBasedGroupRemoveMember. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/applyRule/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleApplyRule",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleApplyRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/convertOldDefinitions/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleConvertOldDefinitions",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleConvertOldDefinitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/deleteCreatedTunnels/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleDeleteCreatedTunnels",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleDeleteCreatedTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/deleteUnusedTunnels/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleDeleteUnusedTunnels",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleDeleteUnusedTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/findCreatedTunnels/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleFindCreatedTunnels",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleFindCreatedTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/findMissingTunnels/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleFindMissingTunnels",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleFindMissingTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/tunnelmgmt/TopologyRule/importNetwork/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoTunnelmgmt"
        ],
        "operationId": "restTunnelmgmtTopologyRuleImportNetwork",
        "description": "The parameters and request body are for method: restTunnelmgmtTopologyRuleImportNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/url/decode/framework/query": {
      "post": {
        "tags": [
          "SamoUrl"
        ],
        "operationId": "restUrlDecodeStringFramework",
        "description": "The parameters and request body are for method: restUrlDecodeStringFramework. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/url/decode/queryparam": {
      "post": {
        "tags": [
          "SamoUrl"
        ],
        "operationId": "restUrlQueryFindInstance",
        "description": "The parameters and request body are for method: restUrlQueryFindInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/url/decode/{instanceFullName}/pathparam": {
      "post": {
        "tags": [
          "SamoUrl"
        ],
        "operationId": "restUrlDecodeString",
        "description": "The parameters and request body are for method: restUrlDecodeString. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/url/encode": {
      "post": {
        "tags": [
          "SamoUrl"
        ],
        "operationId": "restUrlEncodeString",
        "description": "The parameters and request body are for method: restUrlEncodeString. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vll/L2AccessInterface/createDefaultTestHeadProfile/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVll"
        ],
        "operationId": "restVllL2AccessInterfaceCreateDefaultTestHeadProfile",
        "description": "The parameters and request body are for method: restVllL2AccessInterfaceCreateDefaultTestHeadProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vll/L2AccessInterface/shutDown/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVll"
        ],
        "operationId": "restVllL2AccessInterfaceShutDown",
        "description": "The parameters and request body are for method: restVllL2AccessInterfaceShutDown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vll/L2AccessInterface/switchToRedundantSaps": {
      "post": {
        "tags": [
          "SamoVll"
        ],
        "operationId": "restVllL2AccessInterfaceSwitchToRedundantSaps",
        "description": "The parameters and request body are for method: restVllL2AccessInterfaceSwitchToRedundantSaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vll/L2AccessInterface/turnUp/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVll"
        ],
        "operationId": "restVllL2AccessInterfaceTurnUp",
        "description": "The parameters and request body are for method: restVllL2AccessInterfaceTurnUp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vll/Vll/findDownstreamSdpBindings": {
      "get": {
        "tags": [
          "SamoVll"
        ],
        "operationId": "restVllVllFindDownstreamSdpBindings",
        "description": "The parameters and request body are for method: restVllVllFindDownstreamSdpBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spokeSdpBindingFullName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vpls/AbstractVpls/distributeServiceMacProtectionList/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsAbstractVplsDistributeServiceMacProtectionList",
        "description": "The parameters and request body are for method: restVplsAbstractVplsDistributeServiceMacProtectionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vpls/AbstractVpls/findAssociatedEpipeSites/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsAbstractVplsFindAssociatedEpipeSites",
        "description": "The parameters and request body are for method: restVplsAbstractVplsFindAssociatedEpipeSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/AbstractVpls/findAssociatedISites/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsAbstractVplsFindAssociatedISites",
        "description": "The parameters and request body are for method: restVplsAbstractVplsFindAssociatedISites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/BgpCfg/evalPwTemplateAction/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsBgpCfgEvalPwTemplateAction",
        "description": "The parameters and request body are for method: restVplsBgpCfgEvalPwTemplateAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/EvpnSite/getEVPNSites": {
      "get": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsEvpnSiteGetEVPNSites",
        "description": "The parameters and request body are for method: restVplsEvpnSiteGetEVPNSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aInDVRSSiteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vpls/L2AccessInterface/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsL2AccessInterfaceRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restVplsL2AccessInterfaceRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/MSap/requestClearMsap/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsMSapRequestClearMsap",
        "description": "The parameters and request body are for method: restVplsMSapRequestClearMsap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vpls/ProxyArpNdMacList/findNumberOfAssociation": {
      "get": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsProxyArpNdMacListFindNumberOfAssociation",
        "description": "The parameters and request body are for method: restVplsProxyArpNdMacListFindNumberOfAssociation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macListName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vpls/ProxyArpNdMacList/findNumberOfMacs": {
      "get": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsProxyArpNdMacListFindNumberOfMacs",
        "description": "The parameters and request body are for method: restVplsProxyArpNdMacListFindNumberOfMacs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macListName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vpls/Site/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsSiteRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restVplsSiteRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/Site/requestClearProxyArpDups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsSiteRequestClearProxyArpDups",
        "description": "The parameters and request body are for method: restVplsSiteRequestClearProxyArpDups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/Site/requestClearProxyArpDyn/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsSiteRequestClearProxyArpDyn",
        "description": "The parameters and request body are for method: restVplsSiteRequestClearProxyArpDyn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/Site/requestClearProxyNdDups/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsSiteRequestClearProxyNdDups",
        "description": "The parameters and request body are for method: restVplsSiteRequestClearProxyNdDups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/Site/requestClearProxyNdDyn/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsSiteRequestClearProxyNdDyn",
        "description": "The parameters and request body are for method: restVplsSiteRequestClearProxyNdDyn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vpls/Vpls/restoreServiceForThroughputTest": {
      "post": {
        "tags": [
          "SamoVpls"
        ],
        "operationId": "restVplsVplsRestoreServiceForThroughputTest",
        "description": "The parameters and request body are for method: restVplsVplsRestoreServiceForThroughputTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vprn/AbstractSite/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnAbstractSiteRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restVprnAbstractSiteRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vprn/GroupInterface/requestPolicyAccountStatsClear/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnGroupInterfaceRequestPolicyAccountStatsClear",
        "description": "The parameters and request body are for method: restVprnGroupInterfaceRequestPolicyAccountStatsClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vprn/L3AccessInterface/requestPolicyAccountStatsClear/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnL3AccessInterfaceRequestPolicyAccountStatsClear",
        "description": "The parameters and request body are for method: restVprnL3AccessInterfaceRequestPolicyAccountStatsClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vprn/MSap/requestClearMsap/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnMSapRequestClearMsap",
        "description": "The parameters and request body are for method: restVprnMSapRequestClearMsap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vprn/MSap/retrieveMsap": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnMSapRetrieveMsap",
        "description": "The parameters and request body are for method: restVprnMSapRetrieveMsap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vprn/ServiceAccessPoint/requestClearIgmpHostTracking/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnServiceAccessPointRequestClearIgmpHostTracking",
        "description": "The parameters and request body are for method: restVprnServiceAccessPointRequestClearIgmpHostTracking. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vprn/Site/getExportRouteTargets": {
      "get": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnSiteGetExportRouteTargets",
        "description": "The parameters and request body are for method: restVprnSiteGetExportRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vprn/Site/getImportRouteTargets": {
      "get": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnSiteGetImportRouteTargets",
        "description": "The parameters and request body are for method: restVprnSiteGetImportRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vprn/Site/retrieveVRFRoutes": {
      "post": {
        "tags": [
          "SamoVprn"
        ],
        "operationId": "restVprnSiteRetrieveVRFRoutes",
        "description": "The parameters and request body are for method: restVprnSiteRetrieveVRFRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/AuthenticationKey/removeAuthenticationKey/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpAuthenticationKeyRemoveAuthenticationKey",
        "description": "The parameters and request body are for method: restVrrpAuthenticationKeyRemoveAuthenticationKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vrrp/Policy/findSrrpInstances/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpPolicyFindSrrpInstances",
        "description": "The parameters and request body are for method: restVrrpPolicyFindSrrpInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/Policy/findVrrpInstances/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpPolicyFindVrrpInstances",
        "description": "The parameters and request body are for method: restVrrpPolicyFindVrrpInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/VrrpVirtualRouter/addVrrpInstances/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpVrrpVirtualRouterAddVrrpInstances",
        "description": "The parameters and request body are for method: restVrrpVrrpVirtualRouterAddVrrpInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/VrrpVirtualRouter/createVrrpInstance/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpVrrpVirtualRouterCreateVrrpInstance",
        "description": "The parameters and request body are for method: restVrrpVrrpVirtualRouterCreateVrrpInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/VrrpVirtualRouter/findInstances": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpVrrpVirtualRouterFindInstances",
        "description": "The parameters and request body are for method: restVrrpVrrpVirtualRouterFindInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/VrrpVirtualRouter/findL3Interfaces": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpVrrpVirtualRouterFindL3Interfaces",
        "description": "The parameters and request body are for method: restVrrpVrrpVirtualRouterFindL3Interfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vrrp/VrrpVirtualRouter/removeInstances/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVrrp"
        ],
        "operationId": "restVrrpVrrpVirtualRouterRemoveInstances",
        "description": "The parameters and request body are for method: restVrrpVrrpVirtualRouterRemoveInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/vs/Policy/findAccessInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVs"
        ],
        "operationId": "restVsPolicyFindAccessInterfaces",
        "description": "The parameters and request body are for method: restVsPolicyFindAccessInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vs/Policy/findAggregationSchedulers/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVs"
        ],
        "operationId": "restVsPolicyFindAggregationSchedulers",
        "description": "The parameters and request body are for method: restVsPolicyFindAggregationSchedulers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vs/Policy/findServiceIpInterfaces/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoVs"
        ],
        "operationId": "restVsPolicyFindServiceIpInterfaces",
        "description": "The parameters and request body are for method: restVsPolicyFindServiceIpInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/vs/Policy/getDependency": {
      "get": {
        "tags": [
          "SamoVs"
        ],
        "operationId": "restVsPolicyGetDependency",
        "description": "The parameters and request body are for method: restVsPolicyGetDependency. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "objectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vs/Policy/getDependencyCount": {
      "get": {
        "tags": [
          "SamoVs"
        ],
        "operationId": "restVsPolicyGetDependencyCount",
        "description": "The parameters and request body are for method: restVsPolicyGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "objectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vwmperf/VWMPMPolicy/findVWMs": {
      "get": {
        "tags": [
          "SamoVwmperf"
        ],
        "operationId": "restVwmperfVWMPMPolicyFindVWMs",
        "description": "The parameters and request body are for method: restVwmperfVWMPMPolicyFindVWMs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/vwmsas/PrbsTest/cancelPrbsTestExection/{instanceFullName}": {
      "delete": {
        "tags": [
          "SamoVwmsas"
        ],
        "operationId": "restVwmsasPrbsTestCancelPrbsTestExection",
        "description": "The parameters and request body are for method: restVwmsasPrbsTestCancelPrbsTestExection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/wlangw/GTPSession/retrieveGtpSessions": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwGTPSessionRetrieveGtpSessions",
        "description": "The parameters and request body are for method: restWlangwGTPSessionRetrieveGtpSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/IsaPoolSubnet/requestClearIsaSubnets": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwIsaPoolSubnetRequestClearIsaSubnets",
        "description": "The parameters and request body are for method: restWlangwIsaPoolSubnetRequestClearIsaSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/IsaPoolSubnet/retrieveIsaPoolSubnets": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwIsaPoolSubnetRetrieveIsaPoolSubnets",
        "description": "The parameters and request body are for method: restWlangwIsaPoolSubnetRetrieveIsaPoolSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/MgwAddrMap/removeMgwAddrMaps": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwMgwAddrMapRemoveMgwAddrMaps",
        "description": "The parameters and request body are for method: restWlangwMgwAddrMapRemoveMgwAddrMaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwBdUe/retrieveWlanGwBdUesPerTunnel": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwBdUeRetrieveWlanGwBdUesPerTunnel",
        "description": "The parameters and request body are for method: restWlangwWlanGwBdUeRetrieveWlanGwBdUesPerTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwBdUe/retrieveWlanGwUesPerBd": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwBdUeRetrieveWlanGwUesPerBd",
        "description": "The parameters and request body are for method: restWlangwWlanGwBdUeRetrieveWlanGwUesPerBd. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwBridgeDomain/retrieveWlanGwBd": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwBridgeDomainRetrieveWlanGwBd",
        "description": "The parameters and request body are for method: restWlangwWlanGwBridgeDomainRetrieveWlanGwBd. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwIsaGroup/findBaseCardsWithIsabb/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwIsaGroupFindBaseCardsWithIsabb",
        "description": "The parameters and request body are for method: restWlangwWlanGwIsaGroupFindBaseCardsWithIsabb. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwIsaGroup/getDependencyCount/{instanceFullName}": {
      "get": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwIsaGroupGetDependencyCount",
        "description": "The parameters and request body are for method: restWlangwWlanGwIsaGroupGetDependencyCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwQbtTunnel/retrieveWlanGwTunnelCount": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwQbtTunnelRetrieveWlanGwTunnelCount",
        "description": "The parameters and request body are for method: restWlangwWlanGwQbtTunnelRetrieveWlanGwTunnelCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwQbtTunnel/retrieveWlanGwTunnels": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwQbtTunnelRetrieveWlanGwTunnels",
        "description": "The parameters and request body are for method: restWlangwWlanGwQbtTunnelRetrieveWlanGwTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwQbtTunnel/validateQuery": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwQbtTunnelValidateQuery",
        "description": "The parameters and request body are for method: restWlangwWlanGwQbtTunnelValidateQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwQbtUe/retrieveWlanGwUeCount": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwQbtUeRetrieveWlanGwUeCount",
        "description": "The parameters and request body are for method: restWlangwWlanGwQbtUeRetrieveWlanGwUeCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwQbtUe/retrieveWlanGwUes": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwQbtUeRetrieveWlanGwUes",
        "description": "The parameters and request body are for method: restWlangwWlanGwQbtUeRetrieveWlanGwUes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwQbtUe/validateQuery": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwQbtUeValidateQuery",
        "description": "The parameters and request body are for method: restWlangwWlanGwQbtUeValidateQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwRedundancyConfig/forceSwitchover": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwRedundancyConfigForceSwitchover",
        "description": "The parameters and request body are for method: restWlangwWlanGwRedundancyConfigForceSwitchover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwTuQos/retrieveQos": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwTuQosRetrieveQos",
        "description": "The parameters and request body are for method: restWlangwWlanGwTuQosRetrieveQos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwUe/retrieveWlanGwUes": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwUeRetrieveWlanGwUes",
        "description": "The parameters and request body are for method: restWlangwWlanGwUeRetrieveWlanGwUes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wlangw/WlanGwUe/retrieveWlanGwUesByMacAddr": {
      "post": {
        "tags": [
          "SamoWlangw"
        ],
        "operationId": "restWlangwWlanGwUeRetrieveWlanGwUesByMacAddr",
        "description": "The parameters and request body are for method: restWlangwWlanGwUeRetrieveWlanGwUesByMacAddr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v2/wpp/Portal/retrieveHost/{instanceFullName}": {
      "post": {
        "tags": [
          "SamoWpp"
        ],
        "operationId": "restWppPortalRetrieveHost",
        "description": "The parameters and request body are for method: restWppPortalRetrieveHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "instanceFullName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "instanceFullName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v2/wpp/WppHost/requestClearWppHostsLoggingOut": {
      "post": {
        "tags": [
          "SamoWpp"
        ],
        "operationId": "restWppWppHostRequestClearWppHostsLoggingOut",
        "description": "The parameters and request body are for method: restWppWppHostRequestClearWppHostsLoggingOut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v3/xml-to-json": {
      "post": {
        "tags": [
          "APIV3"
        ],
        "operationId": "xmltojsonEndpoint",
        "description": "The parameters and request body are for method: xmltojsonEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v3/xml": {
      "post": {
        "tags": [
          "APIV3"
        ],
        "operationId": "xmlEndpoint",
        "description": "The parameters and request body are for method: xmlEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/v3/request": {
      "post": {
        "tags": [
          "APIV3"
        ],
        "operationId": "requestEndpoint",
        "description": "The parameters and request body are for method: requestEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v3/find": {
      "post": {
        "tags": [
          "APIV3"
        ],
        "operationId": "findEndpoint",
        "description": "The parameters and request body are for method: findEndpoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}