{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/cloud-infrastructure/complexes/complex/{physicalLocationId}/ctag-pools/ctag-pool/{targetPe}/{availabilityZoneName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "targetPe",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetPe",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "targetPe",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetPe",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/complexes/complex/{physicalLocationId}/ctag-pools/ctag-pool/{targetPe}/{availabilityZoneName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureComplexesComplexCtagPoolsCtagPool",
        "description": "The parameters and request body are for method: getCloudInfrastructureComplexesComplexCtagPoolsCtagPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "targetPe",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetPe",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPool",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "targetPe",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetPe",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureComplexesComplexCtagPoolsCtagPool",
        "description": "The parameters and request body are for method: updateCloudInfrastructureComplexesComplexCtagPoolsCtagPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "targetPe",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetPe",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPool",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "targetPe",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetPe",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/complexes/complex/{physicalLocationId}/ctag-pools": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureComplexesComplexCtagPools",
        "description": "The parameters and request body are for method: getCloudInfrastructureComplexesComplexCtagPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/complexes/complex/{physicalLocationId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureComplexesComplexRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureComplexesComplexRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureComplexesComplexRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureComplexesComplexRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/complexes/complex/{physicalLocationId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureComplexesComplex",
        "description": "The parameters and request body are for method: getCloudInfrastructureComplexesComplex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureComplexesComplex",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureComplexesComplex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureComplexesComplex",
        "description": "The parameters and request body are for method: updateCloudInfrastructureComplexesComplex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureComplexesComplex",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureComplexesComplex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/complexes": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureComplexes",
        "description": "The parameters and request body are for method: getCloudInfrastructureComplexes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataCenterCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "complexName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identityUrl",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/volume-groups/volume-group/{volumeGroupId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/volume-groups/volume-group/{volumeGroupId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeGroupId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/volume-groups": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroups",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionVolumeGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "volumeGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "volumeGroupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/volumes/volume/{volumeId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/volumes/volume/{volumeId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "volumeId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/volumes": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumes",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "volumeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/vlans": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/sriov-vfs": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces/l-interface/{interfaceName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}/l-interfaces": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfaces",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers/vserver/{vserverId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vserverId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/vservers": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVservers",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVservers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "vserverId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vserverName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vserverName2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inMaint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isClosedLoopDisabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/nos-servers/nos-server/{nosServerId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServerRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nosServerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServerRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nosServerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/nos-servers/nos-server/{nosServerId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nosServerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nosServerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nosServerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nosServerId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/nos-servers": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServers",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "nosServerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants/tenant/{tenantId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenant",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenantsTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenant",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/tenants": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenants",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantContext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}/hpa-feature-attributes/{hpaAttributeKey}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}/hpa-feature-attributes/{hpaAttributeKey}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}/hpa-capabilities": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilities",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hpaFeature",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "architecture",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors/flavor/{flavorId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "flavorId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/flavors": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavors",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionFlavors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "flavorId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flavorName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/group-assignments/group-assignment/{groupId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/group-assignments/group-assignment/{groupId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/group-assignments": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignments",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionGroupAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/snapshots/snapshot/{snapshotId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/snapshots/snapshot/{snapshotId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/snapshots": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshots",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionSnapshots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "snapshotId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "snapshotName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationVendor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prevSnapshotId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/images/image/{imageId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/images/image/{imageId}/metadata/metadatum/{metaname}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/images/image/{imageId}/metadata": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadata",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/images/image/{imageId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImage",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionImagesImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImage",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionImagesImage",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionImagesImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImage",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionImagesImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/images": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImages",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionImages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "imageId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "imageName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationVendor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/dvs-switches/dvs-switch/{switchName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "switchName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "switchName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/dvs-switches/dvs-switch/{switchName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "switchName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "switchName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "switchName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "switchName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/dvs-switches": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitches",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionDvsSwitches. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcenterUrl",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/oam-networks/oam-network/{networkUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/oam-networks/oam-network/{networkUuid}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/oam-networks": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworks",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionOamNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "networkUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/availability-zones/availability-zone/{availabilityZoneName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/availability-zones/availability-zone/{availabilityZoneName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "availabilityZoneName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/availability-zones": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZones",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "availabilityZoneName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/vip-ipv4-address-list/{vipIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/vip-ipv4-address-list/{vipIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/vip-ipv6-address-list/{vipIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/vip-ipv6-address-list/{vipIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "vipIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vipIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}/hpa-feature-attributes/{hpaAttributeKey}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}/hpa-feature-attributes/{hpaAttributeKey}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "hpaAttributeKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaAttributeKey",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/hpa-capabilities/hpa-capability/{hpaCapabilityId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapabilityId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/hpa-capabilities": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilities",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "hpaCapabilityId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hpaFeature",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "architecture",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}/esr-system-info-list": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoList",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions/cloud-region/{cloudOwner}/{cloudRegionId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegionsCloudRegion",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegionsCloudRegion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegion",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureCloudRegionsCloudRegion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureCloudRegionsCloudRegion",
        "description": "The parameters and request body are for method: updateCloudInfrastructureCloudRegionsCloudRegion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegion",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureCloudRegionsCloudRegion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudOwner",
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cloudRegionId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/cloud-regions": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureCloudRegions",
        "description": "The parameters and request body are for method: getCloudInfrastructureCloudRegions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cloudOwner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cloudRegionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cloudType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ownerDefinedType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/network-profiles/network-profile/{nmProfileName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nmProfileName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nmProfileName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/network-profiles/network-profile/{nmProfileName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureNetworkProfilesNetworkProfile",
        "description": "The parameters and request body are for method: getCloudInfrastructureNetworkProfilesNetworkProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nmProfileName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfile",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nmProfileName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureNetworkProfilesNetworkProfile",
        "description": "The parameters and request body are for method: updateCloudInfrastructureNetworkProfilesNetworkProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nmProfileName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureNetworkProfilesNetworkProfile",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureNetworkProfilesNetworkProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nmProfileName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/network-profiles": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureNetworkProfiles",
        "description": "The parameters and request body are for method: getCloudInfrastructureNetworkProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmProfileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/sriov-pfs/sriov-pf/{pfPciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/sriov-pfs/sriov-pf/{pfPciId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/sriov-pfs": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfs",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interfaceName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterface",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterface",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverPInterfacesPInterface",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterface",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverPInterfaces",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverPInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interfaceName}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverLagInterfaces",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverLagInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/hpa-capacity/{hpaCapacityKey}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverHpaCapacityRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverHpaCapacityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "hpaCapacityKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapacityKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverHpaCapacityRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverHpaCapacityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "hpaCapacityKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapacityKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}/hpa-capacity/{hpaCapacityKey}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserverHpaCapacity",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserverHpaCapacity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "hpaCapacityKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapacityKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserverHpaCapacity",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserverHpaCapacity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "hpaCapacityKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapacityKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserverHpaCapacity",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserverHpaCapacity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "hpaCapacityKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapacityKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserverHpaCapacity",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserverHpaCapacity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "hpaCapacityKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hpaCapacityKey",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers/pserver/{hostname}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePserversPserver",
        "description": "The parameters and request body are for method: getCloudInfrastructurePserversPserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructurePserversPserver",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructurePserversPserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructurePserversPserver",
        "description": "The parameters and request body are for method: updateCloudInfrastructurePserversPserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructurePserversPserver",
        "description": "The parameters and request body are for method: deleteCloudInfrastructurePserversPserver. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostname",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/pservers": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructurePservers",
        "description": "The parameters and request body are for method: getCloudInfrastructurePservers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "hostname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "invStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pserverId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inMaint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pserverName2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdcId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vdcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vdcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdcId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureVirtualDataCentersVirtualDataCenter",
        "description": "The parameters and request body are for method: getCloudInfrastructureVirtualDataCentersVirtualDataCenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vdcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenter",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vdcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureVirtualDataCentersVirtualDataCenter",
        "description": "The parameters and request body are for method: updateCloudInfrastructureVirtualDataCentersVirtualDataCenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vdcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureVirtualDataCentersVirtualDataCenter",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureVirtualDataCentersVirtualDataCenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vdcId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/virtual-data-centers": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureVirtualDataCenters",
        "description": "The parameters and request body are for method: getCloudInfrastructureVirtualDataCenters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vdcId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vdcName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/operational-environments/operational-environment/{operationalEnvironmentId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationalEnvironmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureOperationalEnvironmentsOperationalEnvironmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureOperationalEnvironmentsOperationalEnvironmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationalEnvironmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/operational-environments/operational-environment/{operationalEnvironmentId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureOperationalEnvironmentsOperationalEnvironment",
        "description": "The parameters and request body are for method: getCloudInfrastructureOperationalEnvironmentsOperationalEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationalEnvironmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironment",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationalEnvironmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureOperationalEnvironmentsOperationalEnvironment",
        "description": "The parameters and request body are for method: updateCloudInfrastructureOperationalEnvironmentsOperationalEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationalEnvironmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureOperationalEnvironmentsOperationalEnvironment",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureOperationalEnvironmentsOperationalEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationalEnvironmentId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/operational-environments": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureOperationalEnvironments",
        "description": "The parameters and request body are for method: getCloudInfrastructureOperationalEnvironments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationalEnvironmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/network-technologies/network-technology/{networkTechnologyId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureNetworkTechnologiesNetworkTechnologyRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureNetworkTechnologiesNetworkTechnologyRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkTechnologyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkTechnologyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureNetworkTechnologiesNetworkTechnologyRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureNetworkTechnologiesNetworkTechnologyRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkTechnologyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkTechnologyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/network-technologies/network-technology/{networkTechnologyId}": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureNetworkTechnologiesNetworkTechnology",
        "description": "The parameters and request body are for method: getCloudInfrastructureNetworkTechnologiesNetworkTechnology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkTechnologyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkTechnologyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "createOrUpdateCloudInfrastructureNetworkTechnologiesNetworkTechnology",
        "description": "The parameters and request body are for method: createOrUpdateCloudInfrastructureNetworkTechnologiesNetworkTechnology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkTechnologyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkTechnologyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "updateCloudInfrastructureNetworkTechnologiesNetworkTechnology",
        "description": "The parameters and request body are for method: updateCloudInfrastructureNetworkTechnologiesNetworkTechnology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkTechnologyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkTechnologyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "deleteCloudInfrastructureNetworkTechnologiesNetworkTechnology",
        "description": "The parameters and request body are for method: deleteCloudInfrastructureNetworkTechnologiesNetworkTechnology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkTechnologyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkTechnologyId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloud-infrastructure/network-technologies": {
      "get": {
        "tags": [
          "CloudInfrastructure"
        ],
        "operationId": "getCloudInfrastructureNetworkTechnologies",
        "description": "The parameters and request body are for method: getCloudInfrastructureNetworkTechnologies. 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": {}
            }
          }
        }
      }
    },
    "/external-system/esr-ems-list/esr-ems/{emsId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-ems-list/esr-ems/{emsId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: getExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: updateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-ems-list/esr-ems/{emsId}/esr-system-info-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrEmsListEsrEmsEsrSystemInfoList",
        "description": "The parameters and request body are for method: getExternalSystemEsrEmsListEsrEmsEsrSystemInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-ems-list/esr-ems/{emsId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrEmsListEsrEmsRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrEmsListEsrEmsRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrEmsListEsrEmsRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-ems-list/esr-ems/{emsId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrEmsListEsrEms",
        "description": "The parameters and request body are for method: getExternalSystemEsrEmsListEsrEms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEms",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrEmsListEsrEms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrEmsListEsrEms",
        "description": "The parameters and request body are for method: updateExternalSystemEsrEmsListEsrEms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrEmsListEsrEms",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrEmsListEsrEms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "emsId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-ems-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrEmsList",
        "description": "The parameters and request body are for method: getExternalSystemEsrEmsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "emsId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-vnfm-list/esr-vnfm/{vnfmId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-vnfm-list/esr-vnfm/{vnfmId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: updateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-vnfm-list/esr-vnfm/{vnfmId}/esr-system-info-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoList",
        "description": "The parameters and request body are for method: getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-vnfm-list/esr-vnfm/{vnfmId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-vnfm-list/esr-vnfm/{vnfmId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrVnfmListEsrVnfm",
        "description": "The parameters and request body are for method: getExternalSystemEsrVnfmListEsrVnfm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfm",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrVnfmListEsrVnfm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrVnfmListEsrVnfm",
        "description": "The parameters and request body are for method: updateExternalSystemEsrVnfmListEsrVnfm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrVnfmListEsrVnfm",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrVnfmListEsrVnfm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfmId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-vnfm-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrVnfmList",
        "description": "The parameters and request body are for method: getExternalSystemEsrVnfmList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-nfvo-list/esr-nfvo/{nfvoId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-nfvo-list/esr-nfvo/{nfvoId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: getExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: updateExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-nfvo-list/esr-nfvo/{nfvoId}/esr-system-info-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoList",
        "description": "The parameters and request body are for method: getExternalSystemEsrNfvoListEsrNfvoEsrSystemInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-nfvo-list/esr-nfvo/{nfvoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrNfvoListEsrNfvoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrNfvoListEsrNfvoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrNfvoListEsrNfvoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrNfvoListEsrNfvoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-nfvo-list/esr-nfvo/{nfvoId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrNfvoListEsrNfvo",
        "description": "The parameters and request body are for method: getExternalSystemEsrNfvoListEsrNfvo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrNfvoListEsrNfvo",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrNfvoListEsrNfvo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrNfvoListEsrNfvo",
        "description": "The parameters and request body are for method: updateExternalSystemEsrNfvoListEsrNfvo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrNfvoListEsrNfvo",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrNfvoListEsrNfvo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nfvoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-nfvo-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrNfvoList",
        "description": "The parameters and request body are for method: getExternalSystemEsrNfvoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nfvoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdpartySdncId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdpartySdncId}/esr-system-info-list/esr-system-info/{esrSystemInfoId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: updateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdpartySdncId}/esr-system-info-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoList",
        "description": "The parameters and request body are for method: getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdpartySdncId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdpartySdncId}": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc",
        "description": "The parameters and request body are for method: getExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc",
        "description": "The parameters and request body are for method: createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "updateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc",
        "description": "The parameters and request body are for method: updateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc",
        "description": "The parameters and request body are for method: deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thirdpartySdncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thirdpartySdncId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/external-system/esr-thirdparty-sdnc-list": {
      "get": {
        "tags": [
          "ExternalSystem"
        ],
        "operationId": "getExternalSystemEsrThirdpartySdncList",
        "description": "The parameters and request body are for method: getExternalSystemEsrThirdpartySdncList. 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": {}
            }
          }
        }
      }
    },
    "/business/connectors/connector/{resourceInstanceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessConnectorsConnectorRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessConnectorsConnectorRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessConnectorsConnectorRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessConnectorsConnectorRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/connectors/connector/{resourceInstanceId}/metadata/metadatum/{metaname}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessConnectorsConnectorMetadataMetadatum",
        "description": "The parameters and request body are for method: getBusinessConnectorsConnectorMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessConnectorsConnectorMetadataMetadatum",
        "description": "The parameters and request body are for method: createOrUpdateBusinessConnectorsConnectorMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessConnectorsConnectorMetadataMetadatum",
        "description": "The parameters and request body are for method: updateBusinessConnectorsConnectorMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessConnectorsConnectorMetadataMetadatum",
        "description": "The parameters and request body are for method: deleteBusinessConnectorsConnectorMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/connectors/connector/{resourceInstanceId}/metadata": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessConnectorsConnectorMetadata",
        "description": "The parameters and request body are for method: getBusinessConnectorsConnectorMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/connectors/connector/{resourceInstanceId}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessConnectorsConnector",
        "description": "The parameters and request body are for method: getBusinessConnectorsConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessConnectorsConnector",
        "description": "The parameters and request body are for method: createOrUpdateBusinessConnectorsConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessConnectorsConnector",
        "description": "The parameters and request body are for method: updateBusinessConnectorsConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessConnectorsConnector",
        "description": "The parameters and request body are for method: deleteBusinessConnectorsConnector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/connectors": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessConnectors",
        "description": "The parameters and request body are for method: getBusinessConnectors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceInstanceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/metadata/metadatum/{metaname}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum",
        "description": "The parameters and request body are for method: updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/metadata": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadata",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/allotted-resources/allotted-resource/{id}/tunnel-xconnects/tunnel-xconnect/{idPath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "idPath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "idPath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/allotted-resources/allotted-resource/{id}/tunnel-xconnects/tunnel-xconnect/{idPath}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "idPath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "idPath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect",
        "description": "The parameters and request body are for method: updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "idPath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "idPath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/allotted-resources/allotted-resource/{id}/tunnel-xconnects": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnects",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "idQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/allotted-resources/allotted-resource/{id}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/allotted-resources/allotted-resource/{id}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource",
        "description": "The parameters and request body are for method: updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}/allotted-resources": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResources",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allottedResourceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessClientId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessTopologyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessNodeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessLtpId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances/service-instance/{serviceInstanceId}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance",
        "description": "The parameters and request body are for method: updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceInstanceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/service-instances": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstances",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "environmentContext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "workloadContext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceInstanceLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orchestrationStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions/service-subscription/{serviceType}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscription",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptionsServiceSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription",
        "description": "The parameters and request body are for method: updateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscription",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/service-subscriptions": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomerServiceSubscriptions",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomerServiceSubscriptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "serviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomerRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomerRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers/customer/{globalCustomerId}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomersCustomer",
        "description": "The parameters and request body are for method: getBusinessCustomersCustomer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessCustomersCustomer",
        "description": "The parameters and request body are for method: createOrUpdateBusinessCustomersCustomer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessCustomersCustomer",
        "description": "The parameters and request body are for method: updateBusinessCustomersCustomer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessCustomersCustomer",
        "description": "The parameters and request body are for method: deleteBusinessCustomersCustomer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalCustomerId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/customers": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessCustomers",
        "description": "The parameters and request body are for method: getBusinessCustomers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "globalCustomerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subscriberName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subscriberType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/lines-of-business/line-of-business/{lineOfBusinessName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lineOfBusinessName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lineOfBusinessName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/lines-of-business/line-of-business/{lineOfBusinessName}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessLinesOfBusinessLineOfBusiness",
        "description": "The parameters and request body are for method: getBusinessLinesOfBusinessLineOfBusiness. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lineOfBusinessName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessLinesOfBusinessLineOfBusiness",
        "description": "The parameters and request body are for method: createOrUpdateBusinessLinesOfBusinessLineOfBusiness. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lineOfBusinessName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessLinesOfBusinessLineOfBusiness",
        "description": "The parameters and request body are for method: updateBusinessLinesOfBusinessLineOfBusiness. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lineOfBusinessName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessLinesOfBusinessLineOfBusiness",
        "description": "The parameters and request body are for method: deleteBusinessLinesOfBusinessLineOfBusiness. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lineOfBusinessName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/lines-of-business": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessLinesOfBusiness",
        "description": "The parameters and request body are for method: getBusinessLinesOfBusiness. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lineOfBusinessName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/owning-entities/owning-entity/{owningEntityId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessOwningEntitiesOwningEntityRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessOwningEntitiesOwningEntityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owningEntityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessOwningEntitiesOwningEntityRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessOwningEntitiesOwningEntityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owningEntityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/owning-entities/owning-entity/{owningEntityId}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessOwningEntitiesOwningEntity",
        "description": "The parameters and request body are for method: getBusinessOwningEntitiesOwningEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owningEntityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessOwningEntitiesOwningEntity",
        "description": "The parameters and request body are for method: createOrUpdateBusinessOwningEntitiesOwningEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owningEntityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessOwningEntitiesOwningEntity",
        "description": "The parameters and request body are for method: updateBusinessOwningEntitiesOwningEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owningEntityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessOwningEntitiesOwningEntity",
        "description": "The parameters and request body are for method: deleteBusinessOwningEntitiesOwningEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owningEntityId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/owning-entities": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessOwningEntities",
        "description": "The parameters and request body are for method: getBusinessOwningEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owningEntityId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "owningEntityName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/platforms/platform/{platformName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessPlatformsPlatformRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessPlatformsPlatformRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "platformName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessPlatformsPlatformRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessPlatformsPlatformRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "platformName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/platforms/platform/{platformName}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessPlatformsPlatform",
        "description": "The parameters and request body are for method: getBusinessPlatformsPlatform. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "platformName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessPlatformsPlatform",
        "description": "The parameters and request body are for method: createOrUpdateBusinessPlatformsPlatform. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "platformName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessPlatformsPlatform",
        "description": "The parameters and request body are for method: updateBusinessPlatformsPlatform. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "platformName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessPlatformsPlatform",
        "description": "The parameters and request body are for method: deleteBusinessPlatformsPlatform. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "platformName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/platforms": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessPlatforms",
        "description": "The parameters and request body are for method: getBusinessPlatforms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "platformName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/projects/project/{projectName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessProjectsProjectRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessProjectsProjectRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessProjectsProjectRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessProjectsProjectRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/projects/project/{projectName}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessProjectsProject",
        "description": "The parameters and request body are for method: getBusinessProjectsProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessProjectsProject",
        "description": "The parameters and request body are for method: createOrUpdateBusinessProjectsProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessProjectsProject",
        "description": "The parameters and request body are for method: updateBusinessProjectsProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessProjectsProject",
        "description": "The parameters and request body are for method: deleteBusinessProjectsProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/projects": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessProjects",
        "description": "The parameters and request body are for method: getBusinessProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/sp-partners/sp-partner/{spPartnerId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessSpPartnersSpPartnerRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateBusinessSpPartnersSpPartnerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spPartnerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessSpPartnersSpPartnerRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteBusinessSpPartnersSpPartnerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spPartnerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/sp-partners/sp-partner/{spPartnerId}": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessSpPartnersSpPartner",
        "description": "The parameters and request body are for method: getBusinessSpPartnersSpPartner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spPartnerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Business"
        ],
        "operationId": "createOrUpdateBusinessSpPartnersSpPartner",
        "description": "The parameters and request body are for method: createOrUpdateBusinessSpPartnersSpPartner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spPartnerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Business"
        ],
        "operationId": "updateBusinessSpPartnersSpPartner",
        "description": "The parameters and request body are for method: updateBusinessSpPartnersSpPartner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spPartnerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Business"
        ],
        "operationId": "deleteBusinessSpPartnersSpPartner",
        "description": "The parameters and request body are for method: deleteBusinessSpPartnersSpPartner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spPartnerId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/business/sp-partners": {
      "get": {
        "tags": [
          "Business"
        ],
        "operationId": "getBusinessSpPartners",
        "description": "The parameters and request body are for method: getBusinessSpPartners. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "spPartnerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "callsource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/vnf-images/vnf-image/{vnfImageUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfImageUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfImageUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/vnf-images/vnf-image/{vnfImageUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationVnfImagesVnfImage",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationVnfImagesVnfImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfImageUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationVnfImagesVnfImage",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationVnfImagesVnfImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfImageUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationVnfImagesVnfImage",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationVnfImagesVnfImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfImageUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationVnfImagesVnfImage",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationVnfImagesVnfImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfImageUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/vnf-images": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationVnfImages",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationVnfImages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfImageUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationVendor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/services/service/{serviceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationServicesServiceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationServicesServiceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationServicesServiceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationServicesServiceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/services/service/{serviceId}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationServicesService",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationServicesService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationServicesService",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationServicesService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationServicesService",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationServicesService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationServicesService",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationServicesService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/services": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationServices",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceDescription",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/service-capabilities/service-capability/{serviceType}/{vnfType}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/service-capabilities/service-capability/{serviceType}/{vnfType}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationServiceCapabilitiesServiceCapability",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationServiceCapabilitiesServiceCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapability",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationServiceCapabilitiesServiceCapability",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationServiceCapabilitiesServiceCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationServiceCapabilitiesServiceCapability",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationServiceCapabilitiesServiceCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceType",
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfType",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/service-capabilities": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationServiceCapabilities",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationServiceCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}/constrained-element-sets/constrained-element-set/{constrainedElementSetUuid}/element-choice-sets/element-choice-set/{elementChoiceSetUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "elementChoiceSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "elementChoiceSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}/constrained-element-sets/constrained-element-set/{constrainedElementSetUuid}/element-choice-sets/element-choice-set/{elementChoiceSetUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "elementChoiceSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "elementChoiceSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "elementChoiceSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "elementChoiceSetUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}/constrained-element-sets/constrained-element-set/{constrainedElementSetUuid}/element-choice-sets": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSets",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "elementChoiceSetUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}/constrained-element-sets/constrained-element-set/{constrainedElementSetUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}/constrained-element-sets/constrained-element-set/{constrainedElementSetUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "constrainedElementSetUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}/constrained-element-sets": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSets",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "constrainedElementSetUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints/model-constraint/{modelConstraintUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/model-constraints": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraints",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "modelConstraintUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements/model-element/{modelElementUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelElementUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/model-elements": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElements",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerModelElements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "modelElementUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/metadata/metadatum/{metaname}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/metadata": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerMetadata",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVerMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers/model-ver/{modelVersionId}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVer",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVersModelVer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVer",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModelModelVersModelVer",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModelModelVersModelVer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVer",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelModelVersModelVer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelVersionId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/model-vers": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModelModelVers",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModelModelVers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "distributionStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModelRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModelRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModelRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModelRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models/model/{modelInvariantId}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModelsModel",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModelsModel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationModelsModel",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationModelsModel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationModelsModel",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationModelsModel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationModelsModel",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationModelsModel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "modelInvariantId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/models": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationModels",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationModels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}/related-lookups/related-lookup/{relatedLookupUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedLookupUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedLookupUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}/related-lookups/related-lookup/{relatedLookupUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedLookupUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedLookupUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedLookupUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedLookupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}/related-lookups": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookups",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "relatedLookupUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}/property-constraints/property-constraint/{propertyConstraintUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "propertyConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyConstraintUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "propertyConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyConstraintUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "propertyConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyConstraintUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "propertyConstraintUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyConstraintUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}/property-constraints": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraints",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "propertyConstraintUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements/named-query-element/{namedQueryElementUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryElementUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/named-query-elements": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElements",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "namedQueryElementUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries/named-query/{namedQueryUuid}": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueriesNamedQuery",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueriesNamedQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQuery",
        "description": "The parameters and request body are for method: createOrUpdateServiceDesignAndCreationNamedQueriesNamedQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "updateServiceDesignAndCreationNamedQueriesNamedQuery",
        "description": "The parameters and request body are for method: updateServiceDesignAndCreationNamedQueriesNamedQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQuery",
        "description": "The parameters and request body are for method: deleteServiceDesignAndCreationNamedQueriesNamedQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "namedQueryUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/service-design-and-creation/named-queries": {
      "get": {
        "tags": [
          "ServiceDesignAndCreation"
        ],
        "operationId": "getServiceDesignAndCreationNamedQueries",
        "description": "The parameters and request body are for method: getServiceDesignAndCreationNamedQueries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "namedQueryUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/logical-links/logical-link/{linkName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLogicalLinksLogicalLinkRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLogicalLinksLogicalLinkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLogicalLinksLogicalLinkRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkLogicalLinksLogicalLinkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/logical-links/logical-link/{linkName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLogicalLinksLogicalLink",
        "description": "The parameters and request body are for method: getNetworkLogicalLinksLogicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLogicalLinksLogicalLink",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLogicalLinksLogicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkLogicalLinksLogicalLink",
        "description": "The parameters and request body are for method: updateNetworkLogicalLinksLogicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLogicalLinksLogicalLink",
        "description": "The parameters and request body are for method: deleteNetworkLogicalLinksLogicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/logical-links": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLogicalLinks",
        "description": "The parameters and request body are for method: getNetworkLogicalLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "circuitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "purpose",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/site-pairs/site-pair/{sitePairId}/classes-of-service/class-of-service/{cos}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cos",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cos",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/site-pairs/site-pair/{sitePairId}/classes-of-service/class-of-service/{cos}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cos",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cos",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService",
        "description": "The parameters and request body are for method: updateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cos",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cos",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/site-pairs/site-pair/{sitePairId}/classes-of-service": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfService",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "cos",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/site-pairs/site-pair/{sitePairId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/site-pairs/site-pair/{sitePairId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair",
        "description": "The parameters and request body are for method: updateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/site-pairs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairs",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "sitePairId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances/routing-instance/{routingInstanceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance",
        "description": "The parameters and request body are for method: updateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routingInstanceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/routing-instances": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstances",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSetRoutingInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "routingInstanceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSetRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets/site-pair-set/{sitePairSetId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSetsSitePairSet",
        "description": "The parameters and request body are for method: getNetworkSitePairSetsSitePairSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSitePairSetsSitePairSet",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSitePairSetsSitePairSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkSitePairSetsSitePairSet",
        "description": "The parameters and request body are for method: updateNetworkSitePairSetsSitePairSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSitePairSetsSitePairSet",
        "description": "The parameters and request body are for method: deleteNetworkSitePairSetsSitePairSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sitePairSetId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-pair-sets": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSitePairSets",
        "description": "The parameters and request body are for method: getNetworkSitePairSets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sitePairSetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpn-bindings/vpn-binding/{vpnId}/route-targets/route-target/{globalRouteTarget}/{routeTargetRole}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpn-bindings/vpn-binding/{vpnId}/route-targets/route-target/{globalRouteTarget}/{routeTargetRole}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: getNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: updateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpn-bindings/vpn-binding/{vpnId}/route-targets": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVpnBindingsVpnBindingRouteTargets",
        "description": "The parameters and request body are for method: getNetworkVpnBindingsVpnBindingRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpn-bindings/vpn-binding/{vpnId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVpnBindingsVpnBindingRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVpnBindingsVpnBindingRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVpnBindingsVpnBindingRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpn-bindings/vpn-binding/{vpnId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVpnBindingsVpnBinding",
        "description": "The parameters and request body are for method: getNetworkVpnBindingsVpnBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVpnBindingsVpnBinding",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVpnBindingsVpnBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVpnBindingsVpnBinding",
        "description": "The parameters and request body are for method: updateNetworkVpnBindingsVpnBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVpnBindingsVpnBinding",
        "description": "The parameters and request body are for method: deleteNetworkVpnBindingsVpnBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpn-bindings": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVpnBindings",
        "description": "The parameters and request body are for method: getNetworkVpnBindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessClientId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessTopologyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srcAccessNodeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srcAccessLtpId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dstAccessNodeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dstAccessLtpId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/sriov-pfs/sriov-pf/{pfPciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/sriov-pfs/sriov-pf/{pfPciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/sriov-pfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfs",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces/p-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfacesPInterface",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPePInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPePInterfacesPInterface",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPePInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterface",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPePInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/p-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPePInterfaces",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPePInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces/lag-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPeLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPeLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPeLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}/lag-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPeLagInterfaces",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPeLagInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes/vpls-pe/{equipmentName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPesVplsPe",
        "description": "The parameters and request body are for method: getNetworkVplsPesVplsPe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVplsPesVplsPe",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVplsPesVplsPe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVplsPesVplsPe",
        "description": "The parameters and request body are for method: updateNetworkVplsPesVplsPe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVplsPesVplsPe",
        "description": "The parameters and request body are for method: deleteNetworkVplsPesVplsPe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vpls-pes": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVplsPes",
        "description": "The parameters and request body are for method: getNetworkVplsPes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/multicast-configurations/multicast-configuration/{multicastConfigurationId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "multicastConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "multicastConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/multicast-configurations/multicast-configuration/{multicastConfigurationId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMulticastConfigurationsMulticastConfiguration",
        "description": "The parameters and request body are for method: getNetworkMulticastConfigurationsMulticastConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "multicastConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkMulticastConfigurationsMulticastConfiguration",
        "description": "The parameters and request body are for method: createOrUpdateNetworkMulticastConfigurationsMulticastConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "multicastConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkMulticastConfigurationsMulticastConfiguration",
        "description": "The parameters and request body are for method: updateNetworkMulticastConfigurationsMulticastConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "multicastConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkMulticastConfigurationsMulticastConfiguration",
        "description": "The parameters and request body are for method: deleteNetworkMulticastConfigurationsMulticastConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "multicastConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/multicast-configurations": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMulticastConfigurations",
        "description": "The parameters and request body are for method: getNetworkMulticastConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "multicastConfigurationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/port-groups/port-group/{interfaceId}/cvlan-tags/cvlan-tag-entry/{cvlanTag}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cvlanTag",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cvlanTag",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/port-groups/port-group/{interfaceId}/cvlan-tags/cvlan-tag-entry/{cvlanTag}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry",
        "description": "The parameters and request body are for method: getNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cvlanTag",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cvlanTag",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry",
        "description": "The parameters and request body are for method: updateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cvlanTag",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry",
        "description": "The parameters and request body are for method: deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cvlanTag",
              "type": "number"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/port-groups/port-group/{interfaceId}/cvlan-tags": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTags",
        "description": "The parameters and request body are for method: getNetworkVcesVcePortGroupsPortGroupCvlanTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "cvlanTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/port-groups/port-group/{interfaceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/port-groups/port-group/{interfaceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVcePortGroupsPortGroup",
        "description": "The parameters and request body are for method: getNetworkVcesVcePortGroupsPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroup",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVcePortGroupsPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVcesVcePortGroupsPortGroup",
        "description": "The parameters and request body are for method: updateNetworkVcesVcePortGroupsPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVcePortGroupsPortGroup",
        "description": "The parameters and request body are for method: deleteNetworkVcesVcePortGroupsPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/port-groups": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVcePortGroups",
        "description": "The parameters and request body are for method: getNetworkVcesVcePortGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "switchName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/licenses/license/{groupUuid}/{resourceUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVceLicensesLicenseRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVceLicensesLicenseRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVceLicensesLicenseRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVcesVceLicensesLicenseRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/licenses/license/{groupUuid}/{resourceUuid}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVceLicensesLicense",
        "description": "The parameters and request body are for method: getNetworkVcesVceLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVceLicensesLicense",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVceLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVcesVceLicensesLicense",
        "description": "The parameters and request body are for method: updateNetworkVcesVceLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVceLicensesLicense",
        "description": "The parameters and request body are for method: deleteNetworkVcesVceLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/licenses": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVceLicenses",
        "description": "The parameters and request body are for method: getNetworkVcesVceLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/entitlements/entitlement/{groupUuid}/{resourceUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/entitlements/entitlement/{groupUuid}/{resourceUuid}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVceEntitlementsEntitlement",
        "description": "The parameters and request body are for method: getNetworkVcesVceEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVceEntitlementsEntitlement",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVceEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVcesVceEntitlementsEntitlement",
        "description": "The parameters and request body are for method: updateNetworkVcesVceEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVceEntitlementsEntitlement",
        "description": "The parameters and request body are for method: deleteNetworkVcesVceEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/entitlements": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVceEntitlements",
        "description": "The parameters and request body are for method: getNetworkVcesVceEntitlements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVcesVceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces/vce/{vnfId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVcesVce",
        "description": "The parameters and request body are for method: getNetworkVcesVce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVcesVce",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVcesVce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVcesVce",
        "description": "The parameters and request body are for method: updateNetworkVcesVce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVcesVce",
        "description": "The parameters and request body are for method: deleteNetworkVcesVce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVces",
        "description": "The parameters and request body are for method: getNetworkVces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfName2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionalResourceZone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps/cp/{cpInstanceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcCpsCpRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcCpsCpRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcCpsCpRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps/cp/{cpInstanceId}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps/cp/{cpInstanceId}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps/cp/{cpInstanceId}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps/cp/{cpInstanceId}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps/cp/{cpInstanceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfcCpsCp",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfcCpsCp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCp",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcCpsCp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVnfcsVnfcCpsCp",
        "description": "The parameters and request body are for method: updateNetworkVnfcsVnfcCpsCp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcCpsCp",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcCpsCp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "cpInstanceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cpInstanceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/cps": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfcCps",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfcCps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfcL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfcL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVnfcsVnfcL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkVnfcsVnfcL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfcL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfcL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVnfcsVnfcL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkVnfcsVnfcL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs/vnfc/{vnfcName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcsVnfc",
        "description": "The parameters and request body are for method: getNetworkVnfcsVnfc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVnfcsVnfc",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVnfcsVnfc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVnfcsVnfc",
        "description": "The parameters and request body are for method: updateNetworkVnfcsVnfc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVnfcsVnfc",
        "description": "The parameters and request body are for method: deleteNetworkVnfcsVnfc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfcName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vnfcs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVnfcs",
        "description": "The parameters and request body are for method: getNetworkVnfcs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfcName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nfcNamingCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nfcFunction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipaddressV4OamVip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inMaint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isClosedLoopDisabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNotation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/subnets/subnet/{subnetId}/host-routes/host-route/{hostRouteId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostRouteId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostRouteId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/subnets/subnet/{subnetId}/host-routes/host-route/{hostRouteId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostRouteId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostRouteId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute",
        "description": "The parameters and request body are for method: updateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostRouteId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hostRouteId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/subnets/subnet/{subnetId}/host-routes": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutes",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "hostRouteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/subnets/subnet/{subnetId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/subnets/subnet/{subnetId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnet",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkSubnetsSubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnet",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkL3NetworksL3NetworkSubnetsSubnet",
        "description": "The parameters and request body are for method: updateNetworkL3NetworksL3NetworkSubnetsSubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnet",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkSubnetsSubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/subnets": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkSubnets",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "subnetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/ctag-assignments/ctag-assignment/{vlanIdInner}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanIdInner",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanIdInner",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/ctag-assignments/ctag-assignment/{vlanIdInner}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanIdInner",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanIdInner",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment",
        "description": "The parameters and request body are for method: updateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanIdInner",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanIdInner",
              "type": "number"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/ctag-assignments": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkCtagAssignments",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkCtagAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/segmentation-assignments/segmentation-assignment/{segmentationId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "segmentationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "segmentationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/segmentation-assignments/segmentation-assignment/{segmentationId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "segmentationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "segmentationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment",
        "description": "The parameters and request body are for method: updateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "segmentationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "segmentationId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/segmentation-assignments": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignments",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkSegmentationAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "segmentationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/aggregate-routes/aggregate-route/{routeId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkAggregateRoutesAggregateRouteRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkAggregateRoutesAggregateRouteRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "routeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkAggregateRoutesAggregateRouteRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkAggregateRoutesAggregateRouteRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "routeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/aggregate-routes/aggregate-route/{routeId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "routeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "routeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute",
        "description": "The parameters and request body are for method: updateNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "routeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkAggregateRoutesAggregateRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "routeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/aggregate-routes": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3NetworkAggregateRoutes",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3NetworkAggregateRoutes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3NetworkRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3NetworkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3NetworkRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3NetworkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks/l3-network/{networkId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3NetworksL3Network",
        "description": "The parameters and request body are for method: getNetworkL3NetworksL3Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkL3NetworksL3Network",
        "description": "The parameters and request body are for method: createOrUpdateNetworkL3NetworksL3Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkL3NetworksL3Network",
        "description": "The parameters and request body are for method: updateNetworkL3NetworksL3Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkL3NetworksL3Network",
        "description": "The parameters and request body are for method: deleteNetworkL3NetworksL3Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/l3-networks": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkL3Networks",
        "description": "The parameters and request body are for method: getNetworkL3Networks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contrailNetworkFqdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/network-policies/network-policy/{networkPolicyId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkPolicyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkPolicyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/network-policies/network-policy/{networkPolicyId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNetworkPoliciesNetworkPolicy",
        "description": "The parameters and request body are for method: getNetworkNetworkPoliciesNetworkPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkPolicyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNetworkPoliciesNetworkPolicy",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNetworkPoliciesNetworkPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkPolicyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNetworkPoliciesNetworkPolicy",
        "description": "The parameters and request body are for method: updateNetworkNetworkPoliciesNetworkPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkPolicyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNetworkPoliciesNetworkPolicy",
        "description": "The parameters and request body are for method: deleteNetworkNetworkPoliciesNetworkPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkPolicyId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/network-policies": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNetworkPolicies",
        "description": "The parameters and request body are for method: getNetworkNetworkPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkPolicyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkPolicyFqdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces/l-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLInterfaces",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces/lag-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/lag-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLagInterfaces",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLagInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/vf-modules/vf-module/{vfModuleId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vfModuleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vfModuleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/vf-modules/vf-module/{vfModuleId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfVfModulesVfModule",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfVfModulesVfModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vfModuleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModule",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vfModuleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfVfModulesVfModule",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfVfModulesVfModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vfModuleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfVfModulesVfModule",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfVfModulesVfModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vfModuleId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/vf-modules": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfVfModules",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfVfModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "vfModuleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfModuleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contrailServiceInstanceFqdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/licenses/license/{groupUuid}/{resourceUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/licenses/license/{groupUuid}/{resourceUuid}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLicensesLicense",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicense",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfLicensesLicense",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfLicensesLicense",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfLicensesLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/licenses": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfLicenses",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/entitlements/entitlement/{groupUuid}/{resourceUuid}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/entitlements/entitlement/{groupUuid}/{resourceUuid}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfEntitlementsEntitlement",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlement",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnfEntitlementsEntitlement",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnfEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlement",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceUuid",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}/entitlements": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnfEntitlements",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnfEntitlements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "groupUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs/generic-vnf/{vnfId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfsGenericVnf",
        "description": "The parameters and request body are for method: getNetworkGenericVnfsGenericVnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkGenericVnfsGenericVnf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkGenericVnfsGenericVnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkGenericVnfsGenericVnf",
        "description": "The parameters and request body are for method: updateNetworkGenericVnfsGenericVnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkGenericVnfsGenericVnf",
        "description": "The parameters and request body are for method: deleteNetworkGenericVnfsGenericVnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/generic-vnfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkGenericVnfs",
        "description": "The parameters and request body are for method: getNetworkGenericVnfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfName2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionalResourceZone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inMaint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isClosedLoopDisabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widgetModelVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nfType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nfFunction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nfRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nfNamingCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lag-links/lag-link/{linkName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLagLinksLagLinkRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLagLinksLagLinkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLagLinksLagLinkRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkLagLinksLagLinkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lag-links/lag-link/{linkName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLagLinksLagLink",
        "description": "The parameters and request body are for method: getNetworkLagLinksLagLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLagLinksLagLink",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLagLinksLagLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkLagLinksLagLink",
        "description": "The parameters and request body are for method: updateNetworkLagLinksLagLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLagLinksLagLink",
        "description": "The parameters and request body are for method: deleteNetworkLagLinksLagLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lag-links": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLagLinks",
        "description": "The parameters and request body are for method: getNetworkLagLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces/l-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvceLInterfaces",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces/newvce/{vnfId2}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvcesNewvce",
        "description": "The parameters and request body are for method: getNetworkNewvcesNewvce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNewvcesNewvce",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNewvcesNewvce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNewvcesNewvce",
        "description": "The parameters and request body are for method: updateNetworkNewvcesNewvce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNewvcesNewvce",
        "description": "The parameters and request body are for method: deleteNetworkNewvcesNewvce. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vnfId2",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/newvces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNewvces",
        "description": "The parameters and request body are for method: getNetworkNewvces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vnfId2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfName2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vnfType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "heatStackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/software-versions/software-version/{softwareVersionId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfSoftwareVersionsSoftwareVersion",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfSoftwareVersionsSoftwareVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "softwareVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "softwareVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfSoftwareVersionsSoftwareVersion",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfSoftwareVersionsSoftwareVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "softwareVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "softwareVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfSoftwareVersionsSoftwareVersion",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfSoftwareVersionsSoftwareVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "softwareVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "softwareVersionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfSoftwareVersionsSoftwareVersion",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfSoftwareVersionsSoftwareVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "softwareVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "softwareVersionId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/software-versions": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfSoftwareVersions",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfSoftwareVersions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/sriov-pfs/sriov-pf/{pfPciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/sriov-pfs/sriov-pf/{pfPciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pfPciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/sriov-pfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceSriovPfs",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceSriovPfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "pfPciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces/p-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfacesPInterface",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfPInterfacesPInterface",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfPInterfacesPInterface",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfPInterfacesPInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/p-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfPInterfaces",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfPInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans/vlan/{vlanInterface}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanInterface",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/vlans": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "vlanInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdInner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs/sriov-vf/{pciId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pciId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/sriov-vfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "pciId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfMacFilter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vfVlanStrip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neutronNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv4-address-list/{l3InterfaceIpv4Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv4Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv4Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}/l3-interface-ipv6-address-list/{l3InterfaceIpv6Address}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "l3InterfaceIpv6Address",
            "in": "path",
            "required": true,
            "schema": {
              "title": "l3InterfaceIpv6Address",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces/l-interface/{interfaceNamePath}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNamePath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceNamePath",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}/l-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfaces",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "interfaceNameQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macaddr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces/lag-interface/{interfaceName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterface",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfLagInterfacesLagInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "interfaceName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/lag-interfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfLagInterfaces",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfLagInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/vrfs/vrf/{vrfId}/route-targets/route-target/{globalRouteTarget}/{routeTargetRole}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfVrfsVrfRouteTargetsRouteTargetRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfVrfsVrfRouteTargetsRouteTargetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfVrfsVrfRouteTargetsRouteTargetRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfVrfsVrfRouteTargetsRouteTargetRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/vrfs/vrf/{vrfId}/route-targets/route-target/{globalRouteTarget}/{routeTargetRole}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfVrfsVrfRouteTargetsRouteTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "globalRouteTarget",
            "in": "path",
            "required": true,
            "schema": {
              "title": "globalRouteTarget",
              "type": "string"
            }
          },
          {
            "name": "routeTargetRole",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTargetRole",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/vrfs/vrf/{vrfId}/route-targets": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfVrfsVrfRouteTargets",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfVrfsVrfRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/vrfs/vrf/{vrfId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfVrfsVrfRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfVrfsVrfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfVrfsVrfRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfVrfsVrfRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/vrfs/vrf/{vrfId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfVrfsVrf",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfVrfsVrf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnfVrfsVrf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnfVrfsVrf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnfVrfsVrf",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnfVrfsVrf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnfVrfsVrf",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnfVrfsVrf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vrfId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}/vrfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnfVrfs",
        "description": "The parameters and request body are for method: getNetworkPnfsPnfVrfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs/pnf/{pnfName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfsPnf",
        "description": "The parameters and request body are for method: getNetworkPnfsPnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPnfsPnf",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPnfsPnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPnfsPnf",
        "description": "The parameters and request body are for method: updateNetworkPnfsPnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPnfsPnf",
        "description": "The parameters and request body are for method: deleteNetworkPnfsPnf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pnfName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/pnfs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPnfs",
        "description": "The parameters and request body are for method: getNetworkPnfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pnfName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orchestrationStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "invStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/physical-links/physical-link/{linkName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/physical-links/physical-link/{linkName}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPhysicalLinksPhysicalLink",
        "description": "The parameters and request body are for method: getNetworkPhysicalLinksPhysicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkPhysicalLinksPhysicalLink",
        "description": "The parameters and request body are for method: createOrUpdateNetworkPhysicalLinksPhysicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkPhysicalLinksPhysicalLink",
        "description": "The parameters and request body are for method: updateNetworkPhysicalLinksPhysicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkPhysicalLinksPhysicalLink",
        "description": "The parameters and request body are for method: deleteNetworkPhysicalLinksPhysicalLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/physical-links": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkPhysicalLinks",
        "description": "The parameters and request body are for method: getNetworkPhysicalLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "circuitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ipsec-configurations/ipsec-configuration/{ipsecConfigurationId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ipsec-configurations/ipsec-configuration/{ipsecConfigurationId}/vig-servers/vig-server/{vigAddressType}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vigAddressType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vigAddressType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ipsec-configurations/ipsec-configuration/{ipsecConfigurationId}/vig-servers/vig-server/{vigAddressType}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer",
        "description": "The parameters and request body are for method: getNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vigAddressType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer",
        "description": "The parameters and request body are for method: createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vigAddressType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer",
        "description": "The parameters and request body are for method: updateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vigAddressType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer",
        "description": "The parameters and request body are for method: deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vigAddressType",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ipsec-configurations/ipsec-configuration/{ipsecConfigurationId}/vig-servers": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServers",
        "description": "The parameters and request body are for method: getNetworkIpsecConfigurationsIpsecConfigurationVigServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "vigAddressType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ipsec-configurations/ipsec-configuration/{ipsecConfigurationId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkIpsecConfigurationsIpsecConfiguration",
        "description": "The parameters and request body are for method: getNetworkIpsecConfigurationsIpsecConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfiguration",
        "description": "The parameters and request body are for method: createOrUpdateNetworkIpsecConfigurationsIpsecConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkIpsecConfigurationsIpsecConfiguration",
        "description": "The parameters and request body are for method: updateNetworkIpsecConfigurationsIpsecConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkIpsecConfigurationsIpsecConfiguration",
        "description": "The parameters and request body are for method: deleteNetworkIpsecConfigurationsIpsecConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipsecConfigurationId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ipsec-configurations": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkIpsecConfigurations",
        "description": "The parameters and request body are for method: getNetworkIpsecConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipsecConfigurationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/route-table-references/route-table-reference/{routeTableReferenceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTableReferenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTableReferenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/route-table-references/route-table-reference/{routeTableReferenceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkRouteTableReferencesRouteTableReference",
        "description": "The parameters and request body are for method: getNetworkRouteTableReferencesRouteTableReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTableReferenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkRouteTableReferencesRouteTableReference",
        "description": "The parameters and request body are for method: createOrUpdateNetworkRouteTableReferencesRouteTableReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTableReferenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkRouteTableReferencesRouteTableReference",
        "description": "The parameters and request body are for method: updateNetworkRouteTableReferencesRouteTableReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTableReferenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkRouteTableReferencesRouteTableReference",
        "description": "The parameters and request body are for method: deleteNetworkRouteTableReferencesRouteTableReference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "routeTableReferenceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/route-table-references": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkRouteTableReferences",
        "description": "The parameters and request body are for method: getNetworkRouteTableReferences. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routeTableReferenceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "routeTableReferenceFqdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/instance-groups/instance-group/{id}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkInstanceGroupsInstanceGroupRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkInstanceGroupsInstanceGroupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkInstanceGroupsInstanceGroupRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkInstanceGroupsInstanceGroupRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/instance-groups/instance-group/{id}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkInstanceGroupsInstanceGroup",
        "description": "The parameters and request body are for method: getNetworkInstanceGroupsInstanceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkInstanceGroupsInstanceGroup",
        "description": "The parameters and request body are for method: createOrUpdateNetworkInstanceGroupsInstanceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkInstanceGroupsInstanceGroup",
        "description": "The parameters and request body are for method: updateNetworkInstanceGroupsInstanceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkInstanceGroupsInstanceGroup",
        "description": "The parameters and request body are for method: deleteNetworkInstanceGroupsInstanceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/instance-groups": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkInstanceGroups",
        "description": "The parameters and request body are for method: getNetworkInstanceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/zones/zone/{zoneId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkZonesZoneRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkZonesZoneRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkZonesZoneRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkZonesZoneRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/zones/zone/{zoneId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkZonesZone",
        "description": "The parameters and request body are for method: getNetworkZonesZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkZonesZone",
        "description": "The parameters and request body are for method: createOrUpdateNetworkZonesZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkZonesZone",
        "description": "The parameters and request body are for method: updateNetworkZonesZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkZonesZone",
        "description": "The parameters and request body are for method: deleteNetworkZonesZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/zones": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkZones",
        "description": "The parameters and request body are for method: getNetworkZones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "zoneId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "designType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zoneContext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/metadata/metadatum/{metaname}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationMetadataMetadatum",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationMetadataMetadatum",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkConfigurationsConfigurationMetadataMetadatum",
        "description": "The parameters and request body are for method: updateNetworkConfigurationsConfigurationMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationMetadataMetadatum",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationMetadataMetadatum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metaname",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/metadata": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationMetadata",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "metaname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/forwarder-evcs/forwarder-evc/{forwarderEvcId}/vlan-mappings/vlan-mapping/{vlanMappingId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMappingRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMappingRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "vlanMappingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanMappingId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMappingRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMappingRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "vlanMappingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanMappingId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/forwarder-evcs/forwarder-evc/{forwarderEvcId}/vlan-mappings/vlan-mapping/{vlanMappingId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "vlanMappingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanMappingId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "vlanMappingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanMappingId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping",
        "description": "The parameters and request body are for method: updateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "vlanMappingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanMappingId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "vlanMappingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanMappingId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/forwarder-evcs/forwarder-evc/{forwarderEvcId}/vlan-mappings": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappings",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/forwarder-evcs/forwarder-evc/{forwarderEvcId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/forwarder-evcs/forwarder-evc/{forwarderEvcId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc",
        "description": "The parameters and request body are for method: updateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "forwarderEvcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwarderEvcId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/forwarder-evcs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationForwarderEvcs",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationForwarderEvcs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/evcs/evc/{evcId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationEvcsEvcRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationEvcsEvcRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "evcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "evcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationEvcsEvcRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationEvcsEvcRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "evcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "evcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/evcs/evc/{evcId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationEvcsEvc",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationEvcsEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "evcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "evcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfigurationEvcsEvc",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfigurationEvcsEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "evcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "evcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkConfigurationsConfigurationEvcsEvc",
        "description": "The parameters and request body are for method: updateNetworkConfigurationsConfigurationEvcsEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "evcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "evcId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfigurationEvcsEvc",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfigurationEvcsEvc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "evcId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "evcId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}/evcs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfigurationEvcs",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfigurationEvcs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations/configuration/{configurationId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurationsConfiguration",
        "description": "The parameters and request body are for method: getNetworkConfigurationsConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConfigurationsConfiguration",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConfigurationsConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkConfigurationsConfiguration",
        "description": "The parameters and request body are for method: updateNetworkConfigurationsConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConfigurationsConfiguration",
        "description": "The parameters and request body are for method: deleteNetworkConfigurationsConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/configurations": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConfigurations",
        "description": "The parameters and request body are for method: getNetworkConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "configurationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/forwarding-paths/forwarding-path/{forwardingPathId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkForwardingPathsForwardingPathRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkForwardingPathsForwardingPathRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkForwardingPathsForwardingPathRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkForwardingPathsForwardingPathRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/forwarding-paths/forwarding-path/{forwardingPathId}/forwarders/forwarder/{sequence}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkForwardingPathsForwardingPathForwardersForwarderRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkForwardingPathsForwardingPathForwardersForwarderRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequence",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkForwardingPathsForwardingPathForwardersForwarderRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkForwardingPathsForwardingPathForwardersForwarderRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequence",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/forwarding-paths/forwarding-path/{forwardingPathId}/forwarders/forwarder/{sequence}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkForwardingPathsForwardingPathForwardersForwarder",
        "description": "The parameters and request body are for method: getNetworkForwardingPathsForwardingPathForwardersForwarder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequence",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkForwardingPathsForwardingPathForwardersForwarder",
        "description": "The parameters and request body are for method: createOrUpdateNetworkForwardingPathsForwardingPathForwardersForwarder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequence",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkForwardingPathsForwardingPathForwardersForwarder",
        "description": "The parameters and request body are for method: updateNetworkForwardingPathsForwardingPathForwardersForwarder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequence",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkForwardingPathsForwardingPathForwardersForwarder",
        "description": "The parameters and request body are for method: deleteNetworkForwardingPathsForwardingPathForwardersForwarder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequence",
              "type": "number"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/forwarding-paths/forwarding-path/{forwardingPathId}/forwarders": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkForwardingPathsForwardingPathForwarders",
        "description": "The parameters and request body are for method: getNetworkForwardingPathsForwardingPathForwarders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "sequence",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/forwarding-paths/forwarding-path/{forwardingPathId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkForwardingPathsForwardingPath",
        "description": "The parameters and request body are for method: getNetworkForwardingPathsForwardingPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkForwardingPathsForwardingPath",
        "description": "The parameters and request body are for method: createOrUpdateNetworkForwardingPathsForwardingPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkForwardingPathsForwardingPath",
        "description": "The parameters and request body are for method: updateNetworkForwardingPathsForwardingPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkForwardingPathsForwardingPath",
        "description": "The parameters and request body are for method: deleteNetworkForwardingPathsForwardingPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardingPathId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/forwarding-paths": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkForwardingPaths",
        "description": "The parameters and request body are for method: getNetworkForwardingPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "forwardingPathId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "forwardingPathName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/collections/collection/{collectionId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkCollectionsCollectionRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkCollectionsCollectionRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkCollectionsCollectionRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkCollectionsCollectionRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/collections/collection/{collectionId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkCollectionsCollection",
        "description": "The parameters and request body are for method: getNetworkCollectionsCollection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkCollectionsCollection",
        "description": "The parameters and request body are for method: createOrUpdateNetworkCollectionsCollection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkCollectionsCollection",
        "description": "The parameters and request body are for method: updateNetworkCollectionsCollection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkCollectionsCollection",
        "description": "The parameters and request body are for method: deleteNetworkCollectionsCollection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/collections": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkCollections",
        "description": "The parameters and request body are for method: getNetworkCollections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "collectionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vlan-tags/vlan-tag/{vlanTagId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVlanTagsVlanTagRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVlanTagsVlanTagRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vlanTagId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanTagId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVlanTagsVlanTagRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkVlanTagsVlanTagRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vlanTagId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanTagId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vlan-tags/vlan-tag/{vlanTagId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVlanTagsVlanTag",
        "description": "The parameters and request body are for method: getNetworkVlanTagsVlanTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vlanTagId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanTagId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkVlanTagsVlanTag",
        "description": "The parameters and request body are for method: createOrUpdateNetworkVlanTagsVlanTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vlanTagId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanTagId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkVlanTagsVlanTag",
        "description": "The parameters and request body are for method: updateNetworkVlanTagsVlanTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vlanTagId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanTagId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkVlanTagsVlanTag",
        "description": "The parameters and request body are for method: deleteNetworkVlanTagsVlanTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vlanTagId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vlanTagId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/vlan-tags": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkVlanTags",
        "description": "The parameters and request body are for method: getNetworkVlanTags. 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": {}
            }
          }
        }
      }
    },
    "/network/connectivities/connectivity/{connectivityId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConnectivitiesConnectivityRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConnectivitiesConnectivityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "connectivityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConnectivitiesConnectivityRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkConnectivitiesConnectivityRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "connectivityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/connectivities/connectivity/{connectivityId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConnectivitiesConnectivity",
        "description": "The parameters and request body are for method: getNetworkConnectivitiesConnectivity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "connectivityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkConnectivitiesConnectivity",
        "description": "The parameters and request body are for method: createOrUpdateNetworkConnectivitiesConnectivity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "connectivityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkConnectivitiesConnectivity",
        "description": "The parameters and request body are for method: updateNetworkConnectivitiesConnectivity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "connectivityId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkConnectivitiesConnectivity",
        "description": "The parameters and request body are for method: deleteNetworkConnectivitiesConnectivity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "connectivityId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/connectivities": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkConnectivities",
        "description": "The parameters and request body are for method: getNetworkConnectivities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "connectivityId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bandwidthProfileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vpnType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorAware",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "couplingFlag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ethtSvcName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessClientId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessTopologyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessNodeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessLtpId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lan-port-configs/lan-port-config/{lanPortConfigId}/dhcp-services/dhcp-service/{dhcpServiceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpServiceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpServiceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dhcpServiceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpServiceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpServiceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dhcpServiceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lan-port-configs/lan-port-config/{lanPortConfigId}/dhcp-services/dhcp-service/{dhcpServiceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService",
        "description": "The parameters and request body are for method: getNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dhcpServiceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dhcpServiceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService",
        "description": "The parameters and request body are for method: updateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dhcpServiceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService",
        "description": "The parameters and request body are for method: deleteNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dhcpServiceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lan-port-configs/lan-port-config/{lanPortConfigId}/dhcp-services": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLanPortConfigsLanPortConfigDhcpServices",
        "description": "The parameters and request body are for method: getNetworkLanPortConfigsLanPortConfigDhcpServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serverIpv4Address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serverIpv6Address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dhcpServiceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lan-port-configs/lan-port-config/{lanPortConfigId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfigRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLanPortConfigsLanPortConfigRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLanPortConfigsLanPortConfigRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkLanPortConfigsLanPortConfigRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lan-port-configs/lan-port-config/{lanPortConfigId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLanPortConfigsLanPortConfig",
        "description": "The parameters and request body are for method: getNetworkLanPortConfigsLanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfig",
        "description": "The parameters and request body are for method: createOrUpdateNetworkLanPortConfigsLanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkLanPortConfigsLanPortConfig",
        "description": "The parameters and request body are for method: updateNetworkLanPortConfigsLanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkLanPortConfigsLanPortConfig",
        "description": "The parameters and request body are for method: deleteNetworkLanPortConfigsLanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "lanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/lan-port-configs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkLanPortConfigs",
        "description": "The parameters and request body are for method: getNetworkLanPortConfigs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lanPortConfigId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lanPortConfigName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipv4Address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipv6Address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/network-resources/network-resource/{networkId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNetworkResourcesNetworkResourceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNetworkResourcesNetworkResourceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNetworkResourcesNetworkResourceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkNetworkResourcesNetworkResourceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/network-resources/network-resource/{networkId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNetworkResourcesNetworkResource",
        "description": "The parameters and request body are for method: getNetworkNetworkResourcesNetworkResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkNetworkResourcesNetworkResource",
        "description": "The parameters and request body are for method: createOrUpdateNetworkNetworkResourcesNetworkResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkNetworkResourcesNetworkResource",
        "description": "The parameters and request body are for method: updateNetworkNetworkResourcesNetworkResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkNetworkResourcesNetworkResource",
        "description": "The parameters and request body are for method: deleteNetworkNetworkResourcesNetworkResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/network-resources": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkNetworkResources",
        "description": "The parameters and request body are for method: getNetworkNetworkResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clientId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "teTopoId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-resources/site-resource/{siteResourceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSiteResourcesSiteResourceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSiteResourcesSiteResourceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "siteResourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSiteResourcesSiteResourceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkSiteResourcesSiteResourceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "siteResourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-resources/site-resource/{siteResourceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSiteResourcesSiteResource",
        "description": "The parameters and request body are for method: getNetworkSiteResourcesSiteResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "siteResourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSiteResourcesSiteResource",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSiteResourcesSiteResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "siteResourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkSiteResourcesSiteResource",
        "description": "The parameters and request body are for method: updateNetworkSiteResourcesSiteResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "siteResourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSiteResourcesSiteResource",
        "description": "The parameters and request body are for method: deleteNetworkSiteResourcesSiteResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "siteResourceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/site-resources": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSiteResources",
        "description": "The parameters and request body are for method: getNetworkSiteResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteResourceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "generatedSiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/sdwan-vpns/sdwan-vpn/{sdwanVpnId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSdwanVpnsSdwanVpnRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSdwanVpnsSdwanVpnRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sdwanVpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSdwanVpnsSdwanVpnRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkSdwanVpnsSdwanVpnRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sdwanVpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/sdwan-vpns/sdwan-vpn/{sdwanVpnId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSdwanVpnsSdwanVpn",
        "description": "The parameters and request body are for method: getNetworkSdwanVpnsSdwanVpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sdwanVpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkSdwanVpnsSdwanVpn",
        "description": "The parameters and request body are for method: createOrUpdateNetworkSdwanVpnsSdwanVpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sdwanVpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkSdwanVpnsSdwanVpn",
        "description": "The parameters and request body are for method: updateNetworkSdwanVpnsSdwanVpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sdwanVpnId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkSdwanVpnsSdwanVpn",
        "description": "The parameters and request body are for method: deleteNetworkSdwanVpnsSdwanVpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sdwanVpnId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/sdwan-vpns": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkSdwanVpns",
        "description": "The parameters and request body are for method: getNetworkSdwanVpns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sdwanVpnId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sdwanVpnName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vxlanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topology",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/devices/device/{deviceId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkDevicesDeviceRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkDevicesDeviceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkDevicesDeviceRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkDevicesDeviceRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/devices/device/{deviceId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkDevicesDevice",
        "description": "The parameters and request body are for method: getNetworkDevicesDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkDevicesDevice",
        "description": "The parameters and request body are for method: createOrUpdateNetworkDevicesDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkDevicesDevice",
        "description": "The parameters and request body are for method: updateNetworkDevicesDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkDevicesDevice",
        "description": "The parameters and request body are for method: deleteNetworkDevicesDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/devices": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkDevices",
        "description": "The parameters and request body are for method: getNetworkDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "esn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vendor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "classParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemIpv4",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "systemIpv6",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/wan-port-configs/wan-port-config/{wanPortConfigId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkWanPortConfigsWanPortConfigRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkWanPortConfigsWanPortConfigRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "wanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkWanPortConfigsWanPortConfigRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkWanPortConfigsWanPortConfigRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "wanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/wan-port-configs/wan-port-config/{wanPortConfigId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkWanPortConfigsWanPortConfig",
        "description": "The parameters and request body are for method: getNetworkWanPortConfigsWanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "wanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkWanPortConfigsWanPortConfig",
        "description": "The parameters and request body are for method: createOrUpdateNetworkWanPortConfigsWanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "wanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkWanPortConfigsWanPortConfig",
        "description": "The parameters and request body are for method: updateNetworkWanPortConfigsWanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "wanPortConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkWanPortConfigsWanPortConfig",
        "description": "The parameters and request body are for method: deleteNetworkWanPortConfigsWanPortConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "wanPortConfigId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/wan-port-configs": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkWanPortConfigs",
        "description": "The parameters and request body are for method: getNetworkWanPortConfigs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "wanPortConfigId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wanPortConfigName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipv4Address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipv6Address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicePortId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wanPortId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationalStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelInvariantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelVersionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ext-aai-networks/ext-aai-network/{aaiId}/esr-system-info/{esrSystemInfoId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfoRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfoRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ext-aai-networks/ext-aai-network/{aaiId}/esr-system-info/{esrSystemInfoId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo",
        "description": "The parameters and request body are for method: getNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo",
        "description": "The parameters and request body are for method: createOrUpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo",
        "description": "The parameters and request body are for method: updateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo",
        "description": "The parameters and request body are for method: deleteNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "esrSystemInfoId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "esrSystemInfoId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ext-aai-networks/ext-aai-network/{aaiId}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetworkRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateNetworkExtAaiNetworksExtAaiNetworkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkExtAaiNetworksExtAaiNetworkRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteNetworkExtAaiNetworksExtAaiNetworkRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ext-aai-networks/ext-aai-network/{aaiId}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkExtAaiNetworksExtAaiNetwork",
        "description": "The parameters and request body are for method: getNetworkExtAaiNetworksExtAaiNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Network"
        ],
        "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetwork",
        "description": "The parameters and request body are for method: createOrUpdateNetworkExtAaiNetworksExtAaiNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Network"
        ],
        "operationId": "updateNetworkExtAaiNetworksExtAaiNetwork",
        "description": "The parameters and request body are for method: updateNetworkExtAaiNetworksExtAaiNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworkExtAaiNetworksExtAaiNetwork",
        "description": "The parameters and request body are for method: deleteNetworkExtAaiNetworksExtAaiNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aaiId",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/network/ext-aai-networks": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkExtAaiNetworks",
        "description": "The parameters and request body are for method: getNetworkExtAaiNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "aaiId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/common/contacts/contact/{contactName}/relationship-list/relationship": {
      "put": {
        "tags": [
          "Common"
        ],
        "operationId": "createOrUpdateCommonContactsContactRelationshipListRelationship",
        "description": "The parameters and request body are for method: createOrUpdateCommonContactsContactRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "contactName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "contactName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Common"
        ],
        "operationId": "deleteCommonContactsContactRelationshipListRelationship",
        "description": "The parameters and request body are for method: deleteCommonContactsContactRelationshipListRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "contactName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "contactName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/common/contacts/contact/{contactName}": {
      "get": {
        "tags": [
          "Common"
        ],
        "operationId": "getCommonContactsContact",
        "description": "The parameters and request body are for method: getCommonContactsContact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "contactName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "contactName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Common"
        ],
        "operationId": "createOrUpdateCommonContactsContact",
        "description": "The parameters and request body are for method: createOrUpdateCommonContactsContact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "contactName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "contactName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Common"
        ],
        "operationId": "updateCommonContactsContact",
        "description": "The parameters and request body are for method: updateCommonContactsContact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "contactName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "contactName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Common"
        ],
        "operationId": "deleteCommonContactsContact",
        "description": "The parameters and request body are for method: deleteCommonContactsContact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "contactName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "contactName",
              "type": "string"
            }
          },
          {
            "name": "resourceVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/common/contacts": {
      "get": {
        "tags": [
          "Common"
        ],
        "operationId": "getCommonContacts",
        "description": "The parameters and request body are for method: getCommonContacts. 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": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}