{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-UBE-MIB",
    "description": "MIB data from `CISCO-UBE-MIB` module.\n\n**Root containers:** 1 (CISCO-UBE-MIB)\n**Paths:** 5 | **Descendants:** 4\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-UBE-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-UBE-MIB:CISCO-UBE-MIB": {
      "get": {
        "summary": "Get CISCO-UBE-MIB",
        "operationId": "get-CISCO-UBE-MIB:CISCO-UBE-MIB",
        "tags": [
          "CISCO-UBE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoUbeMIBObjects": {
                      "type": "object",
                      "properties": {
                        "cubeEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cubeVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cubeTotalSessionAllowed": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-UBE-MIB:CISCO-UBE-MIB": {
                    "ciscoUbeMIBObjects": {
                      "cubeEnabled": true,
                      "cubeVersion": "configured-value",
                      "cubeTotalSessionAllowed": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-UBE-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-UBE-MIB:CISCO-UBE-MIB/ciscoUbeMIBObjects": {
      "get": {
        "summary": "Get ciscoUbeMIBObjects",
        "operationId": "get-CISCO-UBE-MIB:CISCO-UBE-MIB-ciscoUbeMIBObjects",
        "tags": [
          "CISCO-UBE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cubeEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cubeVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cubeTotalSessionAllowed": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-UBE-MIB:ciscoUbeMIBObjects": {
                    "cubeEnabled": true,
                    "cubeVersion": "configured-value",
                    "cubeTotalSessionAllowed": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoUbeMIBObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-UBE-MIB:CISCO-UBE-MIB/ciscoUbeMIBObjects/cubeEnabled": {
      "get": {
        "summary": "Get cubeEnabled",
        "operationId": "get-CISCO-UBE-MIB:CISCO-UBE-MIB-ciscoUbeMIBObjects-cubeEnabled",
        "tags": [
          "CISCO-UBE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-UBE-MIB:cubeEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cubeEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-UBE-MIB:CISCO-UBE-MIB/ciscoUbeMIBObjects/cubeVersion": {
      "get": {
        "summary": "Get cubeVersion",
        "operationId": "get-CISCO-UBE-MIB:CISCO-UBE-MIB-ciscoUbeMIBObjects-cubeVersion",
        "tags": [
          "CISCO-UBE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-UBE-MIB:cubeVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cubeVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-UBE-MIB:CISCO-UBE-MIB/ciscoUbeMIBObjects/cubeTotalSessionAllowed": {
      "get": {
        "summary": "Get cubeTotalSessionAllowed",
        "operationId": "get-CISCO-UBE-MIB:CISCO-UBE-MIB-ciscoUbeMIBObjects-cubeTotalSessionAllowed",
        "tags": [
          "CISCO-UBE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-UBE-MIB:cubeTotalSessionAllowed": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cubeTotalSessionAllowed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
