{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IP-TAP-MIB",
    "description": "MIB data from `CISCO-IP-TAP-MIB` module.\n\n**Root containers:** 1 (CISCO-IP-TAP-MIB)\n**Paths:** 23 | **Descendants:** 22\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-IP-TAP-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-IP-TAP-MIB:CISCO-IP-TAP-MIB": {
      "get": {
        "summary": "Get CISCO-IP-TAP-MIB",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB",
        "tags": [
          "CISCO-IP-TAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "citapStreamEncodePacket": {
                      "type": "object",
                      "properties": {
                        "citapStreamCapabilities": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "citapStreamTable": {
                      "type": "object",
                      "properties": {
                        "citapStreamEntry": {
                          "type": "object",
                          "properties": {
                            "cTap2MediationContentId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cTap2StreamIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamInterface": {
                              "type": "integer",
                              "example": 1
                            },
                            "citapStreamAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamDestinationAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "citapStreamDestinationLength": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamSourceAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "citapStreamSourceLength": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamTosByte": {
                              "type": "integer",
                              "example": 1
                            },
                            "citapStreamTosByteMask": {
                              "type": "integer",
                              "example": 1
                            },
                            "citapStreamFlowId": {
                              "type": "integer",
                              "example": 1
                            },
                            "citapStreamProtocol": {
                              "type": "integer",
                              "example": 1
                            },
                            "citapStreamDestL4PortMin": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamDestL4PortMax": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamSourceL4PortMin": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamSourceL4PortMax": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamVRF": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "citapStreamStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB": {
                    "citapStreamEncodePacket": {
                      "citapStreamCapabilities": ""
                    },
                    "citapStreamTable": {
                      "citapStreamEntry": {
                        "cTap2MediationContentId": "1",
                        "cTap2StreamIndex": "configured-value",
                        "citapStreamInterface": 1,
                        "citapStreamAddrType": "configured-value",
                        "citapStreamDestinationAddress": "10.1.1.1",
                        "citapStreamDestinationLength": "configured-value",
                        "citapStreamSourceAddress": "10.1.1.1",
                        "citapStreamSourceLength": "configured-value",
                        "citapStreamTosByte": 1,
                        "citapStreamTosByteMask": 1,
                        "citapStreamFlowId": 1,
                        "citapStreamProtocol": 1,
                        "citapStreamDestL4PortMin": "configured-value",
                        "citapStreamDestL4PortMax": "configured-value",
                        "citapStreamSourceL4PortMin": "configured-value",
                        "citapStreamSourceL4PortMax": "configured-value",
                        "citapStreamVRF": "configured-value",
                        "citapStreamStatus": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IP-TAP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamEncodePacket": {
      "get": {
        "summary": "Get citapStreamEncodePacket",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamEncodePacket",
        "tags": [
          "CISCO-IP-TAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "citapStreamCapabilities": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-TAP-MIB:citapStreamEncodePacket": {
                    "citapStreamCapabilities": ""
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamEncodePacket from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamEncodePacket/citapStreamCapabilities": {
      "get": {
        "summary": "Get citapStreamCapabilities",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamEncodePacket-citapStreamCapabilities",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamCapabilities": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamCapabilities from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable": {
      "get": {
        "summary": "Get citapStreamTable",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable",
        "tags": [
          "CISCO-IP-TAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "citapStreamEntry": {
                      "type": "object",
                      "properties": {
                        "cTap2MediationContentId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cTap2StreamIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamInterface": {
                          "type": "integer",
                          "example": 1
                        },
                        "citapStreamAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamDestinationAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "citapStreamDestinationLength": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamSourceAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "citapStreamSourceLength": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamTosByte": {
                          "type": "integer",
                          "example": 1
                        },
                        "citapStreamTosByteMask": {
                          "type": "integer",
                          "example": 1
                        },
                        "citapStreamFlowId": {
                          "type": "integer",
                          "example": 1
                        },
                        "citapStreamProtocol": {
                          "type": "integer",
                          "example": 1
                        },
                        "citapStreamDestL4PortMin": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamDestL4PortMax": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamSourceL4PortMin": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamSourceL4PortMax": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamVRF": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "citapStreamStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-TAP-MIB:citapStreamTable": {
                    "citapStreamEntry": {
                      "cTap2MediationContentId": "1",
                      "cTap2StreamIndex": "configured-value",
                      "citapStreamInterface": 1,
                      "citapStreamAddrType": "configured-value",
                      "citapStreamDestinationAddress": "10.1.1.1",
                      "citapStreamDestinationLength": "configured-value",
                      "citapStreamSourceAddress": "10.1.1.1",
                      "citapStreamSourceLength": "configured-value",
                      "citapStreamTosByte": 1,
                      "citapStreamTosByteMask": 1,
                      "citapStreamFlowId": 1,
                      "citapStreamProtocol": 1,
                      "citapStreamDestL4PortMin": "configured-value",
                      "citapStreamDestL4PortMax": "configured-value",
                      "citapStreamSourceL4PortMin": "configured-value",
                      "citapStreamSourceL4PortMax": "configured-value",
                      "citapStreamVRF": "configured-value",
                      "citapStreamStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry": {
      "get": {
        "summary": "Get citapStreamEntry",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry",
        "tags": [
          "CISCO-IP-TAP-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": "string",
                      "example": "configured-value"
                    },
                    "citapStreamInterface": {
                      "type": "integer",
                      "example": 1
                    },
                    "citapStreamAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamDestinationAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "citapStreamDestinationLength": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamSourceAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "citapStreamSourceLength": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamTosByte": {
                      "type": "integer",
                      "example": 1
                    },
                    "citapStreamTosByteMask": {
                      "type": "integer",
                      "example": 1
                    },
                    "citapStreamFlowId": {
                      "type": "integer",
                      "example": 1
                    },
                    "citapStreamProtocol": {
                      "type": "integer",
                      "example": 1
                    },
                    "citapStreamDestL4PortMin": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamDestL4PortMax": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamSourceL4PortMin": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamSourceL4PortMax": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamVRF": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "citapStreamStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-TAP-MIB:citapStreamEntry": {
                    "cTap2MediationContentId": "1",
                    "cTap2StreamIndex": "configured-value",
                    "citapStreamInterface": 1,
                    "citapStreamAddrType": "configured-value",
                    "citapStreamDestinationAddress": "10.1.1.1",
                    "citapStreamDestinationLength": "configured-value",
                    "citapStreamSourceAddress": "10.1.1.1",
                    "citapStreamSourceLength": "configured-value",
                    "citapStreamTosByte": 1,
                    "citapStreamTosByteMask": 1,
                    "citapStreamFlowId": 1,
                    "citapStreamProtocol": 1,
                    "citapStreamDestL4PortMin": "configured-value",
                    "citapStreamDestL4PortMax": "configured-value",
                    "citapStreamSourceL4PortMin": "configured-value",
                    "citapStreamSourceL4PortMax": "configured-value",
                    "citapStreamVRF": "configured-value",
                    "citapStreamStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/cTap2MediationContentId": {
      "get": {
        "summary": "Get cTap2MediationContentId",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-cTap2MediationContentId",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-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-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/cTap2StreamIndex": {
      "get": {
        "summary": "Get cTap2StreamIndex",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-cTap2StreamIndex",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:cTap2StreamIndex": "configured-value"
                }
              }
            }
          },
          "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-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamInterface": {
      "get": {
        "summary": "Get citapStreamInterface",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamInterface",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamInterface": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamAddrType": {
      "get": {
        "summary": "Get citapStreamAddrType",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamAddrType",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamDestinationAddress": {
      "get": {
        "summary": "Get citapStreamDestinationAddress",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamDestinationAddress",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamDestinationAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamDestinationAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamDestinationLength": {
      "get": {
        "summary": "Get citapStreamDestinationLength",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamDestinationLength",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamDestinationLength": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamDestinationLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamSourceAddress": {
      "get": {
        "summary": "Get citapStreamSourceAddress",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamSourceAddress",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamSourceAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamSourceLength": {
      "get": {
        "summary": "Get citapStreamSourceLength",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamSourceLength",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamSourceLength": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamSourceLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamTosByte": {
      "get": {
        "summary": "Get citapStreamTosByte",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamTosByte",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamTosByte": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamTosByte from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamTosByteMask": {
      "get": {
        "summary": "Get citapStreamTosByteMask",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamTosByteMask",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamTosByteMask": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamTosByteMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamFlowId": {
      "get": {
        "summary": "Get citapStreamFlowId",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamFlowId",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamFlowId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamFlowId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamProtocol": {
      "get": {
        "summary": "Get citapStreamProtocol",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamProtocol",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamProtocol": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamDestL4PortMin": {
      "get": {
        "summary": "Get citapStreamDestL4PortMin",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamDestL4PortMin",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamDestL4PortMin": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamDestL4PortMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamDestL4PortMax": {
      "get": {
        "summary": "Get citapStreamDestL4PortMax",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamDestL4PortMax",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamDestL4PortMax": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamDestL4PortMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamSourceL4PortMin": {
      "get": {
        "summary": "Get citapStreamSourceL4PortMin",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamSourceL4PortMin",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamSourceL4PortMin": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamSourceL4PortMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamSourceL4PortMax": {
      "get": {
        "summary": "Get citapStreamSourceL4PortMax",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamSourceL4PortMax",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamSourceL4PortMax": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamSourceL4PortMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamVRF": {
      "get": {
        "summary": "Get citapStreamVRF",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamVRF",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamVRF": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamVRF from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB/citapStreamTable/citapStreamEntry/citapStreamStatus": {
      "get": {
        "summary": "Get citapStreamStatus",
        "operationId": "get-CISCO-IP-TAP-MIB:CISCO-IP-TAP-MIB-citapStreamTable-citapStreamEntry-citapStreamStatus",
        "tags": [
          "CISCO-IP-TAP-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-IP-TAP-MIB:citapStreamStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve citapStreamStatus 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": []
    }
  ]
}
