{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-AAL5-MIB",
    "description": "MIB data from `CISCO-AAL5-MIB` module.\n\n**Root containers:** 12 (cAal5VccInPkts, cAal5VccOutPkts, cAal5VccInOctets, cAal5VccOutOctets, cAal5VccInDroppedPkts...)\n**Paths:** 12 | **Descendants:** 0\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-AAL5-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-AAL5-MIB:cAal5VccInPkts": {
      "get": {
        "summary": "Get cAal5VccInPkts",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccInPkts",
        "tags": [
          "cAal5VccInPkts"
        ],
        "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-AAL5-MIB:cAal5VccInPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccOutPkts": {
      "get": {
        "summary": "Get cAal5VccOutPkts",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccOutPkts",
        "tags": [
          "cAal5VccOutPkts"
        ],
        "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-AAL5-MIB:cAal5VccOutPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccInOctets": {
      "get": {
        "summary": "Get cAal5VccInOctets",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccInOctets",
        "tags": [
          "cAal5VccInOctets"
        ],
        "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-AAL5-MIB:cAal5VccInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccOutOctets": {
      "get": {
        "summary": "Get cAal5VccOutOctets",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccOutOctets",
        "tags": [
          "cAal5VccOutOctets"
        ],
        "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-AAL5-MIB:cAal5VccOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccInDroppedPkts": {
      "get": {
        "summary": "Get cAal5VccInDroppedPkts",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccInDroppedPkts",
        "tags": [
          "cAal5VccInDroppedPkts"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-AAL5-MIB:cAal5VccInDroppedPkts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccInDroppedPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccOutDroppedPkts": {
      "get": {
        "summary": "Get cAal5VccOutDroppedPkts",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccOutDroppedPkts",
        "tags": [
          "cAal5VccOutDroppedPkts"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-AAL5-MIB:cAal5VccOutDroppedPkts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccOutDroppedPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccInDroppedOctets": {
      "get": {
        "summary": "Get cAal5VccInDroppedOctets",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccInDroppedOctets",
        "tags": [
          "cAal5VccInDroppedOctets"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-AAL5-MIB:cAal5VccInDroppedOctets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccInDroppedOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccOutDroppedOctets": {
      "get": {
        "summary": "Get cAal5VccOutDroppedOctets",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccOutDroppedOctets",
        "tags": [
          "cAal5VccOutDroppedOctets"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-AAL5-MIB:cAal5VccOutDroppedOctets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccOutDroppedOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccHCInPkts": {
      "get": {
        "summary": "Get cAal5VccHCInPkts",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccHCInPkts",
        "tags": [
          "cAal5VccHCInPkts"
        ],
        "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-AAL5-MIB:cAal5VccHCInPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccHCInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccHCOutPkts": {
      "get": {
        "summary": "Get cAal5VccHCOutPkts",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccHCOutPkts",
        "tags": [
          "cAal5VccHCOutPkts"
        ],
        "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-AAL5-MIB:cAal5VccHCOutPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccHCOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccHCInOctets": {
      "get": {
        "summary": "Get cAal5VccHCInOctets",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccHCInOctets",
        "tags": [
          "cAal5VccHCInOctets"
        ],
        "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-AAL5-MIB:cAal5VccHCInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccHCInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAL5-MIB:cAal5VccHCOutOctets": {
      "get": {
        "summary": "Get cAal5VccHCOutOctets",
        "operationId": "get-CISCO-AAL5-MIB:cAal5VccHCOutOctets",
        "tags": [
          "cAal5VccHCOutOctets"
        ],
        "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-AAL5-MIB:cAal5VccHCOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cAal5VccHCOutOctets 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": []
    }
  ]
}
