{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - RSVP-MIB",
    "description": "MIB data from `RSVP-MIB` module.\n\n**Root containers:** 1 (RSVP-MIB)\n**Paths:** 176 | **Descendants:** 193\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": "RSVP-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/RSVP-MIB:RSVP-MIB": {
      "get": {
        "summary": "Get RSVP-MIB",
        "operationId": "get-RSVP-MIB:RSVP-MIB",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpGenObjects": {
                      "type": "object",
                      "properties": {
                        "rsvpBadPackets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderNewIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvNewIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdNewIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSessionNewIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpSessionTable": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "rsvpSessionNumber": {
                                "type": "string",
                                "example": "10"
                              },
                              "rsvpSessionType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpSessionDestAddr": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "rsvpSessionDestAddrLength": {
                                "type": "integer",
                                "example": 1
                              },
                              "rsvpSessionProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpSessionPort": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpSessionSenders": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpSessionReceivers": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpSessionRequests": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpSenderTable": {
                      "type": "object",
                      "properties": {
                        "rsvpSenderEntry": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpSenderNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpSenderType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderDestAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpSenderAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpSenderDestAddrLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAddrLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderDestPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderFlowId": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderHopAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpSenderHopLih": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderInterface": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderTSpecRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderTSpecPeakRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderTSpecBurst": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderTSpecMinTU": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderTSpecMaxTU": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderRSVPHop": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpSenderLastChange": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderPolicy": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpSenderAdspecBreak": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpSenderAdspecHopCount": {
                              "type": "integer",
                              "example": 10
                            },
                            "rsvpSenderAdspecPathBw": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "rsvpSenderAdspecMinLatency": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecMtu": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecGuaranteedSvc": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpSenderAdspecGuaranteedBreak": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpSenderAdspecGuaranteedCtot": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecGuaranteedDtot": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecGuaranteedCsum": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecGuaranteedDsum": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecGuaranteedHopCount": {
                              "type": "integer",
                              "example": 10
                            },
                            "rsvpSenderAdspecGuaranteedPathBw": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "rsvpSenderAdspecGuaranteedMinLatency": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecGuaranteedMtu": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecCtrlLoadSvc": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpSenderAdspecCtrlLoadBreak": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpSenderAdspecCtrlLoadHopCount": {
                              "type": "integer",
                              "example": 10
                            },
                            "rsvpSenderAdspecCtrlLoadPathBw": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "rsvpSenderAdspecCtrlLoadMinLatency": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderAdspecCtrlLoadMtu": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpSenderStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "rsvpSenderTTL": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpSenderOutInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "rsvpSenderOutInterfaceEntry": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpSenderNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpSenderOutInterfaceStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpResvTable": {
                      "type": "object",
                      "properties": {
                        "rsvpResvEntry": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvDestAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvSenderAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvDestAddrLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvSenderAddrLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvDestPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvHopAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvHopLih": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvInterface": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvService": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvTSpecRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvTSpecPeakRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvTSpecBurst": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvTSpecMinTU": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvTSpecMaxTU": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvRSpecRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvRSpecSlack": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvScope": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvShared": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpResvExplicit": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpResvRSVPHop": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpResvLastChange": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvPolicy": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "rsvpResvTTL": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvFlowId": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpResvFwdTable": {
                      "type": "object",
                      "properties": {
                        "rsvpResvFwdEntry": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvFwdNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvFwdType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdDestAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdSenderAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdDestAddrLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvFwdSenderAddrLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvFwdProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdDestPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdHopAddr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdHopLih": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvFwdInterface": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdService": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdTSpecRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdTSpecPeakRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdTSpecBurst": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdTSpecMinTU": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdTSpecMaxTU": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdRSpecRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdRSpecSlack": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvFwdInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdScope": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdShared": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpResvFwdExplicit": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpResvFwdRSVPHop": {
                              "type": "boolean",
                              "example": true
                            },
                            "rsvpResvFwdLastChange": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdPolicy": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "rsvpResvFwdStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "rsvpResvFwdTTL": {
                              "type": "integer",
                              "example": 1
                            },
                            "rsvpResvFwdFlowId": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpIfTable": {
                      "type": "object",
                      "properties": {
                        "rsvpIfEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpIfUdpNbrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpIfIpNbrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpIfNbrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpIfRefreshBlockadeMultiple": {
                                "type": "integer",
                                "example": 1
                              },
                              "rsvpIfRefreshMultiple": {
                                "type": "integer",
                                "example": 1
                              },
                              "rsvpIfTTL": {
                                "type": "integer",
                                "example": 1
                              },
                              "rsvpIfRefreshInterval": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpIfRouteDelay": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "rsvpIfEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "rsvpIfUdpRequired": {
                                "type": "boolean",
                                "example": true
                              },
                              "rsvpIfStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "rsvpNbrTable": {
                      "type": "object",
                      "properties": {
                        "rsvpNbrEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpNbrAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "rsvpNbrProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "rsvpNbrStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "intSrvFlowNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "intSrvFlowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpSessionDestAddr": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvFwdNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvFwdStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpResvStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "rsvpSessionNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpSenderNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "rsvpSenderStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:RSVP-MIB": {
                    "rsvpGenObjects": {
                      "rsvpBadPackets": "configured-value",
                      "rsvpSenderNewIndex": "configured-value",
                      "rsvpResvNewIndex": "configured-value",
                      "rsvpResvFwdNewIndex": "configured-value",
                      "rsvpSessionNewIndex": "configured-value"
                    },
                    "rsvpSessionTable": {
                      "rsvpSessionEntry": [
                        {
                          "rsvpSessionNumber": "10",
                          "rsvpSessionType": "configured-value",
                          "rsvpSessionDestAddr": "QmFzZTY0",
                          "rsvpSessionDestAddrLength": 1,
                          "rsvpSessionProtocol": "configured-value",
                          "rsvpSessionPort": "configured-value",
                          "rsvpSessionSenders": "configured-value",
                          "rsvpSessionReceivers": "configured-value",
                          "rsvpSessionRequests": "configured-value"
                        }
                      ]
                    },
                    "rsvpSenderTable": {
                      "rsvpSenderEntry": {
                        "rsvpSessionNumber": "10",
                        "rsvpSenderNumber": "10",
                        "rsvpSenderType": "configured-value",
                        "rsvpSenderDestAddr": "QmFzZTY0",
                        "rsvpSenderAddr": "QmFzZTY0",
                        "rsvpSenderDestAddrLength": 1,
                        "rsvpSenderAddrLength": 1,
                        "rsvpSenderProtocol": "configured-value",
                        "rsvpSenderDestPort": "configured-value",
                        "rsvpSenderPort": "configured-value",
                        "rsvpSenderFlowId": 1,
                        "rsvpSenderHopAddr": "QmFzZTY0",
                        "rsvpSenderHopLih": 1,
                        "rsvpSenderInterface": "configured-value",
                        "rsvpSenderTSpecRate": "configured-value",
                        "rsvpSenderTSpecPeakRate": "configured-value",
                        "rsvpSenderTSpecBurst": "configured-value",
                        "rsvpSenderTSpecMinTU": "configured-value",
                        "rsvpSenderTSpecMaxTU": "configured-value",
                        "rsvpSenderInterval": "configured-value",
                        "rsvpSenderRSVPHop": true,
                        "rsvpSenderLastChange": "configured-value",
                        "rsvpSenderPolicy": "QmFzZTY0",
                        "rsvpSenderAdspecBreak": true,
                        "rsvpSenderAdspecHopCount": 10,
                        "rsvpSenderAdspecPathBw": "/data/example",
                        "rsvpSenderAdspecMinLatency": 1,
                        "rsvpSenderAdspecMtu": 1,
                        "rsvpSenderAdspecGuaranteedSvc": true,
                        "rsvpSenderAdspecGuaranteedBreak": true,
                        "rsvpSenderAdspecGuaranteedCtot": 1,
                        "rsvpSenderAdspecGuaranteedDtot": 1,
                        "rsvpSenderAdspecGuaranteedCsum": 1,
                        "rsvpSenderAdspecGuaranteedDsum": 1,
                        "rsvpSenderAdspecGuaranteedHopCount": 10,
                        "rsvpSenderAdspecGuaranteedPathBw": "/data/example",
                        "rsvpSenderAdspecGuaranteedMinLatency": 1,
                        "rsvpSenderAdspecGuaranteedMtu": 1,
                        "rsvpSenderAdspecCtrlLoadSvc": true,
                        "rsvpSenderAdspecCtrlLoadBreak": true,
                        "rsvpSenderAdspecCtrlLoadHopCount": 10,
                        "rsvpSenderAdspecCtrlLoadPathBw": "/data/example",
                        "rsvpSenderAdspecCtrlLoadMinLatency": 1,
                        "rsvpSenderAdspecCtrlLoadMtu": 1,
                        "rsvpSenderStatus": "active",
                        "rsvpSenderTTL": 1
                      }
                    },
                    "rsvpSenderOutInterfaceTable": {
                      "rsvpSenderOutInterfaceEntry": {
                        "rsvpSessionNumber": "10",
                        "rsvpSenderNumber": "10",
                        "ifIndex": "configured-value",
                        "rsvpSenderOutInterfaceStatus": "active"
                      }
                    },
                    "rsvpResvTable": {
                      "rsvpResvEntry": {
                        "rsvpSessionNumber": "10",
                        "rsvpResvNumber": "10",
                        "rsvpResvType": "configured-value",
                        "rsvpResvDestAddr": "QmFzZTY0",
                        "rsvpResvSenderAddr": "QmFzZTY0",
                        "rsvpResvDestAddrLength": 1,
                        "rsvpResvSenderAddrLength": 1,
                        "rsvpResvProtocol": "configured-value",
                        "rsvpResvDestPort": "configured-value",
                        "rsvpResvPort": "configured-value",
                        "rsvpResvHopAddr": "QmFzZTY0",
                        "rsvpResvHopLih": 1,
                        "rsvpResvInterface": "configured-value",
                        "rsvpResvService": "configured-value",
                        "rsvpResvTSpecRate": "configured-value",
                        "rsvpResvTSpecPeakRate": "configured-value",
                        "rsvpResvTSpecBurst": "configured-value",
                        "rsvpResvTSpecMinTU": "configured-value",
                        "rsvpResvTSpecMaxTU": "configured-value",
                        "rsvpResvRSpecRate": "configured-value",
                        "rsvpResvRSpecSlack": 1,
                        "rsvpResvInterval": "configured-value",
                        "rsvpResvScope": "QmFzZTY0",
                        "rsvpResvShared": true,
                        "rsvpResvExplicit": true,
                        "rsvpResvRSVPHop": true,
                        "rsvpResvLastChange": "configured-value",
                        "rsvpResvPolicy": "QmFzZTY0",
                        "rsvpResvStatus": "active",
                        "rsvpResvTTL": 1,
                        "rsvpResvFlowId": 1
                      }
                    },
                    "rsvpResvFwdTable": {
                      "rsvpResvFwdEntry": {
                        "rsvpSessionNumber": "10",
                        "rsvpResvFwdNumber": "10",
                        "rsvpResvFwdType": "configured-value",
                        "rsvpResvFwdDestAddr": "QmFzZTY0",
                        "rsvpResvFwdSenderAddr": "QmFzZTY0",
                        "rsvpResvFwdDestAddrLength": 1,
                        "rsvpResvFwdSenderAddrLength": 1,
                        "rsvpResvFwdProtocol": "configured-value",
                        "rsvpResvFwdDestPort": "configured-value",
                        "rsvpResvFwdPort": "configured-value",
                        "rsvpResvFwdHopAddr": "QmFzZTY0",
                        "rsvpResvFwdHopLih": 1,
                        "rsvpResvFwdInterface": "configured-value",
                        "rsvpResvFwdService": "configured-value",
                        "rsvpResvFwdTSpecRate": "configured-value",
                        "rsvpResvFwdTSpecPeakRate": "configured-value",
                        "rsvpResvFwdTSpecBurst": "configured-value",
                        "rsvpResvFwdTSpecMinTU": "configured-value",
                        "rsvpResvFwdTSpecMaxTU": "configured-value",
                        "rsvpResvFwdRSpecRate": "configured-value",
                        "rsvpResvFwdRSpecSlack": 1,
                        "rsvpResvFwdInterval": "configured-value",
                        "rsvpResvFwdScope": "QmFzZTY0",
                        "rsvpResvFwdShared": true,
                        "rsvpResvFwdExplicit": true,
                        "rsvpResvFwdRSVPHop": true,
                        "rsvpResvFwdLastChange": "configured-value",
                        "rsvpResvFwdPolicy": "QmFzZTY0",
                        "rsvpResvFwdStatus": "active",
                        "rsvpResvFwdTTL": 1,
                        "rsvpResvFwdFlowId": 1
                      }
                    },
                    "rsvpIfTable": {
                      "rsvpIfEntry": [
                        {
                          "ifIndex": "configured-value",
                          "rsvpIfUdpNbrs": "configured-value",
                          "rsvpIfIpNbrs": "configured-value",
                          "rsvpIfNbrs": "configured-value",
                          "rsvpIfRefreshBlockadeMultiple": 1,
                          "rsvpIfRefreshMultiple": 1,
                          "rsvpIfTTL": 1,
                          "rsvpIfRefreshInterval": "configured-value",
                          "rsvpIfRouteDelay": "configured-value",
                          "rsvpIfEnabled": true,
                          "rsvpIfUdpRequired": true,
                          "rsvpIfStatus": "active"
                        }
                      ]
                    },
                    "rsvpNbrTable": {
                      "rsvpNbrEntry": {
                        "ifIndex": "configured-value",
                        "rsvpNbrAddress": "QmFzZTY0",
                        "rsvpNbrProtocol": "configured-value",
                        "rsvpNbrStatus": "active"
                      },
                      "object-1": {
                        "intSrvFlowNumber": "10",
                        "intSrvFlowStatus": "active"
                      },
                      "object-2": {
                        "rsvpSessionNumber": "10",
                        "rsvpSessionDestAddr": "configured-value"
                      },
                      "object-3": {
                        "rsvpSessionNumber": "10",
                        "rsvpResvFwdNumber": "10",
                        "rsvpResvFwdStatus": "active"
                      },
                      "object-4": {
                        "rsvpSessionNumber": "10",
                        "rsvpResvNumber": "10",
                        "rsvpResvStatus": "active"
                      },
                      "object-5": {
                        "rsvpSessionNumber": "10",
                        "rsvpSenderNumber": "10",
                        "rsvpSenderStatus": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve RSVP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpGenObjects": {
      "get": {
        "summary": "Get rsvpGenObjects",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpGenObjects",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpBadPackets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderNewIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvNewIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdNewIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSessionNewIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpGenObjects": {
                    "rsvpBadPackets": "configured-value",
                    "rsvpSenderNewIndex": "configured-value",
                    "rsvpResvNewIndex": "configured-value",
                    "rsvpResvFwdNewIndex": "configured-value",
                    "rsvpSessionNewIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpGenObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpGenObjects/rsvpBadPackets": {
      "get": {
        "summary": "Get rsvpBadPackets",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpGenObjects-rsvpBadPackets",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpBadPackets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpBadPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpGenObjects/rsvpSenderNewIndex": {
      "get": {
        "summary": "Get rsvpSenderNewIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpGenObjects-rsvpSenderNewIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderNewIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderNewIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpGenObjects/rsvpResvNewIndex": {
      "get": {
        "summary": "Get rsvpResvNewIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpGenObjects-rsvpResvNewIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvNewIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvNewIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpGenObjects/rsvpResvFwdNewIndex": {
      "get": {
        "summary": "Get rsvpResvFwdNewIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpGenObjects-rsvpResvFwdNewIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdNewIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdNewIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpGenObjects/rsvpSessionNewIndex": {
      "get": {
        "summary": "Get rsvpSessionNewIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpGenObjects-rsvpSessionNewIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionNewIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNewIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable": {
      "get": {
        "summary": "Get rsvpSessionTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "rsvpSessionNumber": {
                            "type": "string",
                            "example": "10"
                          },
                          "rsvpSessionType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpSessionDestAddr": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "rsvpSessionDestAddrLength": {
                            "type": "integer",
                            "example": 1
                          },
                          "rsvpSessionProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpSessionPort": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpSessionSenders": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpSessionReceivers": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpSessionRequests": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionTable": {
                    "rsvpSessionEntry": [
                      {
                        "rsvpSessionNumber": "10",
                        "rsvpSessionType": "configured-value",
                        "rsvpSessionDestAddr": "QmFzZTY0",
                        "rsvpSessionDestAddrLength": 1,
                        "rsvpSessionProtocol": "configured-value",
                        "rsvpSessionPort": "configured-value",
                        "rsvpSessionSenders": "configured-value",
                        "rsvpSessionReceivers": "configured-value",
                        "rsvpSessionRequests": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry": {
      "get": {
        "summary": "Get rsvpSessionEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry",
        "tags": [
          "RSVP-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": {
                      "rsvpSessionNumber": {
                        "type": "string",
                        "example": "10"
                      },
                      "rsvpSessionType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpSessionDestAddr": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "rsvpSessionDestAddrLength": {
                        "type": "integer",
                        "example": 1
                      },
                      "rsvpSessionProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpSessionPort": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpSessionSenders": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpSessionReceivers": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpSessionRequests": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionEntry": [
                    {
                      "rsvpSessionNumber": "10",
                      "rsvpSessionType": "configured-value",
                      "rsvpSessionDestAddr": "QmFzZTY0",
                      "rsvpSessionDestAddrLength": 1,
                      "rsvpSessionProtocol": "configured-value",
                      "rsvpSessionPort": "configured-value",
                      "rsvpSessionSenders": "configured-value",
                      "rsvpSessionReceivers": "configured-value",
                      "rsvpSessionRequests": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionType": {
      "get": {
        "summary": "Get rsvpSessionType",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionType",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionDestAddr": {
      "get": {
        "summary": "Get rsvpSessionDestAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionDestAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionDestAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionDestAddrLength": {
      "get": {
        "summary": "Get rsvpSessionDestAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionDestAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionDestAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionDestAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionProtocol": {
      "get": {
        "summary": "Get rsvpSessionProtocol",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionProtocol",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionPort": {
      "get": {
        "summary": "Get rsvpSessionPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionSenders": {
      "get": {
        "summary": "Get rsvpSessionSenders",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionSenders",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionSenders": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionSenders from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionReceivers": {
      "get": {
        "summary": "Get rsvpSessionReceivers",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionReceivers",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionReceivers": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionReceivers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSessionTable/rsvpSessionEntry/rsvpSessionRequests": {
      "get": {
        "summary": "Get rsvpSessionRequests",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSessionTable-rsvpSessionEntry-rsvpSessionRequests",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionRequests": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionRequests from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable": {
      "get": {
        "summary": "Get rsvpSenderTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSenderEntry": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpSenderNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpSenderType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderDestAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpSenderAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpSenderDestAddrLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAddrLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderDestPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderFlowId": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderHopAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpSenderHopLih": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderInterface": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderTSpecRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderTSpecPeakRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderTSpecBurst": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderTSpecMinTU": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderTSpecMaxTU": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderRSVPHop": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpSenderLastChange": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderPolicy": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpSenderAdspecBreak": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpSenderAdspecHopCount": {
                          "type": "integer",
                          "example": 10
                        },
                        "rsvpSenderAdspecPathBw": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "rsvpSenderAdspecMinLatency": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecMtu": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecGuaranteedSvc": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpSenderAdspecGuaranteedBreak": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpSenderAdspecGuaranteedCtot": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecGuaranteedDtot": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecGuaranteedCsum": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecGuaranteedDsum": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecGuaranteedHopCount": {
                          "type": "integer",
                          "example": 10
                        },
                        "rsvpSenderAdspecGuaranteedPathBw": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "rsvpSenderAdspecGuaranteedMinLatency": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecGuaranteedMtu": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecCtrlLoadSvc": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpSenderAdspecCtrlLoadBreak": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpSenderAdspecCtrlLoadHopCount": {
                          "type": "integer",
                          "example": 10
                        },
                        "rsvpSenderAdspecCtrlLoadPathBw": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "rsvpSenderAdspecCtrlLoadMinLatency": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderAdspecCtrlLoadMtu": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpSenderStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "rsvpSenderTTL": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderTable": {
                    "rsvpSenderEntry": {
                      "rsvpSessionNumber": "10",
                      "rsvpSenderNumber": "10",
                      "rsvpSenderType": "configured-value",
                      "rsvpSenderDestAddr": "QmFzZTY0",
                      "rsvpSenderAddr": "QmFzZTY0",
                      "rsvpSenderDestAddrLength": 1,
                      "rsvpSenderAddrLength": 1,
                      "rsvpSenderProtocol": "configured-value",
                      "rsvpSenderDestPort": "configured-value",
                      "rsvpSenderPort": "configured-value",
                      "rsvpSenderFlowId": 1,
                      "rsvpSenderHopAddr": "QmFzZTY0",
                      "rsvpSenderHopLih": 1,
                      "rsvpSenderInterface": "configured-value",
                      "rsvpSenderTSpecRate": "configured-value",
                      "rsvpSenderTSpecPeakRate": "configured-value",
                      "rsvpSenderTSpecBurst": "configured-value",
                      "rsvpSenderTSpecMinTU": "configured-value",
                      "rsvpSenderTSpecMaxTU": "configured-value",
                      "rsvpSenderInterval": "configured-value",
                      "rsvpSenderRSVPHop": true,
                      "rsvpSenderLastChange": "configured-value",
                      "rsvpSenderPolicy": "QmFzZTY0",
                      "rsvpSenderAdspecBreak": true,
                      "rsvpSenderAdspecHopCount": 10,
                      "rsvpSenderAdspecPathBw": "/data/example",
                      "rsvpSenderAdspecMinLatency": 1,
                      "rsvpSenderAdspecMtu": 1,
                      "rsvpSenderAdspecGuaranteedSvc": true,
                      "rsvpSenderAdspecGuaranteedBreak": true,
                      "rsvpSenderAdspecGuaranteedCtot": 1,
                      "rsvpSenderAdspecGuaranteedDtot": 1,
                      "rsvpSenderAdspecGuaranteedCsum": 1,
                      "rsvpSenderAdspecGuaranteedDsum": 1,
                      "rsvpSenderAdspecGuaranteedHopCount": 10,
                      "rsvpSenderAdspecGuaranteedPathBw": "/data/example",
                      "rsvpSenderAdspecGuaranteedMinLatency": 1,
                      "rsvpSenderAdspecGuaranteedMtu": 1,
                      "rsvpSenderAdspecCtrlLoadSvc": true,
                      "rsvpSenderAdspecCtrlLoadBreak": true,
                      "rsvpSenderAdspecCtrlLoadHopCount": 10,
                      "rsvpSenderAdspecCtrlLoadPathBw": "/data/example",
                      "rsvpSenderAdspecCtrlLoadMinLatency": 1,
                      "rsvpSenderAdspecCtrlLoadMtu": 1,
                      "rsvpSenderStatus": "active",
                      "rsvpSenderTTL": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry": {
      "get": {
        "summary": "Get rsvpSenderEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpSenderNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpSenderType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderDestAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpSenderAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpSenderDestAddrLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAddrLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderDestPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderFlowId": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderHopAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpSenderHopLih": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderInterface": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderTSpecRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderTSpecPeakRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderTSpecBurst": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderTSpecMinTU": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderTSpecMaxTU": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderRSVPHop": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpSenderLastChange": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderPolicy": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpSenderAdspecBreak": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpSenderAdspecHopCount": {
                      "type": "integer",
                      "example": 10
                    },
                    "rsvpSenderAdspecPathBw": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "rsvpSenderAdspecMinLatency": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecMtu": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecGuaranteedSvc": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpSenderAdspecGuaranteedBreak": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpSenderAdspecGuaranteedCtot": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecGuaranteedDtot": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecGuaranteedCsum": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecGuaranteedDsum": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecGuaranteedHopCount": {
                      "type": "integer",
                      "example": 10
                    },
                    "rsvpSenderAdspecGuaranteedPathBw": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "rsvpSenderAdspecGuaranteedMinLatency": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecGuaranteedMtu": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecCtrlLoadSvc": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpSenderAdspecCtrlLoadBreak": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpSenderAdspecCtrlLoadHopCount": {
                      "type": "integer",
                      "example": 10
                    },
                    "rsvpSenderAdspecCtrlLoadPathBw": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "rsvpSenderAdspecCtrlLoadMinLatency": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderAdspecCtrlLoadMtu": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpSenderStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "rsvpSenderTTL": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderEntry": {
                    "rsvpSessionNumber": "10",
                    "rsvpSenderNumber": "10",
                    "rsvpSenderType": "configured-value",
                    "rsvpSenderDestAddr": "QmFzZTY0",
                    "rsvpSenderAddr": "QmFzZTY0",
                    "rsvpSenderDestAddrLength": 1,
                    "rsvpSenderAddrLength": 1,
                    "rsvpSenderProtocol": "configured-value",
                    "rsvpSenderDestPort": "configured-value",
                    "rsvpSenderPort": "configured-value",
                    "rsvpSenderFlowId": 1,
                    "rsvpSenderHopAddr": "QmFzZTY0",
                    "rsvpSenderHopLih": 1,
                    "rsvpSenderInterface": "configured-value",
                    "rsvpSenderTSpecRate": "configured-value",
                    "rsvpSenderTSpecPeakRate": "configured-value",
                    "rsvpSenderTSpecBurst": "configured-value",
                    "rsvpSenderTSpecMinTU": "configured-value",
                    "rsvpSenderTSpecMaxTU": "configured-value",
                    "rsvpSenderInterval": "configured-value",
                    "rsvpSenderRSVPHop": true,
                    "rsvpSenderLastChange": "configured-value",
                    "rsvpSenderPolicy": "QmFzZTY0",
                    "rsvpSenderAdspecBreak": true,
                    "rsvpSenderAdspecHopCount": 10,
                    "rsvpSenderAdspecPathBw": "/data/example",
                    "rsvpSenderAdspecMinLatency": 1,
                    "rsvpSenderAdspecMtu": 1,
                    "rsvpSenderAdspecGuaranteedSvc": true,
                    "rsvpSenderAdspecGuaranteedBreak": true,
                    "rsvpSenderAdspecGuaranteedCtot": 1,
                    "rsvpSenderAdspecGuaranteedDtot": 1,
                    "rsvpSenderAdspecGuaranteedCsum": 1,
                    "rsvpSenderAdspecGuaranteedDsum": 1,
                    "rsvpSenderAdspecGuaranteedHopCount": 10,
                    "rsvpSenderAdspecGuaranteedPathBw": "/data/example",
                    "rsvpSenderAdspecGuaranteedMinLatency": 1,
                    "rsvpSenderAdspecGuaranteedMtu": 1,
                    "rsvpSenderAdspecCtrlLoadSvc": true,
                    "rsvpSenderAdspecCtrlLoadBreak": true,
                    "rsvpSenderAdspecCtrlLoadHopCount": 10,
                    "rsvpSenderAdspecCtrlLoadPathBw": "/data/example",
                    "rsvpSenderAdspecCtrlLoadMinLatency": 1,
                    "rsvpSenderAdspecCtrlLoadMtu": 1,
                    "rsvpSenderStatus": "active",
                    "rsvpSenderTTL": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderNumber": {
      "get": {
        "summary": "Get rsvpSenderNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderType": {
      "get": {
        "summary": "Get rsvpSenderType",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderType",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderDestAddr": {
      "get": {
        "summary": "Get rsvpSenderDestAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderDestAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderDestAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAddr": {
      "get": {
        "summary": "Get rsvpSenderAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderDestAddrLength": {
      "get": {
        "summary": "Get rsvpSenderDestAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderDestAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderDestAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderDestAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAddrLength": {
      "get": {
        "summary": "Get rsvpSenderAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderProtocol": {
      "get": {
        "summary": "Get rsvpSenderProtocol",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderProtocol",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderDestPort": {
      "get": {
        "summary": "Get rsvpSenderDestPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderDestPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderDestPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderDestPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderPort": {
      "get": {
        "summary": "Get rsvpSenderPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderFlowId": {
      "get": {
        "summary": "Get rsvpSenderFlowId",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderFlowId",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderFlowId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderFlowId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderHopAddr": {
      "get": {
        "summary": "Get rsvpSenderHopAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderHopAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderHopAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderHopAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderHopLih": {
      "get": {
        "summary": "Get rsvpSenderHopLih",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderHopLih",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderHopLih": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderHopLih from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderInterface": {
      "get": {
        "summary": "Get rsvpSenderInterface",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderInterface",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderTSpecRate": {
      "get": {
        "summary": "Get rsvpSenderTSpecRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderTSpecRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderTSpecRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTSpecRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderTSpecPeakRate": {
      "get": {
        "summary": "Get rsvpSenderTSpecPeakRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderTSpecPeakRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderTSpecPeakRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTSpecPeakRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderTSpecBurst": {
      "get": {
        "summary": "Get rsvpSenderTSpecBurst",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderTSpecBurst",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderTSpecBurst": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTSpecBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderTSpecMinTU": {
      "get": {
        "summary": "Get rsvpSenderTSpecMinTU",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderTSpecMinTU",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderTSpecMinTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTSpecMinTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderTSpecMaxTU": {
      "get": {
        "summary": "Get rsvpSenderTSpecMaxTU",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderTSpecMaxTU",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderTSpecMaxTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTSpecMaxTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderInterval": {
      "get": {
        "summary": "Get rsvpSenderInterval",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderInterval",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderRSVPHop": {
      "get": {
        "summary": "Get rsvpSenderRSVPHop",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderRSVPHop",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderRSVPHop": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderRSVPHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderLastChange": {
      "get": {
        "summary": "Get rsvpSenderLastChange",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderLastChange",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderPolicy": {
      "get": {
        "summary": "Get rsvpSenderPolicy",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderPolicy",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderPolicy": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderPolicy from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecBreak": {
      "get": {
        "summary": "Get rsvpSenderAdspecBreak",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecBreak",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecBreak": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecBreak from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecHopCount": {
      "get": {
        "summary": "Get rsvpSenderAdspecHopCount",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecHopCount",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAdspecHopCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecHopCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecPathBw": {
      "get": {
        "summary": "Get rsvpSenderAdspecPathBw",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecPathBw",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAdspecPathBw": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecPathBw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecMinLatency": {
      "get": {
        "summary": "Get rsvpSenderAdspecMinLatency",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecMinLatency",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecMinLatency": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecMinLatency from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecMtu": {
      "get": {
        "summary": "Get rsvpSenderAdspecMtu",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecMtu",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedSvc": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedSvc",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedSvc",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedSvc": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedSvc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedBreak": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedBreak",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedBreak",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedBreak": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedBreak from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedCtot": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedCtot",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedCtot",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedCtot": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedCtot from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedDtot": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedDtot",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedDtot",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedDtot": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedDtot from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedCsum": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedCsum",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedCsum",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedCsum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedCsum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedDsum": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedDsum",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedDsum",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedDsum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedDsum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedHopCount": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedHopCount",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedHopCount",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedHopCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedHopCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedPathBw": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedPathBw",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedPathBw",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedPathBw": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedPathBw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedMinLatency": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedMinLatency",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedMinLatency",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedMinLatency": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedMinLatency from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecGuaranteedMtu": {
      "get": {
        "summary": "Get rsvpSenderAdspecGuaranteedMtu",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecGuaranteedMtu",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecGuaranteedMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecGuaranteedMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecCtrlLoadSvc": {
      "get": {
        "summary": "Get rsvpSenderAdspecCtrlLoadSvc",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecCtrlLoadSvc",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecCtrlLoadSvc": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecCtrlLoadSvc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecCtrlLoadBreak": {
      "get": {
        "summary": "Get rsvpSenderAdspecCtrlLoadBreak",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecCtrlLoadBreak",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecCtrlLoadBreak": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecCtrlLoadBreak from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecCtrlLoadHopCount": {
      "get": {
        "summary": "Get rsvpSenderAdspecCtrlLoadHopCount",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecCtrlLoadHopCount",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAdspecCtrlLoadHopCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecCtrlLoadHopCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecCtrlLoadPathBw": {
      "get": {
        "summary": "Get rsvpSenderAdspecCtrlLoadPathBw",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecCtrlLoadPathBw",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderAdspecCtrlLoadPathBw": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecCtrlLoadPathBw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecCtrlLoadMinLatency": {
      "get": {
        "summary": "Get rsvpSenderAdspecCtrlLoadMinLatency",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecCtrlLoadMinLatency",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecCtrlLoadMinLatency": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecCtrlLoadMinLatency from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderAdspecCtrlLoadMtu": {
      "get": {
        "summary": "Get rsvpSenderAdspecCtrlLoadMtu",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderAdspecCtrlLoadMtu",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderAdspecCtrlLoadMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderAdspecCtrlLoadMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderStatus": {
      "get": {
        "summary": "Get rsvpSenderStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderTable/rsvpSenderEntry/rsvpSenderTTL": {
      "get": {
        "summary": "Get rsvpSenderTTL",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderTable-rsvpSenderEntry-rsvpSenderTTL",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderTTL": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderTTL from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderOutInterfaceTable": {
      "get": {
        "summary": "Get rsvpSenderOutInterfaceTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderOutInterfaceTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSenderOutInterfaceEntry": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpSenderNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpSenderOutInterfaceStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderOutInterfaceTable": {
                    "rsvpSenderOutInterfaceEntry": {
                      "rsvpSessionNumber": "10",
                      "rsvpSenderNumber": "10",
                      "ifIndex": "configured-value",
                      "rsvpSenderOutInterfaceStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderOutInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderOutInterfaceTable/rsvpSenderOutInterfaceEntry": {
      "get": {
        "summary": "Get rsvpSenderOutInterfaceEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderOutInterfaceTable-rsvpSenderOutInterfaceEntry",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpSenderNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpSenderOutInterfaceStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderOutInterfaceEntry": {
                    "rsvpSessionNumber": "10",
                    "rsvpSenderNumber": "10",
                    "ifIndex": "configured-value",
                    "rsvpSenderOutInterfaceStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderOutInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderOutInterfaceTable/rsvpSenderOutInterfaceEntry/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderOutInterfaceTable-rsvpSenderOutInterfaceEntry-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderOutInterfaceTable/rsvpSenderOutInterfaceEntry/rsvpSenderNumber": {
      "get": {
        "summary": "Get rsvpSenderNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderOutInterfaceTable-rsvpSenderOutInterfaceEntry-rsvpSenderNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderOutInterfaceTable/rsvpSenderOutInterfaceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderOutInterfaceTable-rsvpSenderOutInterfaceEntry-ifIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpSenderOutInterfaceTable/rsvpSenderOutInterfaceEntry/rsvpSenderOutInterfaceStatus": {
      "get": {
        "summary": "Get rsvpSenderOutInterfaceStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpSenderOutInterfaceTable-rsvpSenderOutInterfaceEntry-rsvpSenderOutInterfaceStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderOutInterfaceStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderOutInterfaceStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable": {
      "get": {
        "summary": "Get rsvpResvTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpResvEntry": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvDestAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvSenderAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvDestAddrLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvSenderAddrLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvDestPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvHopAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvHopLih": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvInterface": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvService": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvTSpecRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvTSpecPeakRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvTSpecBurst": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvTSpecMinTU": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvTSpecMaxTU": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvRSpecRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvRSpecSlack": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvScope": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvShared": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpResvExplicit": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpResvRSVPHop": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpResvLastChange": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvPolicy": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "rsvpResvTTL": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvFlowId": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvTable": {
                    "rsvpResvEntry": {
                      "rsvpSessionNumber": "10",
                      "rsvpResvNumber": "10",
                      "rsvpResvType": "configured-value",
                      "rsvpResvDestAddr": "QmFzZTY0",
                      "rsvpResvSenderAddr": "QmFzZTY0",
                      "rsvpResvDestAddrLength": 1,
                      "rsvpResvSenderAddrLength": 1,
                      "rsvpResvProtocol": "configured-value",
                      "rsvpResvDestPort": "configured-value",
                      "rsvpResvPort": "configured-value",
                      "rsvpResvHopAddr": "QmFzZTY0",
                      "rsvpResvHopLih": 1,
                      "rsvpResvInterface": "configured-value",
                      "rsvpResvService": "configured-value",
                      "rsvpResvTSpecRate": "configured-value",
                      "rsvpResvTSpecPeakRate": "configured-value",
                      "rsvpResvTSpecBurst": "configured-value",
                      "rsvpResvTSpecMinTU": "configured-value",
                      "rsvpResvTSpecMaxTU": "configured-value",
                      "rsvpResvRSpecRate": "configured-value",
                      "rsvpResvRSpecSlack": 1,
                      "rsvpResvInterval": "configured-value",
                      "rsvpResvScope": "QmFzZTY0",
                      "rsvpResvShared": true,
                      "rsvpResvExplicit": true,
                      "rsvpResvRSVPHop": true,
                      "rsvpResvLastChange": "configured-value",
                      "rsvpResvPolicy": "QmFzZTY0",
                      "rsvpResvStatus": "active",
                      "rsvpResvTTL": 1,
                      "rsvpResvFlowId": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry": {
      "get": {
        "summary": "Get rsvpResvEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvDestAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvSenderAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvDestAddrLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvSenderAddrLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvDestPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvHopAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvHopLih": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvInterface": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvService": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvTSpecRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvTSpecPeakRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvTSpecBurst": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvTSpecMinTU": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvTSpecMaxTU": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvRSpecRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvRSpecSlack": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvScope": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvShared": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpResvExplicit": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpResvRSVPHop": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpResvLastChange": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvPolicy": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "rsvpResvTTL": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvFlowId": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvEntry": {
                    "rsvpSessionNumber": "10",
                    "rsvpResvNumber": "10",
                    "rsvpResvType": "configured-value",
                    "rsvpResvDestAddr": "QmFzZTY0",
                    "rsvpResvSenderAddr": "QmFzZTY0",
                    "rsvpResvDestAddrLength": 1,
                    "rsvpResvSenderAddrLength": 1,
                    "rsvpResvProtocol": "configured-value",
                    "rsvpResvDestPort": "configured-value",
                    "rsvpResvPort": "configured-value",
                    "rsvpResvHopAddr": "QmFzZTY0",
                    "rsvpResvHopLih": 1,
                    "rsvpResvInterface": "configured-value",
                    "rsvpResvService": "configured-value",
                    "rsvpResvTSpecRate": "configured-value",
                    "rsvpResvTSpecPeakRate": "configured-value",
                    "rsvpResvTSpecBurst": "configured-value",
                    "rsvpResvTSpecMinTU": "configured-value",
                    "rsvpResvTSpecMaxTU": "configured-value",
                    "rsvpResvRSpecRate": "configured-value",
                    "rsvpResvRSpecSlack": 1,
                    "rsvpResvInterval": "configured-value",
                    "rsvpResvScope": "QmFzZTY0",
                    "rsvpResvShared": true,
                    "rsvpResvExplicit": true,
                    "rsvpResvRSVPHop": true,
                    "rsvpResvLastChange": "configured-value",
                    "rsvpResvPolicy": "QmFzZTY0",
                    "rsvpResvStatus": "active",
                    "rsvpResvTTL": 1,
                    "rsvpResvFlowId": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvNumber": {
      "get": {
        "summary": "Get rsvpResvNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpResvNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvType": {
      "get": {
        "summary": "Get rsvpResvType",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvType",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvDestAddr": {
      "get": {
        "summary": "Get rsvpResvDestAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvDestAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvDestAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvSenderAddr": {
      "get": {
        "summary": "Get rsvpResvSenderAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvSenderAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvSenderAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvSenderAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvDestAddrLength": {
      "get": {
        "summary": "Get rsvpResvDestAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvDestAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvDestAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvDestAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvSenderAddrLength": {
      "get": {
        "summary": "Get rsvpResvSenderAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvSenderAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvSenderAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvSenderAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvProtocol": {
      "get": {
        "summary": "Get rsvpResvProtocol",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvProtocol",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvDestPort": {
      "get": {
        "summary": "Get rsvpResvDestPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvDestPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvDestPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvDestPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvPort": {
      "get": {
        "summary": "Get rsvpResvPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvHopAddr": {
      "get": {
        "summary": "Get rsvpResvHopAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvHopAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvHopAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvHopAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvHopLih": {
      "get": {
        "summary": "Get rsvpResvHopLih",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvHopLih",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvHopLih": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvHopLih from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvInterface": {
      "get": {
        "summary": "Get rsvpResvInterface",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvInterface",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvService": {
      "get": {
        "summary": "Get rsvpResvService",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvService",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvService": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvService from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvTSpecRate": {
      "get": {
        "summary": "Get rsvpResvTSpecRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvTSpecRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvTSpecRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTSpecRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvTSpecPeakRate": {
      "get": {
        "summary": "Get rsvpResvTSpecPeakRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvTSpecPeakRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvTSpecPeakRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTSpecPeakRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvTSpecBurst": {
      "get": {
        "summary": "Get rsvpResvTSpecBurst",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvTSpecBurst",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvTSpecBurst": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTSpecBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvTSpecMinTU": {
      "get": {
        "summary": "Get rsvpResvTSpecMinTU",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvTSpecMinTU",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvTSpecMinTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTSpecMinTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvTSpecMaxTU": {
      "get": {
        "summary": "Get rsvpResvTSpecMaxTU",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvTSpecMaxTU",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvTSpecMaxTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTSpecMaxTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvRSpecRate": {
      "get": {
        "summary": "Get rsvpResvRSpecRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvRSpecRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvRSpecRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvRSpecRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvRSpecSlack": {
      "get": {
        "summary": "Get rsvpResvRSpecSlack",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvRSpecSlack",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvRSpecSlack": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvRSpecSlack from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvInterval": {
      "get": {
        "summary": "Get rsvpResvInterval",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvInterval",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvScope": {
      "get": {
        "summary": "Get rsvpResvScope",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvScope",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvScope": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvScope from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvShared": {
      "get": {
        "summary": "Get rsvpResvShared",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvShared",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvShared": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvShared from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvExplicit": {
      "get": {
        "summary": "Get rsvpResvExplicit",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvExplicit",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvExplicit": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvExplicit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvRSVPHop": {
      "get": {
        "summary": "Get rsvpResvRSVPHop",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvRSVPHop",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvRSVPHop": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvRSVPHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvLastChange": {
      "get": {
        "summary": "Get rsvpResvLastChange",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvLastChange",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvPolicy": {
      "get": {
        "summary": "Get rsvpResvPolicy",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvPolicy",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvPolicy": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvPolicy from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvStatus": {
      "get": {
        "summary": "Get rsvpResvStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvTTL": {
      "get": {
        "summary": "Get rsvpResvTTL",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvTTL",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvTTL": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvTTL from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvTable/rsvpResvEntry/rsvpResvFlowId": {
      "get": {
        "summary": "Get rsvpResvFlowId",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvTable-rsvpResvEntry-rsvpResvFlowId",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFlowId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFlowId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable": {
      "get": {
        "summary": "Get rsvpResvFwdTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpResvFwdEntry": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvFwdNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvFwdType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdDestAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdSenderAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdDestAddrLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvFwdSenderAddrLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvFwdProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdDestPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdHopAddr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdHopLih": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvFwdInterface": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdService": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdTSpecRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdTSpecPeakRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdTSpecBurst": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdTSpecMinTU": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdTSpecMaxTU": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdRSpecRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdRSpecSlack": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvFwdInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdScope": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdShared": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpResvFwdExplicit": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpResvFwdRSVPHop": {
                          "type": "boolean",
                          "example": true
                        },
                        "rsvpResvFwdLastChange": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdPolicy": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "rsvpResvFwdStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "rsvpResvFwdTTL": {
                          "type": "integer",
                          "example": 1
                        },
                        "rsvpResvFwdFlowId": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdTable": {
                    "rsvpResvFwdEntry": {
                      "rsvpSessionNumber": "10",
                      "rsvpResvFwdNumber": "10",
                      "rsvpResvFwdType": "configured-value",
                      "rsvpResvFwdDestAddr": "QmFzZTY0",
                      "rsvpResvFwdSenderAddr": "QmFzZTY0",
                      "rsvpResvFwdDestAddrLength": 1,
                      "rsvpResvFwdSenderAddrLength": 1,
                      "rsvpResvFwdProtocol": "configured-value",
                      "rsvpResvFwdDestPort": "configured-value",
                      "rsvpResvFwdPort": "configured-value",
                      "rsvpResvFwdHopAddr": "QmFzZTY0",
                      "rsvpResvFwdHopLih": 1,
                      "rsvpResvFwdInterface": "configured-value",
                      "rsvpResvFwdService": "configured-value",
                      "rsvpResvFwdTSpecRate": "configured-value",
                      "rsvpResvFwdTSpecPeakRate": "configured-value",
                      "rsvpResvFwdTSpecBurst": "configured-value",
                      "rsvpResvFwdTSpecMinTU": "configured-value",
                      "rsvpResvFwdTSpecMaxTU": "configured-value",
                      "rsvpResvFwdRSpecRate": "configured-value",
                      "rsvpResvFwdRSpecSlack": 1,
                      "rsvpResvFwdInterval": "configured-value",
                      "rsvpResvFwdScope": "QmFzZTY0",
                      "rsvpResvFwdShared": true,
                      "rsvpResvFwdExplicit": true,
                      "rsvpResvFwdRSVPHop": true,
                      "rsvpResvFwdLastChange": "configured-value",
                      "rsvpResvFwdPolicy": "QmFzZTY0",
                      "rsvpResvFwdStatus": "active",
                      "rsvpResvFwdTTL": 1,
                      "rsvpResvFwdFlowId": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry": {
      "get": {
        "summary": "Get rsvpResvFwdEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvFwdNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvFwdType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdDestAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdSenderAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdDestAddrLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvFwdSenderAddrLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvFwdProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdDestPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdHopAddr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdHopLih": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvFwdInterface": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdService": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdTSpecRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdTSpecPeakRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdTSpecBurst": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdTSpecMinTU": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdTSpecMaxTU": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdRSpecRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdRSpecSlack": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvFwdInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdScope": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdShared": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpResvFwdExplicit": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpResvFwdRSVPHop": {
                      "type": "boolean",
                      "example": true
                    },
                    "rsvpResvFwdLastChange": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdPolicy": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "rsvpResvFwdStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "rsvpResvFwdTTL": {
                      "type": "integer",
                      "example": 1
                    },
                    "rsvpResvFwdFlowId": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdEntry": {
                    "rsvpSessionNumber": "10",
                    "rsvpResvFwdNumber": "10",
                    "rsvpResvFwdType": "configured-value",
                    "rsvpResvFwdDestAddr": "QmFzZTY0",
                    "rsvpResvFwdSenderAddr": "QmFzZTY0",
                    "rsvpResvFwdDestAddrLength": 1,
                    "rsvpResvFwdSenderAddrLength": 1,
                    "rsvpResvFwdProtocol": "configured-value",
                    "rsvpResvFwdDestPort": "configured-value",
                    "rsvpResvFwdPort": "configured-value",
                    "rsvpResvFwdHopAddr": "QmFzZTY0",
                    "rsvpResvFwdHopLih": 1,
                    "rsvpResvFwdInterface": "configured-value",
                    "rsvpResvFwdService": "configured-value",
                    "rsvpResvFwdTSpecRate": "configured-value",
                    "rsvpResvFwdTSpecPeakRate": "configured-value",
                    "rsvpResvFwdTSpecBurst": "configured-value",
                    "rsvpResvFwdTSpecMinTU": "configured-value",
                    "rsvpResvFwdTSpecMaxTU": "configured-value",
                    "rsvpResvFwdRSpecRate": "configured-value",
                    "rsvpResvFwdRSpecSlack": 1,
                    "rsvpResvFwdInterval": "configured-value",
                    "rsvpResvFwdScope": "QmFzZTY0",
                    "rsvpResvFwdShared": true,
                    "rsvpResvFwdExplicit": true,
                    "rsvpResvFwdRSVPHop": true,
                    "rsvpResvFwdLastChange": "configured-value",
                    "rsvpResvFwdPolicy": "QmFzZTY0",
                    "rsvpResvFwdStatus": "active",
                    "rsvpResvFwdTTL": 1,
                    "rsvpResvFwdFlowId": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdNumber": {
      "get": {
        "summary": "Get rsvpResvFwdNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdType": {
      "get": {
        "summary": "Get rsvpResvFwdType",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdType",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdDestAddr": {
      "get": {
        "summary": "Get rsvpResvFwdDestAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdDestAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdDestAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdSenderAddr": {
      "get": {
        "summary": "Get rsvpResvFwdSenderAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdSenderAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdSenderAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdSenderAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdDestAddrLength": {
      "get": {
        "summary": "Get rsvpResvFwdDestAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdDestAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdDestAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdDestAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdSenderAddrLength": {
      "get": {
        "summary": "Get rsvpResvFwdSenderAddrLength",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdSenderAddrLength",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdSenderAddrLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdSenderAddrLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdProtocol": {
      "get": {
        "summary": "Get rsvpResvFwdProtocol",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdProtocol",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdDestPort": {
      "get": {
        "summary": "Get rsvpResvFwdDestPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdDestPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdDestPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdDestPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdPort": {
      "get": {
        "summary": "Get rsvpResvFwdPort",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdPort",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdHopAddr": {
      "get": {
        "summary": "Get rsvpResvFwdHopAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdHopAddr",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdHopAddr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdHopAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdHopLih": {
      "get": {
        "summary": "Get rsvpResvFwdHopLih",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdHopLih",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdHopLih": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdHopLih from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdInterface": {
      "get": {
        "summary": "Get rsvpResvFwdInterface",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdInterface",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdService": {
      "get": {
        "summary": "Get rsvpResvFwdService",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdService",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdService": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdService from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdTSpecRate": {
      "get": {
        "summary": "Get rsvpResvFwdTSpecRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdTSpecRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdTSpecRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTSpecRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdTSpecPeakRate": {
      "get": {
        "summary": "Get rsvpResvFwdTSpecPeakRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdTSpecPeakRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdTSpecPeakRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTSpecPeakRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdTSpecBurst": {
      "get": {
        "summary": "Get rsvpResvFwdTSpecBurst",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdTSpecBurst",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdTSpecBurst": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTSpecBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdTSpecMinTU": {
      "get": {
        "summary": "Get rsvpResvFwdTSpecMinTU",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdTSpecMinTU",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdTSpecMinTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTSpecMinTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdTSpecMaxTU": {
      "get": {
        "summary": "Get rsvpResvFwdTSpecMaxTU",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdTSpecMaxTU",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdTSpecMaxTU": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTSpecMaxTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdRSpecRate": {
      "get": {
        "summary": "Get rsvpResvFwdRSpecRate",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdRSpecRate",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdRSpecRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdRSpecRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdRSpecSlack": {
      "get": {
        "summary": "Get rsvpResvFwdRSpecSlack",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdRSpecSlack",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdRSpecSlack": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdRSpecSlack from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdInterval": {
      "get": {
        "summary": "Get rsvpResvFwdInterval",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdInterval",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdScope": {
      "get": {
        "summary": "Get rsvpResvFwdScope",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdScope",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdScope": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdScope from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdShared": {
      "get": {
        "summary": "Get rsvpResvFwdShared",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdShared",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdShared": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdShared from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdExplicit": {
      "get": {
        "summary": "Get rsvpResvFwdExplicit",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdExplicit",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdExplicit": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdExplicit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdRSVPHop": {
      "get": {
        "summary": "Get rsvpResvFwdRSVPHop",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdRSVPHop",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdRSVPHop": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdRSVPHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdLastChange": {
      "get": {
        "summary": "Get rsvpResvFwdLastChange",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdLastChange",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdPolicy": {
      "get": {
        "summary": "Get rsvpResvFwdPolicy",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdPolicy",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdPolicy": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdPolicy from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdStatus": {
      "get": {
        "summary": "Get rsvpResvFwdStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdTTL": {
      "get": {
        "summary": "Get rsvpResvFwdTTL",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdTTL",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdTTL": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdTTL from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpResvFwdTable/rsvpResvFwdEntry/rsvpResvFwdFlowId": {
      "get": {
        "summary": "Get rsvpResvFwdFlowId",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpResvFwdTable-rsvpResvFwdEntry-rsvpResvFwdFlowId",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdFlowId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdFlowId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable": {
      "get": {
        "summary": "Get rsvpIfTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpIfEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpIfUdpNbrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpIfIpNbrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpIfNbrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpIfRefreshBlockadeMultiple": {
                            "type": "integer",
                            "example": 1
                          },
                          "rsvpIfRefreshMultiple": {
                            "type": "integer",
                            "example": 1
                          },
                          "rsvpIfTTL": {
                            "type": "integer",
                            "example": 1
                          },
                          "rsvpIfRefreshInterval": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpIfRouteDelay": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "rsvpIfEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "rsvpIfUdpRequired": {
                            "type": "boolean",
                            "example": true
                          },
                          "rsvpIfStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpIfTable": {
                    "rsvpIfEntry": [
                      {
                        "ifIndex": "configured-value",
                        "rsvpIfUdpNbrs": "configured-value",
                        "rsvpIfIpNbrs": "configured-value",
                        "rsvpIfNbrs": "configured-value",
                        "rsvpIfRefreshBlockadeMultiple": 1,
                        "rsvpIfRefreshMultiple": 1,
                        "rsvpIfTTL": 1,
                        "rsvpIfRefreshInterval": "configured-value",
                        "rsvpIfRouteDelay": "configured-value",
                        "rsvpIfEnabled": true,
                        "rsvpIfUdpRequired": true,
                        "rsvpIfStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry": {
      "get": {
        "summary": "Get rsvpIfEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry",
        "tags": [
          "RSVP-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpIfUdpNbrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpIfIpNbrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpIfNbrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpIfRefreshBlockadeMultiple": {
                        "type": "integer",
                        "example": 1
                      },
                      "rsvpIfRefreshMultiple": {
                        "type": "integer",
                        "example": 1
                      },
                      "rsvpIfTTL": {
                        "type": "integer",
                        "example": 1
                      },
                      "rsvpIfRefreshInterval": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpIfRouteDelay": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "rsvpIfEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "rsvpIfUdpRequired": {
                        "type": "boolean",
                        "example": true
                      },
                      "rsvpIfStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpIfEntry": [
                    {
                      "ifIndex": "configured-value",
                      "rsvpIfUdpNbrs": "configured-value",
                      "rsvpIfIpNbrs": "configured-value",
                      "rsvpIfNbrs": "configured-value",
                      "rsvpIfRefreshBlockadeMultiple": 1,
                      "rsvpIfRefreshMultiple": 1,
                      "rsvpIfTTL": 1,
                      "rsvpIfRefreshInterval": "configured-value",
                      "rsvpIfRouteDelay": "configured-value",
                      "rsvpIfEnabled": true,
                      "rsvpIfUdpRequired": true,
                      "rsvpIfStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-ifIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfUdpNbrs": {
      "get": {
        "summary": "Get rsvpIfUdpNbrs",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfUdpNbrs",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfUdpNbrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfUdpNbrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfIpNbrs": {
      "get": {
        "summary": "Get rsvpIfIpNbrs",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfIpNbrs",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfIpNbrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfIpNbrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfNbrs": {
      "get": {
        "summary": "Get rsvpIfNbrs",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfNbrs",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfNbrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfNbrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfRefreshBlockadeMultiple": {
      "get": {
        "summary": "Get rsvpIfRefreshBlockadeMultiple",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfRefreshBlockadeMultiple",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfRefreshBlockadeMultiple": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfRefreshBlockadeMultiple from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfRefreshMultiple": {
      "get": {
        "summary": "Get rsvpIfRefreshMultiple",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfRefreshMultiple",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfRefreshMultiple": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfRefreshMultiple from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfTTL": {
      "get": {
        "summary": "Get rsvpIfTTL",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfTTL",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfTTL": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfTTL from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfRefreshInterval": {
      "get": {
        "summary": "Get rsvpIfRefreshInterval",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfRefreshInterval",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfRefreshInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfRefreshInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfRouteDelay": {
      "get": {
        "summary": "Get rsvpIfRouteDelay",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfRouteDelay",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfRouteDelay": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfRouteDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfEnabled": {
      "get": {
        "summary": "Get rsvpIfEnabled",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfEnabled",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfUdpRequired": {
      "get": {
        "summary": "Get rsvpIfUdpRequired",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfUdpRequired",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfUdpRequired": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfUdpRequired from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpIfTable/rsvpIfEntry/rsvpIfStatus": {
      "get": {
        "summary": "Get rsvpIfStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpIfTable-rsvpIfEntry-rsvpIfStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpIfStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpIfStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable": {
      "get": {
        "summary": "Get rsvpNbrTable",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpNbrEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpNbrAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "rsvpNbrProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "rsvpNbrStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "intSrvFlowNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "intSrvFlowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpSessionDestAddr": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvFwdNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvFwdStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpResvStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "rsvpSessionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpSenderNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "rsvpSenderStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpNbrTable": {
                    "rsvpNbrEntry": {
                      "ifIndex": "configured-value",
                      "rsvpNbrAddress": "QmFzZTY0",
                      "rsvpNbrProtocol": "configured-value",
                      "rsvpNbrStatus": "active"
                    },
                    "object-1": {
                      "intSrvFlowNumber": "10",
                      "intSrvFlowStatus": "active"
                    },
                    "object-2": {
                      "rsvpSessionNumber": "10",
                      "rsvpSessionDestAddr": "configured-value"
                    },
                    "object-3": {
                      "rsvpSessionNumber": "10",
                      "rsvpResvFwdNumber": "10",
                      "rsvpResvFwdStatus": "active"
                    },
                    "object-4": {
                      "rsvpSessionNumber": "10",
                      "rsvpResvNumber": "10",
                      "rsvpResvStatus": "active"
                    },
                    "object-5": {
                      "rsvpSessionNumber": "10",
                      "rsvpSenderNumber": "10",
                      "rsvpSenderStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpNbrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/rsvpNbrEntry": {
      "get": {
        "summary": "Get rsvpNbrEntry",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-rsvpNbrEntry",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpNbrAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "rsvpNbrProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "rsvpNbrStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:rsvpNbrEntry": {
                    "ifIndex": "configured-value",
                    "rsvpNbrAddress": "QmFzZTY0",
                    "rsvpNbrProtocol": "configured-value",
                    "rsvpNbrStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpNbrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/rsvpNbrEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-rsvpNbrEntry-ifIndex",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/rsvpNbrEntry/rsvpNbrAddress": {
      "get": {
        "summary": "Get rsvpNbrAddress",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-rsvpNbrEntry-rsvpNbrAddress",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RSVP-MIB:rsvpNbrAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpNbrAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/rsvpNbrEntry/rsvpNbrProtocol": {
      "get": {
        "summary": "Get rsvpNbrProtocol",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-rsvpNbrEntry-rsvpNbrProtocol",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpNbrProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpNbrProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/rsvpNbrEntry/rsvpNbrStatus": {
      "get": {
        "summary": "Get rsvpNbrStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-rsvpNbrEntry-rsvpNbrStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpNbrStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpNbrStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-1",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "intSrvFlowNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "intSrvFlowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:object-1": {
                    "intSrvFlowNumber": "10",
                    "intSrvFlowStatus": "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/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-1/intSrvFlowNumber": {
      "get": {
        "summary": "Get intSrvFlowNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-1-intSrvFlowNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:intSrvFlowNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-1/intSrvFlowStatus": {
      "get": {
        "summary": "Get intSrvFlowStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-1-intSrvFlowStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:intSrvFlowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve intSrvFlowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-2",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpSessionDestAddr": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:object-2": {
                    "rsvpSessionNumber": "10",
                    "rsvpSessionDestAddr": "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/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-2/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-2-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-2/rsvpSessionDestAddr": {
      "get": {
        "summary": "Get rsvpSessionDestAddr",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-2-rsvpSessionDestAddr",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSessionDestAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-3",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvFwdNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvFwdStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:object-3": {
                    "rsvpSessionNumber": "10",
                    "rsvpResvFwdNumber": "10",
                    "rsvpResvFwdStatus": "active"
                  }
                }
              }
            }
          },
          "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/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-3/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-3-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-3/rsvpResvFwdNumber": {
      "get": {
        "summary": "Get rsvpResvFwdNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-3-rsvpResvFwdNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpResvFwdNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-3/rsvpResvFwdStatus": {
      "get": {
        "summary": "Get rsvpResvFwdStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-3-rsvpResvFwdStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvFwdStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvFwdStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-4",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpResvStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:object-4": {
                    "rsvpSessionNumber": "10",
                    "rsvpResvNumber": "10",
                    "rsvpResvStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-4/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-4-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-4/rsvpResvNumber": {
      "get": {
        "summary": "Get rsvpResvNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-4-rsvpResvNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpResvNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-4/rsvpResvStatus": {
      "get": {
        "summary": "Get rsvpResvStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-4-rsvpResvStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpResvStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpResvStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-5",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rsvpSessionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpSenderNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "rsvpSenderStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RSVP-MIB:object-5": {
                    "rsvpSessionNumber": "10",
                    "rsvpSenderNumber": "10",
                    "rsvpSenderStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-5/rsvpSessionNumber": {
      "get": {
        "summary": "Get rsvpSessionNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-5-rsvpSessionNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSessionNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSessionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-5/rsvpSenderNumber": {
      "get": {
        "summary": "Get rsvpSenderNumber",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-5-rsvpSenderNumber",
        "tags": [
          "RSVP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "RSVP-MIB:rsvpSenderNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RSVP-MIB:RSVP-MIB/rsvpNbrTable/object-5/rsvpSenderStatus": {
      "get": {
        "summary": "Get rsvpSenderStatus",
        "operationId": "get-RSVP-MIB:RSVP-MIB-rsvpNbrTable-object-5-rsvpSenderStatus",
        "tags": [
          "RSVP-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": {
                  "RSVP-MIB:rsvpSenderStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve rsvpSenderStatus 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": []
    }
  ]
}
