{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-AAA-SERVER-MIB",
    "description": "MIB data from `CISCO-AAA-SERVER-MIB` module.\n\n**Root containers:** 1 (CISCO-AAA-SERVER-MIB)\n**Paths:** 54 | **Descendants:** 53\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-AAA-SERVER-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-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB": {
      "get": {
        "summary": "Get CISCO-AAA-SERVER-MIB",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casConfig": {
                      "type": "object",
                      "properties": {
                        "casServerStateChangeEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "casConfigTable": {
                      "type": "object",
                      "properties": {
                        "casConfigEntry": {
                          "type": "object",
                          "properties": {
                            "casProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "casAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "casAuthenPort": {
                              "type": "integer",
                              "example": 1
                            },
                            "casAcctPort": {
                              "type": "integer",
                              "example": 1
                            },
                            "casKey": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casPriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "casConfigRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "casAuthenRequests": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthenRequestTimeouts": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casAuthenUnexpectedResponses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthenServerErrorResponses": {
                              "type": "string",
                              "example": "0"
                            },
                            "casAuthenIncorrectResponses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthenResponseTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casAuthenTransactionSuccesses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthenTransactionFailures": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthorRequests": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthorRequestTimeouts": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casAuthorUnexpectedResponses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthorServerErrorResponses": {
                              "type": "string",
                              "example": "0"
                            },
                            "casAuthorIncorrectResponses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthorResponseTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casAuthorTransactionSuccesses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAuthorTransactionFailures": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAcctRequests": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAcctRequestTimeouts": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casAcctUnexpectedResponses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAcctServerErrorResponses": {
                              "type": "string",
                              "example": "0"
                            },
                            "casAcctIncorrectResponses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAcctResponseTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casAcctTransactionSuccesses": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casAcctTransactionFailures": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casState": {
                              "type": "string",
                              "example": "active"
                            },
                            "casCurrentStateDuration": {
                              "type": "string",
                              "example": "active"
                            },
                            "casPreviousStateDuration": {
                              "type": "string",
                              "example": "active"
                            },
                            "casTotalDeadTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "casDeadCount": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "casProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "casProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casPreviousStateDuration": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "casProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "casTotalDeadTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB": {
                    "casConfig": {
                      "casServerStateChangeEnable": true
                    },
                    "casConfigTable": {
                      "casConfigEntry": {
                        "casProtocol": "configured-value",
                        "casIndex": 1,
                        "casAddress": "10.1.1.1",
                        "casAuthenPort": 1,
                        "casAcctPort": 1,
                        "casKey": "configured-value",
                        "casPriority": 1,
                        "casConfigRowStatus": "active",
                        "casAuthenRequests": "configured-value",
                        "casAuthenRequestTimeouts": "10:30:45",
                        "casAuthenUnexpectedResponses": "configured-value",
                        "casAuthenServerErrorResponses": "0",
                        "casAuthenIncorrectResponses": "configured-value",
                        "casAuthenResponseTime": "10:30:45",
                        "casAuthenTransactionSuccesses": "configured-value",
                        "casAuthenTransactionFailures": "configured-value",
                        "casAuthorRequests": "configured-value",
                        "casAuthorRequestTimeouts": "10:30:45",
                        "casAuthorUnexpectedResponses": "configured-value",
                        "casAuthorServerErrorResponses": "0",
                        "casAuthorIncorrectResponses": "configured-value",
                        "casAuthorResponseTime": "10:30:45",
                        "casAuthorTransactionSuccesses": "configured-value",
                        "casAuthorTransactionFailures": "configured-value",
                        "casAcctRequests": "configured-value",
                        "casAcctRequestTimeouts": "10:30:45",
                        "casAcctUnexpectedResponses": "configured-value",
                        "casAcctServerErrorResponses": "0",
                        "casAcctIncorrectResponses": "configured-value",
                        "casAcctResponseTime": "10:30:45",
                        "casAcctTransactionSuccesses": "configured-value",
                        "casAcctTransactionFailures": "configured-value",
                        "casState": "default",
                        "casCurrentStateDuration": "active",
                        "casPreviousStateDuration": "active",
                        "casTotalDeadTime": "10:30:45",
                        "casDeadCount": "10"
                      },
                      "object-1": {
                        "casProtocol": "configured-value",
                        "casIndex": "configured-value",
                        "casState": "active"
                      },
                      "object-2": {
                        "casProtocol": "configured-value",
                        "casIndex": "configured-value",
                        "casPreviousStateDuration": "active"
                      },
                      "object-3": {
                        "casProtocol": "configured-value",
                        "casIndex": "configured-value",
                        "casTotalDeadTime": "10:30:45"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-AAA-SERVER-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfig": {
      "get": {
        "summary": "Get casConfig",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfig",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casServerStateChangeEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casConfig": {
                    "casServerStateChangeEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfig/casServerStateChangeEnable": {
      "get": {
        "summary": "Get casServerStateChangeEnable",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfig-casServerStateChangeEnable",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casServerStateChangeEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casServerStateChangeEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable": {
      "get": {
        "summary": "Get casConfigTable",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casConfigEntry": {
                      "type": "object",
                      "properties": {
                        "casProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "casAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "casAuthenPort": {
                          "type": "integer",
                          "example": 1
                        },
                        "casAcctPort": {
                          "type": "integer",
                          "example": 1
                        },
                        "casKey": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casPriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "casConfigRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "casAuthenRequests": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthenRequestTimeouts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casAuthenUnexpectedResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthenServerErrorResponses": {
                          "type": "string",
                          "example": "0"
                        },
                        "casAuthenIncorrectResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthenResponseTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casAuthenTransactionSuccesses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthenTransactionFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthorRequests": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthorRequestTimeouts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casAuthorUnexpectedResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthorServerErrorResponses": {
                          "type": "string",
                          "example": "0"
                        },
                        "casAuthorIncorrectResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthorResponseTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casAuthorTransactionSuccesses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAuthorTransactionFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAcctRequests": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAcctRequestTimeouts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casAcctUnexpectedResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAcctServerErrorResponses": {
                          "type": "string",
                          "example": "0"
                        },
                        "casAcctIncorrectResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAcctResponseTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casAcctTransactionSuccesses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casAcctTransactionFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casState": {
                          "type": "string",
                          "example": "active"
                        },
                        "casCurrentStateDuration": {
                          "type": "string",
                          "example": "active"
                        },
                        "casPreviousStateDuration": {
                          "type": "string",
                          "example": "active"
                        },
                        "casTotalDeadTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "casDeadCount": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "casProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "casProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casPreviousStateDuration": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "casProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casTotalDeadTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casConfigTable": {
                    "casConfigEntry": {
                      "casProtocol": "configured-value",
                      "casIndex": 1,
                      "casAddress": "10.1.1.1",
                      "casAuthenPort": 1,
                      "casAcctPort": 1,
                      "casKey": "configured-value",
                      "casPriority": 1,
                      "casConfigRowStatus": "active",
                      "casAuthenRequests": "configured-value",
                      "casAuthenRequestTimeouts": "10:30:45",
                      "casAuthenUnexpectedResponses": "configured-value",
                      "casAuthenServerErrorResponses": "0",
                      "casAuthenIncorrectResponses": "configured-value",
                      "casAuthenResponseTime": "10:30:45",
                      "casAuthenTransactionSuccesses": "configured-value",
                      "casAuthenTransactionFailures": "configured-value",
                      "casAuthorRequests": "configured-value",
                      "casAuthorRequestTimeouts": "10:30:45",
                      "casAuthorUnexpectedResponses": "configured-value",
                      "casAuthorServerErrorResponses": "0",
                      "casAuthorIncorrectResponses": "configured-value",
                      "casAuthorResponseTime": "10:30:45",
                      "casAuthorTransactionSuccesses": "configured-value",
                      "casAuthorTransactionFailures": "configured-value",
                      "casAcctRequests": "configured-value",
                      "casAcctRequestTimeouts": "10:30:45",
                      "casAcctUnexpectedResponses": "configured-value",
                      "casAcctServerErrorResponses": "0",
                      "casAcctIncorrectResponses": "configured-value",
                      "casAcctResponseTime": "10:30:45",
                      "casAcctTransactionSuccesses": "configured-value",
                      "casAcctTransactionFailures": "configured-value",
                      "casState": "default",
                      "casCurrentStateDuration": "active",
                      "casPreviousStateDuration": "active",
                      "casTotalDeadTime": "10:30:45",
                      "casDeadCount": "10"
                    },
                    "object-1": {
                      "casProtocol": "configured-value",
                      "casIndex": "configured-value",
                      "casState": "active"
                    },
                    "object-2": {
                      "casProtocol": "configured-value",
                      "casIndex": "configured-value",
                      "casPreviousStateDuration": "active"
                    },
                    "object-3": {
                      "casProtocol": "configured-value",
                      "casIndex": "configured-value",
                      "casTotalDeadTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry": {
      "get": {
        "summary": "Get casConfigEntry",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "casAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "casAuthenPort": {
                      "type": "integer",
                      "example": 1
                    },
                    "casAcctPort": {
                      "type": "integer",
                      "example": 1
                    },
                    "casKey": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casPriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "casConfigRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "casAuthenRequests": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthenRequestTimeouts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casAuthenUnexpectedResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthenServerErrorResponses": {
                      "type": "string",
                      "example": "0"
                    },
                    "casAuthenIncorrectResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthenResponseTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casAuthenTransactionSuccesses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthenTransactionFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthorRequests": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthorRequestTimeouts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casAuthorUnexpectedResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthorServerErrorResponses": {
                      "type": "string",
                      "example": "0"
                    },
                    "casAuthorIncorrectResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthorResponseTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casAuthorTransactionSuccesses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAuthorTransactionFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAcctRequests": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAcctRequestTimeouts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casAcctUnexpectedResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAcctServerErrorResponses": {
                      "type": "string",
                      "example": "0"
                    },
                    "casAcctIncorrectResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAcctResponseTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casAcctTransactionSuccesses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casAcctTransactionFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casState": {
                      "type": "string",
                      "example": "active"
                    },
                    "casCurrentStateDuration": {
                      "type": "string",
                      "example": "active"
                    },
                    "casPreviousStateDuration": {
                      "type": "string",
                      "example": "active"
                    },
                    "casTotalDeadTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "casDeadCount": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casConfigEntry": {
                    "casProtocol": "configured-value",
                    "casIndex": 1,
                    "casAddress": "10.1.1.1",
                    "casAuthenPort": 1,
                    "casAcctPort": 1,
                    "casKey": "configured-value",
                    "casPriority": 1,
                    "casConfigRowStatus": "active",
                    "casAuthenRequests": "configured-value",
                    "casAuthenRequestTimeouts": "10:30:45",
                    "casAuthenUnexpectedResponses": "configured-value",
                    "casAuthenServerErrorResponses": "0",
                    "casAuthenIncorrectResponses": "configured-value",
                    "casAuthenResponseTime": "10:30:45",
                    "casAuthenTransactionSuccesses": "configured-value",
                    "casAuthenTransactionFailures": "configured-value",
                    "casAuthorRequests": "configured-value",
                    "casAuthorRequestTimeouts": "10:30:45",
                    "casAuthorUnexpectedResponses": "configured-value",
                    "casAuthorServerErrorResponses": "0",
                    "casAuthorIncorrectResponses": "configured-value",
                    "casAuthorResponseTime": "10:30:45",
                    "casAuthorTransactionSuccesses": "configured-value",
                    "casAuthorTransactionFailures": "configured-value",
                    "casAcctRequests": "configured-value",
                    "casAcctRequestTimeouts": "10:30:45",
                    "casAcctUnexpectedResponses": "configured-value",
                    "casAcctServerErrorResponses": "0",
                    "casAcctIncorrectResponses": "configured-value",
                    "casAcctResponseTime": "10:30:45",
                    "casAcctTransactionSuccesses": "configured-value",
                    "casAcctTransactionFailures": "configured-value",
                    "casState": "default",
                    "casCurrentStateDuration": "active",
                    "casPreviousStateDuration": "active",
                    "casTotalDeadTime": "10:30:45",
                    "casDeadCount": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casProtocol": {
      "get": {
        "summary": "Get casProtocol",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casProtocol",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casIndex": {
      "get": {
        "summary": "Get casIndex",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casIndex",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAddress": {
      "get": {
        "summary": "Get casAddress",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAddress",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenPort": {
      "get": {
        "summary": "Get casAuthenPort",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenPort",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAuthenPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctPort": {
      "get": {
        "summary": "Get casAcctPort",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctPort",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAcctPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casKey": {
      "get": {
        "summary": "Get casKey",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casKey",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casKey": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casKey from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casPriority": {
      "get": {
        "summary": "Get casPriority",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casPriority",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casConfigRowStatus": {
      "get": {
        "summary": "Get casConfigRowStatus",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casConfigRowStatus",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casConfigRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casConfigRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenRequests": {
      "get": {
        "summary": "Get casAuthenRequests",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenRequests",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthenRequests": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenRequests from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenRequestTimeouts": {
      "get": {
        "summary": "Get casAuthenRequestTimeouts",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenRequestTimeouts",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAuthenRequestTimeouts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenRequestTimeouts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenUnexpectedResponses": {
      "get": {
        "summary": "Get casAuthenUnexpectedResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenUnexpectedResponses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthenUnexpectedResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenUnexpectedResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenServerErrorResponses": {
      "get": {
        "summary": "Get casAuthenServerErrorResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenServerErrorResponses",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "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-AAA-SERVER-MIB:casAuthenServerErrorResponses": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenServerErrorResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenIncorrectResponses": {
      "get": {
        "summary": "Get casAuthenIncorrectResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenIncorrectResponses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthenIncorrectResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenIncorrectResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenResponseTime": {
      "get": {
        "summary": "Get casAuthenResponseTime",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenResponseTime",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAuthenResponseTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenResponseTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenTransactionSuccesses": {
      "get": {
        "summary": "Get casAuthenTransactionSuccesses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenTransactionSuccesses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthenTransactionSuccesses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenTransactionSuccesses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthenTransactionFailures": {
      "get": {
        "summary": "Get casAuthenTransactionFailures",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthenTransactionFailures",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthenTransactionFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthenTransactionFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorRequests": {
      "get": {
        "summary": "Get casAuthorRequests",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorRequests",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthorRequests": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorRequests from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorRequestTimeouts": {
      "get": {
        "summary": "Get casAuthorRequestTimeouts",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorRequestTimeouts",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAuthorRequestTimeouts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorRequestTimeouts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorUnexpectedResponses": {
      "get": {
        "summary": "Get casAuthorUnexpectedResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorUnexpectedResponses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthorUnexpectedResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorUnexpectedResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorServerErrorResponses": {
      "get": {
        "summary": "Get casAuthorServerErrorResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorServerErrorResponses",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "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-AAA-SERVER-MIB:casAuthorServerErrorResponses": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorServerErrorResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorIncorrectResponses": {
      "get": {
        "summary": "Get casAuthorIncorrectResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorIncorrectResponses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthorIncorrectResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorIncorrectResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorResponseTime": {
      "get": {
        "summary": "Get casAuthorResponseTime",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorResponseTime",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAuthorResponseTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorResponseTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorTransactionSuccesses": {
      "get": {
        "summary": "Get casAuthorTransactionSuccesses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorTransactionSuccesses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthorTransactionSuccesses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorTransactionSuccesses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAuthorTransactionFailures": {
      "get": {
        "summary": "Get casAuthorTransactionFailures",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAuthorTransactionFailures",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAuthorTransactionFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAuthorTransactionFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctRequests": {
      "get": {
        "summary": "Get casAcctRequests",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctRequests",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAcctRequests": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctRequests from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctRequestTimeouts": {
      "get": {
        "summary": "Get casAcctRequestTimeouts",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctRequestTimeouts",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAcctRequestTimeouts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctRequestTimeouts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctUnexpectedResponses": {
      "get": {
        "summary": "Get casAcctUnexpectedResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctUnexpectedResponses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAcctUnexpectedResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctUnexpectedResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctServerErrorResponses": {
      "get": {
        "summary": "Get casAcctServerErrorResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctServerErrorResponses",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "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-AAA-SERVER-MIB:casAcctServerErrorResponses": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctServerErrorResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctIncorrectResponses": {
      "get": {
        "summary": "Get casAcctIncorrectResponses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctIncorrectResponses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAcctIncorrectResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctIncorrectResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctResponseTime": {
      "get": {
        "summary": "Get casAcctResponseTime",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctResponseTime",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casAcctResponseTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctResponseTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctTransactionSuccesses": {
      "get": {
        "summary": "Get casAcctTransactionSuccesses",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctTransactionSuccesses",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAcctTransactionSuccesses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctTransactionSuccesses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casAcctTransactionFailures": {
      "get": {
        "summary": "Get casAcctTransactionFailures",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casAcctTransactionFailures",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casAcctTransactionFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casAcctTransactionFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casState": {
      "get": {
        "summary": "Get casState",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casState",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casCurrentStateDuration": {
      "get": {
        "summary": "Get casCurrentStateDuration",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casCurrentStateDuration",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casCurrentStateDuration": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casCurrentStateDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casPreviousStateDuration": {
      "get": {
        "summary": "Get casPreviousStateDuration",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casPreviousStateDuration",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casPreviousStateDuration": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casPreviousStateDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casTotalDeadTime": {
      "get": {
        "summary": "Get casTotalDeadTime",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casTotalDeadTime",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casTotalDeadTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casTotalDeadTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/casConfigEntry/casDeadCount": {
      "get": {
        "summary": "Get casDeadCount",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-casConfigEntry-casDeadCount",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casDeadCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casDeadCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-1",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:object-1": {
                    "casProtocol": "configured-value",
                    "casIndex": "configured-value",
                    "casState": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-1/casProtocol": {
      "get": {
        "summary": "Get casProtocol",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-1-casProtocol",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-1/casIndex": {
      "get": {
        "summary": "Get casIndex",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-1-casIndex",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-1/casState": {
      "get": {
        "summary": "Get casState",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-1-casState",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-2",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casPreviousStateDuration": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:object-2": {
                    "casProtocol": "configured-value",
                    "casIndex": "configured-value",
                    "casPreviousStateDuration": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-2/casProtocol": {
      "get": {
        "summary": "Get casProtocol",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-2-casProtocol",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-2/casIndex": {
      "get": {
        "summary": "Get casIndex",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-2-casIndex",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-2/casPreviousStateDuration": {
      "get": {
        "summary": "Get casPreviousStateDuration",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-2-casPreviousStateDuration",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casPreviousStateDuration": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casPreviousStateDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-3",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casTotalDeadTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:object-3": {
                    "casProtocol": "configured-value",
                    "casIndex": "configured-value",
                    "casTotalDeadTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-3/casProtocol": {
      "get": {
        "summary": "Get casProtocol",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-3-casProtocol",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-3/casIndex": {
      "get": {
        "summary": "Get casIndex",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-3-casIndex",
        "tags": [
          "CISCO-AAA-SERVER-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-AAA-SERVER-MIB:casIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB/casConfigTable/object-3/casTotalDeadTime": {
      "get": {
        "summary": "Get casTotalDeadTime",
        "operationId": "get-CISCO-AAA-SERVER-MIB:CISCO-AAA-SERVER-MIB-casConfigTable-object-3-casTotalDeadTime",
        "tags": [
          "CISCO-AAA-SERVER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-AAA-SERVER-MIB:casTotalDeadTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casTotalDeadTime 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": []
    }
  ]
}
