{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-TAP2-MIB",
    "description": "MIB data from `CISCO-TAP2-MIB` module.\n\n**Root containers:** 1 (CISCO-TAP2-MIB)\n**Paths:** 60 | **Descendants:** 65\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-TAP2-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-TAP2-MIB:CISCO-TAP2-MIB": {
      "get": {
        "summary": "Get CISCO-TAP2-MIB",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2MediationGroup": {
                      "type": "object",
                      "properties": {
                        "cTap2MediationNewIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cTap2MediationCapabilities": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cTap2DebugGroup": {
                      "type": "object",
                      "properties": {
                        "cTap2DebugAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "cTap2DebugMaxEntries": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cTap2MediationTable": {
                      "type": "object",
                      "properties": {
                        "cTap2MediationEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cTap2MediationContentId": {
                                "type": "integer",
                                "example": 1
                              },
                              "cTap2MediationDestAddressType": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cTap2MediationDestAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cTap2MediationDestPort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cTap2MediationSrcInterface": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cTap2MediationRtcpPort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cTap2MediationDscp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cTap2MediationDataType": {
                                "type": "integer",
                                "example": 1
                              },
                              "cTap2MediationRetransmitType": {
                                "type": "integer",
                                "example": 1
                              },
                              "cTap2MediationTimeout": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cTap2MediationTransport": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cTap2MediationNotificationEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cTap2MediationStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cTap2MediationRadiusKey": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cTap2StreamTable": {
                      "type": "object",
                      "properties": {
                        "cTap2StreamEntry": {
                          "type": "object",
                          "properties": {
                            "cTap2MediationContentId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cTap2StreamIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "cTap2StreamType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cTap2StreamInterceptEnable": {
                              "type": "boolean",
                              "example": true
                            },
                            "cTap2StreamInterceptedPackets": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "cTap2StreamInterceptDrops": {
                              "type": "string",
                              "example": "0"
                            },
                            "cTap2StreamStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cTap2StreamInterceptedHCPackets": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "cTap2StreamInterceptHCDrops": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cTap2DebugTable": {
                      "type": "object",
                      "properties": {
                        "cTap2DebugEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cTap2DebugIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "cTap2DebugMediationId": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cTap2DebugStreamId": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cTap2DebugMessage": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cTap2DebugStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cTap2DebugUserTable": {
                      "type": "object",
                      "properties": {
                        "cTap2DebugUserEntry": {
                          "type": "object",
                          "properties": {
                            "cTap2MediationContentId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cTap2DebugUserName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cTap2DebugUserTimeout": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "cTap2DebugUserStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cTap2DebugUserStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cTap2DebugIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cTap2DebugMediationId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cTap2DebugIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cTap2DebugStreamId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cTap2DebugIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cTap2DebugMessage": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:CISCO-TAP2-MIB": {
                    "cTap2MediationGroup": {
                      "cTap2MediationNewIndex": 1,
                      "cTap2MediationCapabilities": ""
                    },
                    "cTap2DebugGroup": {
                      "cTap2DebugAge": 1,
                      "cTap2DebugMaxEntries": 1
                    },
                    "cTap2MediationTable": {
                      "cTap2MediationEntry": [
                        {
                          "cTap2MediationContentId": 1,
                          "cTap2MediationDestAddressType": "10.1.1.1",
                          "cTap2MediationDestAddress": "10.1.1.1",
                          "cTap2MediationDestPort": "configured-value",
                          "cTap2MediationSrcInterface": "configured-value",
                          "cTap2MediationRtcpPort": "configured-value",
                          "cTap2MediationDscp": "configured-value",
                          "cTap2MediationDataType": 1,
                          "cTap2MediationRetransmitType": 1,
                          "cTap2MediationTimeout": "10:30:45",
                          "cTap2MediationTransport": "default",
                          "cTap2MediationNotificationEnable": true,
                          "cTap2MediationStatus": "active",
                          "cTap2MediationRadiusKey": "configured-value"
                        }
                      ]
                    },
                    "cTap2StreamTable": {
                      "cTap2StreamEntry": {
                        "cTap2MediationContentId": "1",
                        "cTap2StreamIndex": 1,
                        "cTap2StreamType": "default",
                        "cTap2StreamInterceptEnable": true,
                        "cTap2StreamInterceptedPackets": "12845632",
                        "cTap2StreamInterceptDrops": "0",
                        "cTap2StreamStatus": "active",
                        "cTap2StreamInterceptedHCPackets": "12845632",
                        "cTap2StreamInterceptHCDrops": "0"
                      }
                    },
                    "cTap2DebugTable": {
                      "cTap2DebugEntry": [
                        {
                          "cTap2DebugIndex": 1,
                          "cTap2DebugMediationId": 1,
                          "cTap2DebugStreamId": 1,
                          "cTap2DebugMessage": "configured-value",
                          "cTap2DebugStatus": "active"
                        }
                      ]
                    },
                    "cTap2DebugUserTable": {
                      "cTap2DebugUserEntry": {
                        "cTap2MediationContentId": "1",
                        "cTap2DebugUserName": "example-1",
                        "cTap2DebugUserTimeout": "10:30:45",
                        "cTap2DebugUserStorageType": "configured-value",
                        "cTap2DebugUserStatus": "active"
                      },
                      "object-1": {
                        "cTap2DebugIndex": "configured-value",
                        "cTap2DebugMediationId": "1"
                      },
                      "object-2": {
                        "cTap2DebugIndex": "configured-value",
                        "cTap2DebugStreamId": "1"
                      },
                      "object-3": {
                        "cTap2DebugIndex": "configured-value",
                        "cTap2DebugMessage": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-TAP2-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationGroup": {
      "get": {
        "summary": "Get cTap2MediationGroup",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationGroup",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2MediationNewIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cTap2MediationCapabilities": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2MediationGroup": {
                    "cTap2MediationNewIndex": 1,
                    "cTap2MediationCapabilities": ""
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationGroup/cTap2MediationNewIndex": {
      "get": {
        "summary": "Get cTap2MediationNewIndex",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationGroup-cTap2MediationNewIndex",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationNewIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationNewIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationGroup/cTap2MediationCapabilities": {
      "get": {
        "summary": "Get cTap2MediationCapabilities",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationGroup-cTap2MediationCapabilities",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationCapabilities": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationCapabilities from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugGroup": {
      "get": {
        "summary": "Get cTap2DebugGroup",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugGroup",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2DebugAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "cTap2DebugMaxEntries": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2DebugGroup": {
                    "cTap2DebugAge": 1,
                    "cTap2DebugMaxEntries": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugGroup/cTap2DebugAge": {
      "get": {
        "summary": "Get cTap2DebugAge",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugGroup-cTap2DebugAge",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugGroup/cTap2DebugMaxEntries": {
      "get": {
        "summary": "Get cTap2DebugMaxEntries",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugGroup-cTap2DebugMaxEntries",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugMaxEntries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugMaxEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable": {
      "get": {
        "summary": "Get cTap2MediationTable",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2MediationEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cTap2MediationContentId": {
                            "type": "integer",
                            "example": 1
                          },
                          "cTap2MediationDestAddressType": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cTap2MediationDestAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cTap2MediationDestPort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cTap2MediationSrcInterface": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cTap2MediationRtcpPort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cTap2MediationDscp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cTap2MediationDataType": {
                            "type": "integer",
                            "example": 1
                          },
                          "cTap2MediationRetransmitType": {
                            "type": "integer",
                            "example": 1
                          },
                          "cTap2MediationTimeout": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cTap2MediationTransport": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cTap2MediationNotificationEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cTap2MediationStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cTap2MediationRadiusKey": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2MediationTable": {
                    "cTap2MediationEntry": [
                      {
                        "cTap2MediationContentId": 1,
                        "cTap2MediationDestAddressType": "10.1.1.1",
                        "cTap2MediationDestAddress": "10.1.1.1",
                        "cTap2MediationDestPort": "configured-value",
                        "cTap2MediationSrcInterface": "configured-value",
                        "cTap2MediationRtcpPort": "configured-value",
                        "cTap2MediationDscp": "configured-value",
                        "cTap2MediationDataType": 1,
                        "cTap2MediationRetransmitType": 1,
                        "cTap2MediationTimeout": "10:30:45",
                        "cTap2MediationTransport": "default",
                        "cTap2MediationNotificationEnable": true,
                        "cTap2MediationStatus": "active",
                        "cTap2MediationRadiusKey": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry": {
      "get": {
        "summary": "Get cTap2MediationEntry",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry",
        "tags": [
          "CISCO-TAP2-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": {
                      "cTap2MediationContentId": {
                        "type": "integer",
                        "example": 1
                      },
                      "cTap2MediationDestAddressType": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cTap2MediationDestAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cTap2MediationDestPort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cTap2MediationSrcInterface": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cTap2MediationRtcpPort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cTap2MediationDscp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cTap2MediationDataType": {
                        "type": "integer",
                        "example": 1
                      },
                      "cTap2MediationRetransmitType": {
                        "type": "integer",
                        "example": 1
                      },
                      "cTap2MediationTimeout": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cTap2MediationTransport": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cTap2MediationNotificationEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cTap2MediationStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cTap2MediationRadiusKey": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2MediationEntry": [
                    {
                      "cTap2MediationContentId": 1,
                      "cTap2MediationDestAddressType": "10.1.1.1",
                      "cTap2MediationDestAddress": "10.1.1.1",
                      "cTap2MediationDestPort": "configured-value",
                      "cTap2MediationSrcInterface": "configured-value",
                      "cTap2MediationRtcpPort": "configured-value",
                      "cTap2MediationDscp": "configured-value",
                      "cTap2MediationDataType": 1,
                      "cTap2MediationRetransmitType": 1,
                      "cTap2MediationTimeout": "10:30:45",
                      "cTap2MediationTransport": "default",
                      "cTap2MediationNotificationEnable": true,
                      "cTap2MediationStatus": "active",
                      "cTap2MediationRadiusKey": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationContentId": {
      "get": {
        "summary": "Get cTap2MediationContentId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationContentId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationContentId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationContentId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationDestAddressType": {
      "get": {
        "summary": "Get cTap2MediationDestAddressType",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationDestAddressType",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationDestAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationDestAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationDestAddress": {
      "get": {
        "summary": "Get cTap2MediationDestAddress",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationDestAddress",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationDestAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationDestPort": {
      "get": {
        "summary": "Get cTap2MediationDestPort",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationDestPort",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationDestPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationDestPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationSrcInterface": {
      "get": {
        "summary": "Get cTap2MediationSrcInterface",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationSrcInterface",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationSrcInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationSrcInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationRtcpPort": {
      "get": {
        "summary": "Get cTap2MediationRtcpPort",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationRtcpPort",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationRtcpPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationRtcpPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationDscp": {
      "get": {
        "summary": "Get cTap2MediationDscp",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationDscp",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationDataType": {
      "get": {
        "summary": "Get cTap2MediationDataType",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationDataType",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationDataType": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationDataType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationRetransmitType": {
      "get": {
        "summary": "Get cTap2MediationRetransmitType",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationRetransmitType",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationRetransmitType": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationRetransmitType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationTimeout": {
      "get": {
        "summary": "Get cTap2MediationTimeout",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationTimeout",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationTimeout": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationTimeout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationTransport": {
      "get": {
        "summary": "Get cTap2MediationTransport",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationTransport",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationTransport": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationTransport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationNotificationEnable": {
      "get": {
        "summary": "Get cTap2MediationNotificationEnable",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationNotificationEnable",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationNotificationEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationNotificationEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationStatus": {
      "get": {
        "summary": "Get cTap2MediationStatus",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationStatus",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationRadiusKey": {
      "get": {
        "summary": "Get cTap2MediationRadiusKey",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2MediationTable-cTap2MediationEntry-cTap2MediationRadiusKey",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationRadiusKey": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationRadiusKey from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable": {
      "get": {
        "summary": "Get cTap2StreamTable",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2StreamEntry": {
                      "type": "object",
                      "properties": {
                        "cTap2MediationContentId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cTap2StreamIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cTap2StreamType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cTap2StreamInterceptEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cTap2StreamInterceptedPackets": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "cTap2StreamInterceptDrops": {
                          "type": "string",
                          "example": "0"
                        },
                        "cTap2StreamStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cTap2StreamInterceptedHCPackets": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "cTap2StreamInterceptHCDrops": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2StreamTable": {
                    "cTap2StreamEntry": {
                      "cTap2MediationContentId": "1",
                      "cTap2StreamIndex": 1,
                      "cTap2StreamType": "default",
                      "cTap2StreamInterceptEnable": true,
                      "cTap2StreamInterceptedPackets": "12845632",
                      "cTap2StreamInterceptDrops": "0",
                      "cTap2StreamStatus": "active",
                      "cTap2StreamInterceptedHCPackets": "12845632",
                      "cTap2StreamInterceptHCDrops": "0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry": {
      "get": {
        "summary": "Get cTap2StreamEntry",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2MediationContentId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cTap2StreamIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cTap2StreamType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cTap2StreamInterceptEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cTap2StreamInterceptedPackets": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "cTap2StreamInterceptDrops": {
                      "type": "string",
                      "example": "0"
                    },
                    "cTap2StreamStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cTap2StreamInterceptedHCPackets": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "cTap2StreamInterceptHCDrops": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2StreamEntry": {
                    "cTap2MediationContentId": "1",
                    "cTap2StreamIndex": 1,
                    "cTap2StreamType": "default",
                    "cTap2StreamInterceptEnable": true,
                    "cTap2StreamInterceptedPackets": "12845632",
                    "cTap2StreamInterceptDrops": "0",
                    "cTap2StreamStatus": "active",
                    "cTap2StreamInterceptedHCPackets": "12845632",
                    "cTap2StreamInterceptHCDrops": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2MediationContentId": {
      "get": {
        "summary": "Get cTap2MediationContentId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2MediationContentId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationContentId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationContentId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamIndex": {
      "get": {
        "summary": "Get cTap2StreamIndex",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamIndex",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2StreamIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamType": {
      "get": {
        "summary": "Get cTap2StreamType",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamType",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2StreamType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamInterceptEnable": {
      "get": {
        "summary": "Get cTap2StreamInterceptEnable",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamInterceptEnable",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2StreamInterceptEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamInterceptEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamInterceptedPackets": {
      "get": {
        "summary": "Get cTap2StreamInterceptedPackets",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamInterceptedPackets",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2StreamInterceptedPackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamInterceptedPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamInterceptDrops": {
      "get": {
        "summary": "Get cTap2StreamInterceptDrops",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamInterceptDrops",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2StreamInterceptDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamInterceptDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamStatus": {
      "get": {
        "summary": "Get cTap2StreamStatus",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamStatus",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2StreamStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamInterceptedHCPackets": {
      "get": {
        "summary": "Get cTap2StreamInterceptedHCPackets",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamInterceptedHCPackets",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2StreamInterceptedHCPackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamInterceptedHCPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2StreamTable/cTap2StreamEntry/cTap2StreamInterceptHCDrops": {
      "get": {
        "summary": "Get cTap2StreamInterceptHCDrops",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2StreamTable-cTap2StreamEntry-cTap2StreamInterceptHCDrops",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2StreamInterceptHCDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2StreamInterceptHCDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable": {
      "get": {
        "summary": "Get cTap2DebugTable",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2DebugEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cTap2DebugIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "cTap2DebugMediationId": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cTap2DebugStreamId": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cTap2DebugMessage": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cTap2DebugStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2DebugTable": {
                    "cTap2DebugEntry": [
                      {
                        "cTap2DebugIndex": 1,
                        "cTap2DebugMediationId": 1,
                        "cTap2DebugStreamId": 1,
                        "cTap2DebugMessage": "configured-value",
                        "cTap2DebugStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry": {
      "get": {
        "summary": "Get cTap2DebugEntry",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable-cTap2DebugEntry",
        "tags": [
          "CISCO-TAP2-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": {
                      "cTap2DebugIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "cTap2DebugMediationId": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cTap2DebugStreamId": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cTap2DebugMessage": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cTap2DebugStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2DebugEntry": [
                    {
                      "cTap2DebugIndex": 1,
                      "cTap2DebugMediationId": 1,
                      "cTap2DebugStreamId": 1,
                      "cTap2DebugMessage": "configured-value",
                      "cTap2DebugStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugIndex": {
      "get": {
        "summary": "Get cTap2DebugIndex",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable-cTap2DebugEntry-cTap2DebugIndex",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugMediationId": {
      "get": {
        "summary": "Get cTap2DebugMediationId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable-cTap2DebugEntry-cTap2DebugMediationId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugMediationId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugMediationId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugStreamId": {
      "get": {
        "summary": "Get cTap2DebugStreamId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable-cTap2DebugEntry-cTap2DebugStreamId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugStreamId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugStreamId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugMessage": {
      "get": {
        "summary": "Get cTap2DebugMessage",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable-cTap2DebugEntry-cTap2DebugMessage",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugMessage": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugMessage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugStatus": {
      "get": {
        "summary": "Get cTap2DebugStatus",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugTable-cTap2DebugEntry-cTap2DebugStatus",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable": {
      "get": {
        "summary": "Get cTap2DebugUserTable",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2DebugUserEntry": {
                      "type": "object",
                      "properties": {
                        "cTap2MediationContentId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cTap2DebugUserName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cTap2DebugUserTimeout": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cTap2DebugUserStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cTap2DebugUserStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cTap2DebugIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cTap2DebugMediationId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cTap2DebugIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cTap2DebugStreamId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cTap2DebugIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cTap2DebugMessage": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2DebugUserTable": {
                    "cTap2DebugUserEntry": {
                      "cTap2MediationContentId": "1",
                      "cTap2DebugUserName": "example-1",
                      "cTap2DebugUserTimeout": "10:30:45",
                      "cTap2DebugUserStorageType": "configured-value",
                      "cTap2DebugUserStatus": "active"
                    },
                    "object-1": {
                      "cTap2DebugIndex": "configured-value",
                      "cTap2DebugMediationId": "1"
                    },
                    "object-2": {
                      "cTap2DebugIndex": "configured-value",
                      "cTap2DebugStreamId": "1"
                    },
                    "object-3": {
                      "cTap2DebugIndex": "configured-value",
                      "cTap2DebugMessage": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugUserTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/cTap2DebugUserEntry": {
      "get": {
        "summary": "Get cTap2DebugUserEntry",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-cTap2DebugUserEntry",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2MediationContentId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cTap2DebugUserName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cTap2DebugUserTimeout": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cTap2DebugUserStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cTap2DebugUserStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2DebugUserEntry": {
                    "cTap2MediationContentId": "1",
                    "cTap2DebugUserName": "example-1",
                    "cTap2DebugUserTimeout": "10:30:45",
                    "cTap2DebugUserStorageType": "configured-value",
                    "cTap2DebugUserStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugUserEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/cTap2DebugUserEntry/cTap2MediationContentId": {
      "get": {
        "summary": "Get cTap2MediationContentId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-cTap2DebugUserEntry-cTap2MediationContentId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationContentId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationContentId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/cTap2DebugUserEntry/cTap2DebugUserName": {
      "get": {
        "summary": "Get cTap2DebugUserName",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-cTap2DebugUserEntry-cTap2DebugUserName",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-TAP2-MIB:cTap2DebugUserName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugUserName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/cTap2DebugUserEntry/cTap2DebugUserTimeout": {
      "get": {
        "summary": "Get cTap2DebugUserTimeout",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-cTap2DebugUserEntry-cTap2DebugUserTimeout",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugUserTimeout": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugUserTimeout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/cTap2DebugUserEntry/cTap2DebugUserStorageType": {
      "get": {
        "summary": "Get cTap2DebugUserStorageType",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-cTap2DebugUserEntry-cTap2DebugUserStorageType",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugUserStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugUserStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/cTap2DebugUserEntry/cTap2DebugUserStatus": {
      "get": {
        "summary": "Get cTap2DebugUserStatus",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-cTap2DebugUserEntry-cTap2DebugUserStatus",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugUserStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugUserStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-1",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2MediationContentId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cTap2MediationStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:object-1": {
                    "cTap2MediationContentId": "1",
                    "cTap2MediationStatus": "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-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-1/cTap2MediationContentId": {
      "get": {
        "summary": "Get cTap2MediationContentId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-1-cTap2MediationContentId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationContentId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationContentId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-1/cTap2MediationStatus": {
      "get": {
        "summary": "Get cTap2MediationStatus",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-1-cTap2MediationStatus",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2MediationStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2MediationStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-1/cTap2DebugIndex": {
      "get": {
        "summary": "Get cTap2DebugIndex",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-1-cTap2DebugIndex",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-1/cTap2DebugMediationId": {
      "get": {
        "summary": "Get cTap2DebugMediationId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-1-cTap2DebugMediationId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugMediationId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugMediationId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-2",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2DebugIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cTap2DebugMessage": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:object-2": {
                    "cTap2DebugIndex": "configured-value",
                    "cTap2DebugMessage": "configured-value"
                  }
                }
              }
            }
          },
          "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-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-2/cTap2DebugIndex": {
      "get": {
        "summary": "Get cTap2DebugIndex",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-2-cTap2DebugIndex",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-2/cTap2DebugMessage": {
      "get": {
        "summary": "Get cTap2DebugMessage",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-2-cTap2DebugMessage",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugMessage": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugMessage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-2/cTap2DebugStreamId": {
      "get": {
        "summary": "Get cTap2DebugStreamId",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-2-cTap2DebugStreamId",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugStreamId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugStreamId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-3",
        "tags": [
          "CISCO-TAP2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cTap2DebugIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cTap2DebugMessage": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-TAP2-MIB:object-3": {
                    "cTap2DebugIndex": "configured-value",
                    "cTap2DebugMessage": "configured-value"
                  }
                }
              }
            }
          },
          "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-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-3/cTap2DebugIndex": {
      "get": {
        "summary": "Get cTap2DebugIndex",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-3-cTap2DebugIndex",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-TAP2-MIB:CISCO-TAP2-MIB/cTap2DebugUserTable/object-3/cTap2DebugMessage": {
      "get": {
        "summary": "Get cTap2DebugMessage",
        "operationId": "get-CISCO-TAP2-MIB:CISCO-TAP2-MIB-cTap2DebugUserTable-object-3-cTap2DebugMessage",
        "tags": [
          "CISCO-TAP2-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-TAP2-MIB:cTap2DebugMessage": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cTap2DebugMessage 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": []
    }
  ]
}
