{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/oci/card/{pathv1}": {
      "get": {
        "tags": [
          "card"
        ],
        "operationId": "getCards",
        "description": "The parameters and request body are for method: getCards. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "slotOccupancy": {
                      "type": "number"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/card",
                  "id": 1,
                  "href": "oci/card/1",
                  "transientAttributes": {},
                  "name": "04|WS-X6716-10G-3C",
                  "_type": "WS-X6716-10G-3C",
                  "role": "",
                  "description": "",
                  "slotOccupancy": 1,
                  "serialNumber": "",
                  "inServiceDate": "2011-05-11T00:00:00.000Z",
                  "status": "Live",
                  "key": {
                    "type": "oci/cardKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "card"
        ],
        "operationId": "updateCard",
        "description": "The parameters and request body are for method: updateCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "slotOccupancy": {
                      "type": "number"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/card",
                  "id": 1,
                  "href": "oci/card/1",
                  "transientAttributes": {},
                  "name": "04|WS-X6716-10G-3C",
                  "_type": "WS-X6716-10G-3C",
                  "role": "",
                  "description": "",
                  "slotOccupancy": 1,
                  "serialNumber": "",
                  "inServiceDate": "2011-05-11T00:00:00.000Z",
                  "status": "Live",
                  "key": {
                    "type": "oci/cardKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/cardtemplate/{pathv1}": {
      "get": {
        "tags": [
          "card"
        ],
        "operationId": "getCardTemplates",
        "description": "The parameters and request body are for method: getCardTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "slotOccupancy": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/cardtemplate",
                  "id": 1,
                  "href": "oci/cardtemplate/1",
                  "transientAttributes": {},
                  "_type": "CardType1",
                  "slotOccupancy": 1,
                  "status": "Ordered",
                  "name": "MIKETESTsfafdf",
                  "key": {
                    "type": "oci/cardtemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "card"
        ],
        "operationId": "updateCardTemplate",
        "description": "The parameters and request body are for method: updateCardTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "slotOccupancy": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/cardtemplate",
                  "id": 1,
                  "href": "oci/cardtemplate/1",
                  "transientAttributes": {},
                  "_type": "CardType1",
                  "slotOccupancy": 1,
                  "status": "Ordered",
                  "name": "MIKETESTsfafdf",
                  "key": {
                    "type": "oci/cardtemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "card"
        ],
        "operationId": "deleteCardTemplate",
        "description": "The parameters and request body are for method: deleteCardTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/card": {
      "post": {
        "tags": [
          "card"
        ],
        "operationId": "createCard",
        "description": "The parameters and request body are for method: createCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "slotOccupancy": {
                      "type": "number"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/card",
                  "id": 1,
                  "href": "oci/card/1",
                  "transientAttributes": {},
                  "name": "04|WS-X6716-10G-3C",
                  "_type": "WS-X6716-10G-3C",
                  "role": "",
                  "description": "",
                  "slotOccupancy": 1,
                  "serialNumber": "",
                  "inServiceDate": "2011-05-11T00:00:00.000Z",
                  "status": "Live",
                  "key": {
                    "type": "oci/cardKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/cardtemplate": {
      "post": {
        "tags": [
          "card"
        ],
        "operationId": "createCardTemplate",
        "description": "The parameters and request body are for method: createCardTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/containertemplate",
                  "id": 1,
                  "href": "oci/containertemplate/1",
                  "transientAttributes": {},
                  "key": {
                    "type": "oci/containertemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/card/{pathv1}/cascadeDelete": {
      "post": {
        "tags": [
          "card"
        ],
        "operationId": "deleteCard",
        "description": "The parameters and request body are for method: deleteCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "slotOccupancy": {
                      "type": "number"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/card",
                  "id": 1,
                  "href": "oci/card/1",
                  "transientAttributes": {},
                  "name": "04|WS-X6716-10G-3C",
                  "_type": "WS-X6716-10G-3C",
                  "role": "",
                  "description": "",
                  "slotOccupancy": 1,
                  "serialNumber": "",
                  "inServiceDate": "2011-05-11T00:00:00.000Z",
                  "status": "Live",
                  "key": {
                    "type": "oci/cardKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/container/{pathv1}": {
      "get": {
        "tags": [
          "container"
        ],
        "operationId": "getContainers",
        "description": "The parameters and request body are for method: getContainers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/container",
                  "id": 1,
                  "href": "oci/container/1",
                  "transientAttributes": {},
                  "name": "001.02",
                  "_type": "RACK",
                  "vendor": "ERICSSON",
                  "model": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/containerKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "container"
        ],
        "operationId": "updateContainer",
        "description": "The parameters and request body are for method: updateContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/container",
                  "id": 1,
                  "href": "oci/container/1",
                  "transientAttributes": {},
                  "name": "001.02",
                  "_type": "RACK",
                  "vendor": "ERICSSON",
                  "model": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/containerKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/containertemplate/{pathv1}": {
      "get": {
        "tags": [
          "container"
        ],
        "operationId": "getContainerTemplates",
        "description": "The parameters and request body are for method: getContainerTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/containertemplate",
                  "id": 3,
                  "href": "oci/containertemplate/3",
                  "transientAttributes": {},
                  "_type": "ROUTER",
                  "vendor": "SIEMENS",
                  "status": "Ordered",
                  "name": "MIKETEST",
                  "key": {
                    "type": "oci/containertemplateKey",
                    "keyValue": 3
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "container"
        ],
        "operationId": "updateContainerTemplate",
        "description": "The parameters and request body are for method: updateContainerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/containertemplate",
                  "id": 3,
                  "href": "oci/containertemplate/3",
                  "transientAttributes": {},
                  "_type": "ROUTER",
                  "vendor": "SIEMENS",
                  "status": "Ordered",
                  "name": "MIKETEST",
                  "key": {
                    "type": "oci/containertemplateKey",
                    "keyValue": 3
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "container"
        ],
        "operationId": "deleteContainerTemplate",
        "description": "The parameters and request body are for method: deleteContainerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/container": {
      "post": {
        "tags": [
          "container"
        ],
        "operationId": "createContainer",
        "description": "The parameters and request body are for method: createContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/container",
                  "id": 1,
                  "href": "oci/container/1",
                  "transientAttributes": {},
                  "name": "001.02",
                  "_type": "RACK",
                  "vendor": "ERICSSON",
                  "model": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/containerKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/containertemplate": {
      "post": {
        "tags": [
          "container"
        ],
        "operationId": "createContainerTemplate",
        "description": "The parameters and request body are for method: createContainerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/containertemplate",
                  "id": 3,
                  "href": "oci/containertemplate/3",
                  "transientAttributes": {},
                  "key": {
                    "type": "oci/containertemplateKey",
                    "keyValue": 3
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/container/{pathv1}/cascadeDelete": {
      "post": {
        "tags": [
          "container"
        ],
        "operationId": "deleteContainer",
        "description": "The parameters and request body are for method: deleteContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/container",
                  "id": 1,
                  "href": "oci/container/1",
                  "transientAttributes": {},
                  "name": "001.02",
                  "_type": "RACK",
                  "vendor": "ERICSSON",
                  "model": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/containerKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/equipment": {
      "get": {
        "tags": [
          "equipment"
        ],
        "operationId": "getEquipments",
        "description": "The parameters and request body are for method: getEquipments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "type": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "href": {
                        "type": "string"
                      },
                      "transientAttributes": {
                        "type": "object"
                      },
                      "name": {
                        "type": "string"
                      },
                      "_type": {
                        "type": "string"
                      },
                      "vendor": {
                        "type": "string"
                      },
                      "model": {
                        "type": "string"
                      },
                      "unitOfMeasure": {
                        "type": "string"
                      },
                      "networkId": {
                        "type": "string"
                      },
                      "serialNumber": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "dimensionUnits": {
                        "type": "string"
                      },
                      "dimDepth": {
                        "type": "number"
                      },
                      "dimHeight": {
                        "type": "number"
                      },
                      "dimWidth": {
                        "type": "number"
                      },
                      "key": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "keyValue": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "type": "oci/container",
                    "id": 1,
                    "href": "oci/container/1",
                    "transientAttributes": {},
                    "name": "001.02",
                    "_type": "RACK",
                    "vendor": "ERICSSON",
                    "model": "",
                    "unitOfMeasure": "Inch",
                    "networkId": "",
                    "serialNumber": "",
                    "status": "Live",
                    "dimensionUnits": "INCHES",
                    "dimDepth": 0,
                    "dimHeight": 0,
                    "dimWidth": 0,
                    "key": {
                      "type": "oci/containerKey",
                      "keyValue": 1
                    }
                  },
                  {
                    "type": "oci/container",
                    "id": 2,
                    "href": "oci/container/2",
                    "transientAttributes": {},
                    "name": "001.02",
                    "_type": "RACK",
                    "vendor": "ERICSSON",
                    "model": "",
                    "unitOfMeasure": "Inch",
                    "networkId": "",
                    "serialNumber": "",
                    "status": "Live",
                    "dimensionUnits": "INCHES",
                    "dimDepth": 0,
                    "dimHeight": 0,
                    "dimWidth": 0,
                    "key": {
                      "type": "oci/containerKey",
                      "keyValue": 2
                    }
                  },
                  {
                    "type": "oci/shelf",
                    "id": 63,
                    "href": "oci/shelf/63",
                    "transientAttributes": {},
                    "name": "001.02.1F.CATALYST 6509-E SWITCH",
                    "_type": "SWITCH",
                    "vendor": "CISCO",
                    "model": "6509-E",
                    "swRev": "",
                    "unitOfMeasure": "Inch",
                    "networkId": "",
                    "serialNumber": "",
                    "inServiceDate": "2007-01-10T00:00:00.000Z",
                    "status": "Live",
                    "dimensionUnits": "INCHES",
                    "dimDepth": 0,
                    "dimDistToBase": 0,
                    "dimHeight": 0,
                    "dimWidth": 0,
                    "shelf": "",
                    "key": {
                      "type": "oci/shelfKey",
                      "keyValue": 63
                    }
                  },
                  {
                    "type": "oci/shelf",
                    "id": 64,
                    "href": "oci/shelf/64",
                    "transientAttributes": {},
                    "name": "CORE-ATL-1",
                    "_type": "ROUTER",
                    "vendor": "CISCO",
                    "model": "CSR1000v",
                    "status": "Live",
                    "lastModifiedOn": "2018-08-16T04:34:09.108Z",
                    "lastModifiedBy": "jonathonspaeth",
                    "lockedOn": "2018-08-16T04:32:36.336Z",
                    "lockedBy": "jonathonspaeth",
                    "lockOwner": "session:d8bcd38a-7d9b-4177-b589-80f464829755",
                    "key": {
                      "type": "oci/shelfKey",
                      "keyValue": 64
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/port/{pathv1}": {
      "get": {
        "tags": [
          "port"
        ],
        "operationId": "getPorts",
        "description": "The parameters and request body are for method: getPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "connectorType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/port",
                  "id": 1,
                  "href": "oci/port/1",
                  "transientAttributes": {},
                  "name": "1",
                  "status": "Admin",
                  "role": "",
                  "connectorType": "X2",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "oci/portKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "port"
        ],
        "operationId": "updatePort",
        "description": "The parameters and request body are for method: updatePort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "connectorType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/port",
                  "id": 1,
                  "href": "oci/port/1",
                  "transientAttributes": {},
                  "name": "1",
                  "status": "Admin",
                  "role": "",
                  "connectorType": "X2",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "oci/portKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/porttemplate/{pathv1}": {
      "get": {
        "tags": [
          "port"
        ],
        "operationId": "getPortTemplates",
        "description": "The parameters and request body are for method: getPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    },
                    "connectorType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/porttemplate",
                  "id": 1,
                  "href": "oci/porttemplate/1",
                  "transientAttributes": {},
                  "status": "OK",
                  "connectorType": "BNC",
                  "bandWidth": "1000BASET",
                  "name": "MIKETESTdsds",
                  "key": {
                    "type": "oci/porttemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "port"
        ],
        "operationId": "updatePortTemplate",
        "description": "The parameters and request body are for method: updatePortTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    },
                    "connectorType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/porttemplate",
                  "id": 1,
                  "href": "oci/porttemplate/1",
                  "transientAttributes": {},
                  "status": "OK",
                  "connectorType": "BNC",
                  "bandWidth": "1000BASET",
                  "name": "MIKETESTdsds",
                  "key": {
                    "type": "oci/porttemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "port"
        ],
        "operationId": "deletePortTemplate",
        "description": "The parameters and request body are for method: deletePortTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/port": {
      "post": {
        "tags": [
          "port"
        ],
        "operationId": "createPort",
        "description": "The parameters and request body are for method: createPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "connectorType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/port",
                  "id": 1,
                  "href": "oci/port/1",
                  "transientAttributes": {},
                  "name": "1",
                  "status": "Admin",
                  "role": "",
                  "connectorType": "X2",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "oci/portKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/porttemplate": {
      "post": {
        "tags": [
          "port"
        ],
        "operationId": "createPortTemplate",
        "description": "The parameters and request body are for method: createPortTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/porttemplate",
                  "id": 1,
                  "href": "oci/porttemplate/1",
                  "transientAttributes": {},
                  "key": {
                    "type": "oci/porttemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/port/{pathv1}/cascadeDelete": {
      "post": {
        "tags": [
          "port"
        ],
        "operationId": "deletePort",
        "description": "The parameters and request body are for method: deletePort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "connectorType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/port",
                  "id": 1,
                  "href": "oci/port/1",
                  "transientAttributes": {},
                  "name": "1",
                  "status": "Admin",
                  "role": "",
                  "connectorType": "X2",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "oci/portKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/shelf/{pathv1}": {
      "get": {
        "tags": [
          "shelf"
        ],
        "operationId": "getShelves",
        "description": "The parameters and request body are for method: getShelves. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "swRev": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "shelf": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelf",
                  "id": 32,
                  "href": "oci/shelf/32",
                  "transientAttributes": {},
                  "name": "001.01.1F.CATALYST 3650 SWITCH",
                  "_type": "SWITCH",
                  "vendor": "CISCO",
                  "model": "WS-C3650-48TS",
                  "swRev": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "inServiceDate": "2007-05-20T00:00:00.000Z",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "shelf": "",
                  "key": {
                    "type": "oci/shelfKey",
                    "keyValue": 32
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "shelf"
        ],
        "operationId": "updateShelf",
        "description": "The parameters and request body are for method: updateShelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "swRev": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "shelf": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelf",
                  "id": 32,
                  "href": "oci/shelf/32",
                  "transientAttributes": {},
                  "name": "001.01.1F.CATALYST 3650 SWITCH",
                  "_type": "SWITCH",
                  "vendor": "CISCO",
                  "model": "WS-C3650-48TS",
                  "swRev": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "inServiceDate": "2007-05-20T00:00:00.000Z",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "shelf": "",
                  "key": {
                    "type": "oci/shelfKey",
                    "keyValue": 32
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/shelftemplate/{pathv1}": {
      "get": {
        "tags": [
          "shelf"
        ],
        "operationId": "getShelfTemplates",
        "description": "The parameters and request body are for method: getShelfTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelftemplate",
                  "id": 1,
                  "href": "oci/shelftemplate/1",
                  "transientAttributes": {},
                  "_type": "TYPE1",
                  "vendor": "VENDOR1",
                  "status": "Ordered",
                  "name": "STUFF",
                  "key": {
                    "type": "oci/shelftemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "shelf"
        ],
        "operationId": "updateShelfTemplate",
        "description": "The parameters and request body are for method: updateShelfTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelftemplate",
                  "id": 1,
                  "href": "oci/shelftemplate/1",
                  "transientAttributes": {},
                  "_type": "TYPE1",
                  "vendor": "VENDOR1",
                  "status": "Ordered",
                  "name": "STUFF",
                  "key": {
                    "type": "oci/shelftemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "shelf"
        ],
        "operationId": "deleteShelfTemplate",
        "description": "The parameters and request body are for method: deleteShelfTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/shelf": {
      "post": {
        "tags": [
          "shelf"
        ],
        "operationId": "createShelf",
        "description": "The parameters and request body are for method: createShelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "swRev": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "shelf": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelf",
                  "id": 32,
                  "href": "oci/shelf/32",
                  "transientAttributes": {},
                  "name": "001.01.1F.CATALYST 3650 SWITCH",
                  "_type": "SWITCH",
                  "vendor": "CISCO",
                  "model": "WS-C3650-48TS",
                  "swRev": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "inServiceDate": "2007-05-20T00:00:00.000Z",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "shelf": "",
                  "key": {
                    "type": "oci/shelfKey",
                    "keyValue": 32
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/shelftemplate": {
      "post": {
        "tags": [
          "shelf"
        ],
        "operationId": "createShelfTemplate",
        "description": "The parameters and request body are for method: createShelfTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelftemplate",
                  "id": 1,
                  "href": "oci/shelftemplate/2",
                  "transientAttributes": {},
                  "key": {
                    "type": "oci/shelftemplateKey",
                    "keyValue": 2
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/shelf/{pathv1}/cascadeDelete": {
      "post": {
        "tags": [
          "shelf"
        ],
        "operationId": "deleteShelf",
        "description": "The parameters and request body are for method: deleteShelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "vendor": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "swRev": {
                      "type": "string"
                    },
                    "unitOfMeasure": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "inServiceDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "shelf": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/shelf",
                  "id": 32,
                  "href": "oci/shelf/32",
                  "transientAttributes": {},
                  "name": "001.01.1F.CATALYST 3650 SWITCH",
                  "_type": "SWITCH",
                  "vendor": "CISCO",
                  "model": "WS-C3650-48TS",
                  "swRev": "",
                  "unitOfMeasure": "Inch",
                  "networkId": "",
                  "serialNumber": "",
                  "inServiceDate": "2007-05-20T00:00:00.000Z",
                  "status": "Live",
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "shelf": "",
                  "key": {
                    "type": "oci/shelfKey",
                    "keyValue": 32
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/site/{pathv1}": {
      "get": {
        "tags": [
          "site"
        ],
        "operationId": "getSites",
        "description": "The parameters and request body are for method: getSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "site"
        ],
        "operationId": "updateSite",
        "description": "The parameters and request body are for method: updateSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/sitetemplate/{pathv1}": {
      "get": {
        "tags": [
          "site"
        ],
        "operationId": "getSiteTemplates",
        "description": "The parameters and request body are for method: getSiteTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/sitetemplate",
                  "id": 1,
                  "href": "oci/sitetemplate/1",
                  "transientAttributes": {},
                  "status": "Ordered",
                  "_type": "OTHER",
                  "name": "MIKETEST",
                  "key": {
                    "type": "oci/sitetemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "site"
        ],
        "operationId": "updateSiteTemplate",
        "description": "The parameters and request body are for method: updateSiteTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/sitetemplate",
                  "id": 1,
                  "href": "oci/sitetemplate/1",
                  "transientAttributes": {},
                  "status": "Ordered",
                  "_type": "OTHER",
                  "name": "MIKETEST",
                  "key": {
                    "type": "oci/sitetemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "site"
        ],
        "operationId": "deleteSiteTemplate",
        "description": "The parameters and request body are for method: deleteSiteTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/site": {
      "post": {
        "tags": [
          "site"
        ],
        "operationId": "createSite",
        "description": "The parameters and request body are for method: createSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/sitetemplate": {
      "post": {
        "tags": [
          "site"
        ],
        "operationId": "createSiteTemplate",
        "description": "The parameters and request body are for method: createSiteTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/sitetemplate",
                  "id": 1,
                  "href": "oci/sitetemplate/1",
                  "transientAttributes": {},
                  "key": {
                    "type": "oci/sitetemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/site/{pathv1}/cascadeDelete": {
      "post": {
        "tags": [
          "site"
        ],
        "operationId": "deleteSite",
        "description": "The parameters and request body are for method: deleteSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/slot/{pathv1}": {
      "get": {
        "tags": [
          "slot"
        ],
        "operationId": "getSlots",
        "description": "The parameters and request body are for method: getSlots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "relOrder": {
                      "type": "number"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slot",
                  "id": 1,
                  "href": "oci/slot/1",
                  "transientAttributes": {},
                  "name": "4",
                  "relOrder": 1,
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/slotKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "slot"
        ],
        "operationId": "updateSlot",
        "description": "The parameters and request body are for method: updateSlot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "relOrder": {
                      "type": "number"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slot",
                  "id": 1,
                  "href": "oci/slot/1",
                  "transientAttributes": {},
                  "name": "4",
                  "relOrder": 1,
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/slotKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/slottemplate/{pathv1}": {
      "get": {
        "tags": [
          "slot"
        ],
        "operationId": "getSlotTemplates",
        "description": "The parameters and request body are for method: getSlotTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "relOrder": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slottemplate",
                  "id": 1,
                  "href": "oci/slottemplate/1",
                  "transientAttributes": {},
                  "relOrder": 1,
                  "name": "MIKETEST",
                  "key": {
                    "type": "oci/slottemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "slot"
        ],
        "operationId": "updateSlotTemplate",
        "description": "The parameters and request body are for method: updateSlotTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "relOrder": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slottemplate",
                  "id": 1,
                  "href": "oci/slottemplate/1",
                  "transientAttributes": {},
                  "relOrder": 1,
                  "name": "MIKETEST",
                  "key": {
                    "type": "oci/slottemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "slot"
        ],
        "operationId": "deleteSlotTemplate",
        "description": "The parameters and request body are for method: deleteSlotTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/slot": {
      "post": {
        "tags": [
          "slot"
        ],
        "operationId": "createSlot",
        "description": "The parameters and request body are for method: createSlot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "relOrder": {
                      "type": "number"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slot",
                  "id": 1,
                  "href": "oci/slot/1",
                  "transientAttributes": {},
                  "name": "4",
                  "relOrder": 1,
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/slotKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/slottemplate": {
      "post": {
        "tags": [
          "slot"
        ],
        "operationId": "createSlotTemplate",
        "description": "The parameters and request body are for method: createSlotTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slottemplate",
                  "id": 1,
                  "href": "oci/slottemplate/1",
                  "transientAttributes": {},
                  "key": {
                    "type": "oci/slottemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/oci/slot/{pathv1}/cascadeDelete": {
      "post": {
        "tags": [
          "slot"
        ],
        "operationId": "deleteSlot",
        "description": "The parameters and request body are for method: deleteSlot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "relOrder": {
                      "type": "number"
                    },
                    "dimensionUnits": {
                      "type": "string"
                    },
                    "dimDepth": {
                      "type": "number"
                    },
                    "dimDistToBase": {
                      "type": "number"
                    },
                    "dimHeight": {
                      "type": "number"
                    },
                    "dimWidth": {
                      "type": "number"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/slot",
                  "id": 1,
                  "href": "oci/slot/1",
                  "transientAttributes": {},
                  "name": "4",
                  "relOrder": 1,
                  "dimensionUnits": "INCHES",
                  "dimDepth": 0,
                  "dimDistToBase": 0,
                  "dimHeight": 0,
                  "dimWidth": 0,
                  "key": {
                    "type": "oci/slotKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/occ/trail/{pathv1}": {
      "get": {
        "tags": [
          "trail"
        ],
        "operationId": "getTrails",
        "description": "The parameters and request body are for method: getTrails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "revisionNumber": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "revisionGroupKey": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trail",
                  "id": 1,
                  "href": "occ/trail/1",
                  "transientAttributes": {},
                  "revisionNumber": 1,
                  "name": "BERKELE1-BERKELE2-ETRANS-10GE-0001",
                  "comments": "",
                  "status": "ACTIVE",
                  "revisionGroupKey": {
                    "type": "revisionGroupKey",
                    "keyValue": 141
                  },
                  "_type": "BACKBONE_LINK",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "occ/trailKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "trail"
        ],
        "operationId": "updateTrail",
        "description": "The parameters and request body are for method: updateTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "revisionNumber": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "revisionGroupKey": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trail",
                  "id": 1,
                  "href": "occ/trail/1",
                  "transientAttributes": {},
                  "revisionNumber": 1,
                  "name": "BERKELE1-BERKELE2-ETRANS-10GE-0001",
                  "comments": "",
                  "status": "ACTIVE",
                  "revisionGroupKey": {
                    "type": "revisionGroupKey",
                    "keyValue": 141
                  },
                  "_type": "BACKBONE_LINK",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "occ/trailKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "trail"
        ],
        "operationId": "deleteTrail",
        "description": "The parameters and request body are for method: deleteTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "revisionNumber": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "revisionGroupKey": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trail",
                  "id": 1,
                  "href": "occ/trail/1",
                  "transientAttributes": {},
                  "revisionNumber": 1,
                  "name": "BERKELE1-BERKELE2-ETRANS-10GE-0001",
                  "comments": "",
                  "status": "ACTIVE",
                  "revisionGroupKey": {
                    "type": "revisionGroupKey",
                    "keyValue": 141
                  },
                  "_type": "BACKBONE_LINK",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "occ/trailKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/occ/trail/get": {
      "get": {
        "tags": [
          "trail"
        ],
        "operationId": "getTrailQuery",
        "description": "The parameters and request body are for method: getTrailQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "revisionNumber": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "revisionGroupKey": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trail",
                  "id": 1,
                  "href": "occ/trail/1",
                  "transientAttributes": {},
                  "revisionNumber": 1,
                  "name": "BERKELE1-BERKELE2-ETRANS-10GE-0001",
                  "comments": "",
                  "status": "ACTIVE",
                  "revisionGroupKey": {
                    "type": "revisionGroupKey",
                    "keyValue": 141
                  },
                  "_type": "BACKBONE_LINK",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "occ/trailKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/occ/trailtemplate/{pathv1}": {
      "get": {
        "tags": [
          "trail"
        ],
        "operationId": "getTrailTemplates",
        "description": "The parameters and request body are for method: getTrailTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trailtemplate",
                  "id": 1,
                  "href": "occ/trailtemplate/1",
                  "transientAttributes": {},
                  "_type": "SERVICE",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "25 MBPS",
                  "status": "PENDING",
                  "name": "MIKETESTdsds",
                  "key": {
                    "type": "occ/trailtemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "trail"
        ],
        "operationId": "updateTrailTemplate",
        "description": "The parameters and request body are for method: updateTrailTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trailtemplate",
                  "id": 1,
                  "href": "occ/trailtemplate/1",
                  "transientAttributes": {},
                  "_type": "SERVICE",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "25 MBPS",
                  "status": "PENDING",
                  "name": "MIKETESTdsds",
                  "key": {
                    "type": "occ/trailtemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "trail"
        ],
        "operationId": "deleteTrailTemplate",
        "description": "The parameters and request body are for method: deleteTrailTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": {}
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/occ/trail": {
      "post": {
        "tags": [
          "trail"
        ],
        "operationId": "createTrail",
        "description": "The parameters and request body are for method: createTrail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "revisionNumber": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "revisionGroupKey": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trail",
                  "id": 1,
                  "href": "occ/trail/1",
                  "transientAttributes": {},
                  "revisionNumber": 1,
                  "name": "BERKELE1-BERKELE2-ETRANS-10GE-0001",
                  "comments": "",
                  "status": "ACTIVE",
                  "revisionGroupKey": {
                    "type": "revisionGroupKey",
                    "keyValue": 141
                  },
                  "_type": "BACKBONE_LINK",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "occ/trailKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/occ/trailtemplate": {
      "post": {
        "tags": [
          "trail"
        ],
        "operationId": "createTrailTemplate",
        "description": "The parameters and request body are for method: createTrailTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trailtemplate",
                  "id": 1,
                  "href": "occ/trailtemplate/1",
                  "transientAttributes": {},
                  "key": {
                    "type": "occ/trailtemplateKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/occ/trail/updateBySite": {
      "put": {
        "tags": [
          "trail"
        ],
        "operationId": "updateTrailBySite",
        "description": "The parameters and request body are for method: updateTrailBySite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "revisionNumber": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "revisionGroupKey": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    },
                    "_type": {
                      "type": "string"
                    },
                    "assignmentType": {
                      "type": "string"
                    },
                    "protectionType": {
                      "type": "string"
                    },
                    "bandWidth": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "occ/trail",
                  "id": 1,
                  "href": "occ/trail/1",
                  "transientAttributes": {},
                  "revisionNumber": 1,
                  "name": "BERKELE1-BERKELE2-ETRANS-10GE-0001",
                  "comments": "",
                  "status": "ACTIVE",
                  "revisionGroupKey": {
                    "type": "revisionGroupKey",
                    "keyValue": 141
                  },
                  "_type": "BACKBONE_LINK",
                  "assignmentType": "NONE",
                  "protectionType": "NONE",
                  "bandWidth": "10BASET",
                  "key": {
                    "type": "occ/trailKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}?{query}": {
      "get": {
        "tags": [
          "generic"
        ],
        "operationId": "getGenerics",
        "description": "The parameters and request body are for method: getGenerics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "generic"
        ],
        "operationId": "updateGeneric",
        "description": "The parameters and request body are for method: updateGeneric. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{pathv1}/{pathv2}/{pathv3}/{pathv4}?{query}": {
      "post": {
        "tags": [
          "generic"
        ],
        "operationId": "createGeneric",
        "description": "The parameters and request body are for method: createGeneric. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    },
                    "transientAttributes": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "_type": {
                      "type": "string"
                    },
                    "contacts": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "floor": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "stateProv": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "room": {
                      "type": "string"
                    },
                    "postalCode1": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "keyValue": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "oci/site",
                  "id": 1,
                  "href": "oci/site/1",
                  "transientAttributes": {},
                  "name": "BERKELE1",
                  "siteId": "BERKELE1",
                  "status": "Live",
                  "_type": "LEC",
                  "contacts": "",
                  "country": "U.S.A.",
                  "floor": "",
                  "address": "",
                  "stateProv": "CA",
                  "city": "Berkeley",
                  "room": "",
                  "postalCode1": "",
                  "latitude": "37.879340",
                  "longitude": "-122.268978",
                  "key": {
                    "type": "oci/siteKey",
                    "keyValue": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}