{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-AAA-SESSION-MIB",
    "description": "MIB data from `CISCO-AAA-SESSION-MIB` module.\n\n**Root containers:** 1 (CISCO-AAA-SESSION-MIB)\n**Paths:** 17 | **Descendants:** 16\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-SESSION-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-SESSION-MIB:CISCO-AAA-SESSION-MIB": {
      "get": {
        "summary": "Get CISCO-AAA-SESSION-MIB",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casnActive": {
                      "type": "object",
                      "properties": {
                        "casnActiveTableEntries": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casnActiveTableHighWaterMark": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "casnGeneral": {
                      "type": "object",
                      "properties": {
                        "casnTotalSessions": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "casnDisconnectedSessions": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "casnActiveTable": {
                      "type": "object",
                      "properties": {
                        "casnActiveEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "casnSessionId": {
                                "type": "string",
                                "example": "1"
                              },
                              "casnUserId": {
                                "type": "string",
                                "example": "1"
                              },
                              "casnIpAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "casnIdleTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "casnDisconnect": {
                                "type": "boolean",
                                "example": true
                              },
                              "casnCallTrackerId": {
                                "type": "string",
                                "example": "1"
                              },
                              "casnNasPort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "casnVaiIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB": {
                    "casnActive": {
                      "casnActiveTableEntries": "configured-value",
                      "casnActiveTableHighWaterMark": "configured-value"
                    },
                    "casnGeneral": {
                      "casnTotalSessions": "configured-value",
                      "casnDisconnectedSessions": "configured-value"
                    },
                    "casnActiveTable": {
                      "casnActiveEntry": [
                        {
                          "casnSessionId": "1",
                          "casnUserId": "1",
                          "casnIpAddr": "configured-value",
                          "casnIdleTime": "10:30:45",
                          "casnDisconnect": true,
                          "casnCallTrackerId": "1",
                          "casnNasPort": "configured-value",
                          "casnVaiIfIndex": "configured-value"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-AAA-SESSION-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActive": {
      "get": {
        "summary": "Get casnActive",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActive",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casnActiveTableEntries": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casnActiveTableHighWaterMark": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnActive": {
                    "casnActiveTableEntries": "configured-value",
                    "casnActiveTableHighWaterMark": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnActive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActive/casnActiveTableEntries": {
      "get": {
        "summary": "Get casnActiveTableEntries",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActive-casnActiveTableEntries",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnActiveTableEntries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnActiveTableEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActive/casnActiveTableHighWaterMark": {
      "get": {
        "summary": "Get casnActiveTableHighWaterMark",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActive-casnActiveTableHighWaterMark",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnActiveTableHighWaterMark": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnActiveTableHighWaterMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnGeneral": {
      "get": {
        "summary": "Get casnGeneral",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnGeneral",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casnTotalSessions": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "casnDisconnectedSessions": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnGeneral": {
                    "casnTotalSessions": "configured-value",
                    "casnDisconnectedSessions": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnGeneral from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnGeneral/casnTotalSessions": {
      "get": {
        "summary": "Get casnTotalSessions",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnGeneral-casnTotalSessions",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnTotalSessions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnTotalSessions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnGeneral/casnDisconnectedSessions": {
      "get": {
        "summary": "Get casnDisconnectedSessions",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnGeneral-casnDisconnectedSessions",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnDisconnectedSessions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnDisconnectedSessions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable": {
      "get": {
        "summary": "Get casnActiveTable",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "casnActiveEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "casnSessionId": {
                            "type": "string",
                            "example": "1"
                          },
                          "casnUserId": {
                            "type": "string",
                            "example": "1"
                          },
                          "casnIpAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "casnIdleTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "casnDisconnect": {
                            "type": "boolean",
                            "example": true
                          },
                          "casnCallTrackerId": {
                            "type": "string",
                            "example": "1"
                          },
                          "casnNasPort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "casnVaiIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnActiveTable": {
                    "casnActiveEntry": [
                      {
                        "casnSessionId": "1",
                        "casnUserId": "1",
                        "casnIpAddr": "configured-value",
                        "casnIdleTime": "10:30:45",
                        "casnDisconnect": true,
                        "casnCallTrackerId": "1",
                        "casnNasPort": "configured-value",
                        "casnVaiIfIndex": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnActiveTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry": {
      "get": {
        "summary": "Get casnActiveEntry",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "casnSessionId": {
                        "type": "string",
                        "example": "1"
                      },
                      "casnUserId": {
                        "type": "string",
                        "example": "1"
                      },
                      "casnIpAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "casnIdleTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "casnDisconnect": {
                        "type": "boolean",
                        "example": true
                      },
                      "casnCallTrackerId": {
                        "type": "string",
                        "example": "1"
                      },
                      "casnNasPort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "casnVaiIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnActiveEntry": [
                    {
                      "casnSessionId": "1",
                      "casnUserId": "1",
                      "casnIpAddr": "configured-value",
                      "casnIdleTime": "10:30:45",
                      "casnDisconnect": true,
                      "casnCallTrackerId": "1",
                      "casnNasPort": "configured-value",
                      "casnVaiIfIndex": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnActiveEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnSessionId": {
      "get": {
        "summary": "Get casnSessionId",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnSessionId",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnSessionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnSessionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnUserId": {
      "get": {
        "summary": "Get casnUserId",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnUserId",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnUserId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnUserId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnIpAddr": {
      "get": {
        "summary": "Get casnIpAddr",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnIpAddr",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnIdleTime": {
      "get": {
        "summary": "Get casnIdleTime",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnIdleTime",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnIdleTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnIdleTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnDisconnect": {
      "get": {
        "summary": "Get casnDisconnect",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnDisconnect",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnDisconnect": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnDisconnect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnCallTrackerId": {
      "get": {
        "summary": "Get casnCallTrackerId",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnCallTrackerId",
        "tags": [
          "CISCO-AAA-SESSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-AAA-SESSION-MIB:casnCallTrackerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnCallTrackerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnNasPort": {
      "get": {
        "summary": "Get casnNasPort",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnNasPort",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnNasPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnNasPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB/casnActiveTable/casnActiveEntry/casnVaiIfIndex": {
      "get": {
        "summary": "Get casnVaiIfIndex",
        "operationId": "get-CISCO-AAA-SESSION-MIB:CISCO-AAA-SESSION-MIB-casnActiveTable-casnActiveEntry-casnVaiIfIndex",
        "tags": [
          "CISCO-AAA-SESSION-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-SESSION-MIB:casnVaiIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve casnVaiIfIndex 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": []
    }
  ]
}
