{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - DRAFT-MSDP-MIB",
    "description": "MIB data from `DRAFT-MSDP-MIB` module.\n\n**Root containers:** 1 (DRAFT-MSDP-MIB)\n**Paths:** 62 | **Descendants:** 63\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": "DRAFT-MSDP-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/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB": {
      "get": {
        "summary": "Get DRAFT-MSDP-MIB",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdp": {
                      "type": "object",
                      "properties": {
                        "msdpEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "msdpCacheLifetime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "msdpNumSACacheEntries": {
                          "type": "string",
                          "example": "10"
                        },
                        "msdpSAHoldDownPeriod": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "msdpRequestsTable": {
                      "type": "object",
                      "properties": {
                        "msdpRequestsEntry": {
                          "type": "object",
                          "properties": {
                            "msdpRequestsGroupAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "msdpRequestsGroupMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpRequestsPeer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpRequestsStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "msdpPeerTable": {
                      "type": "object",
                      "properties": {
                        "msdpPeerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "msdpPeerRemoteAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "msdpPeerState": {
                                "type": "string",
                                "example": "active"
                              },
                              "msdpPeerRPFFailures": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerInSAs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerOutSAs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerInSARequests": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerOutSARequests": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerInSAResponses": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerOutSAResponses": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerInControlMessages": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerOutControlMessages": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerInDataPackets": {
                                "type": "string",
                                "example": "12845632"
                              },
                              "msdpPeerOutDataPackets": {
                                "type": "string",
                                "example": "10234567"
                              },
                              "msdpPeerFsmEstablishedTransitions": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerFsmEstablishedTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "msdpPeerInMessageElapsedTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "msdpPeerLocalAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "msdpPeerSAAdvPeriod": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerConnectRetryInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerHoldTimeConfigured": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerKeepAliveConfigured": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerDataTtl": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerProcessRequestsFrom": {
                                "type": "boolean",
                                "example": true
                              },
                              "msdpPeerStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "msdpPeerRemotePort": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerLocalPort": {
                                "type": "integer",
                                "example": 1
                              },
                              "msdpPeerEncapsulationState": {
                                "type": "string",
                                "example": "active"
                              },
                              "msdpPeerEncapsulationType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerConnectionAttempts": {
                                "type": "string",
                                "example": "45"
                              },
                              "msdpPeerInNotifications": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerOutNotifications": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "msdpPeerLastError": {
                                "type": "string",
                                "format": "byte",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "msdpSACacheTable": {
                      "type": "object",
                      "properties": {
                        "msdpSACacheEntry": {
                          "type": "object",
                          "properties": {
                            "msdpSACacheGroupAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpSACacheSourceAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpSACacheOriginRP": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpSACachePeerLearnedFrom": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpSACacheRPFPeer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpSACacheInSAs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "msdpSACacheInDataPackets": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "msdpSACacheUpTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "msdpSACacheExpiryTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "msdpSACacheStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "msdpPeerRemoteAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "msdpPeerState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:DRAFT-MSDP-MIB": {
                    "msdp": {
                      "msdpEnabled": true,
                      "msdpCacheLifetime": "10:30:45",
                      "msdpNumSACacheEntries": "10",
                      "msdpSAHoldDownPeriod": 1
                    },
                    "msdpRequestsTable": {
                      "msdpRequestsEntry": {
                        "msdpRequestsGroupAddress": "10.1.1.1",
                        "msdpRequestsGroupMask": "configured-value",
                        "msdpRequestsPeer": "configured-value",
                        "msdpRequestsStatus": "active"
                      }
                    },
                    "msdpPeerTable": {
                      "msdpPeerEntry": [
                        {
                          "msdpPeerRemoteAddress": "10.1.1.1",
                          "msdpPeerState": "default",
                          "msdpPeerRPFFailures": "configured-value",
                          "msdpPeerInSAs": "configured-value",
                          "msdpPeerOutSAs": "configured-value",
                          "msdpPeerInSARequests": "configured-value",
                          "msdpPeerOutSARequests": "configured-value",
                          "msdpPeerInSAResponses": "configured-value",
                          "msdpPeerOutSAResponses": "configured-value",
                          "msdpPeerInControlMessages": "configured-value",
                          "msdpPeerOutControlMessages": "configured-value",
                          "msdpPeerInDataPackets": "12845632",
                          "msdpPeerOutDataPackets": "10234567",
                          "msdpPeerFsmEstablishedTransitions": "configured-value",
                          "msdpPeerFsmEstablishedTime": "10:30:45",
                          "msdpPeerInMessageElapsedTime": "10:30:45",
                          "msdpPeerLocalAddress": "10.1.1.1",
                          "msdpPeerSAAdvPeriod": 1,
                          "msdpPeerConnectRetryInterval": 1,
                          "msdpPeerHoldTimeConfigured": 1,
                          "msdpPeerKeepAliveConfigured": 1,
                          "msdpPeerDataTtl": 1,
                          "msdpPeerProcessRequestsFrom": true,
                          "msdpPeerStatus": "active",
                          "msdpPeerRemotePort": 1,
                          "msdpPeerLocalPort": 1,
                          "msdpPeerEncapsulationState": "default",
                          "msdpPeerEncapsulationType": "default",
                          "msdpPeerConnectionAttempts": "45",
                          "msdpPeerInNotifications": "configured-value",
                          "msdpPeerOutNotifications": "configured-value",
                          "msdpPeerLastError": "QmFzZTY0"
                        }
                      ]
                    },
                    "msdpSACacheTable": {
                      "msdpSACacheEntry": {
                        "msdpSACacheGroupAddr": "configured-value",
                        "msdpSACacheSourceAddr": "configured-value",
                        "msdpSACacheOriginRP": "configured-value",
                        "msdpSACachePeerLearnedFrom": "configured-value",
                        "msdpSACacheRPFPeer": "configured-value",
                        "msdpSACacheInSAs": "configured-value",
                        "msdpSACacheInDataPackets": "12845632",
                        "msdpSACacheUpTime": "651780",
                        "msdpSACacheExpiryTime": "10:30:45",
                        "msdpSACacheStatus": "active"
                      },
                      "object-1": {
                        "msdpPeerRemoteAddress": "10.1.1.1",
                        "msdpPeerState": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve DRAFT-MSDP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdp": {
      "get": {
        "summary": "Get msdp",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdp",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "msdpCacheLifetime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "msdpNumSACacheEntries": {
                      "type": "string",
                      "example": "10"
                    },
                    "msdpSAHoldDownPeriod": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdp": {
                    "msdpEnabled": true,
                    "msdpCacheLifetime": "10:30:45",
                    "msdpNumSACacheEntries": "10",
                    "msdpSAHoldDownPeriod": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdp/msdpEnabled": {
      "get": {
        "summary": "Get msdpEnabled",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdp-msdpEnabled",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdp/msdpCacheLifetime": {
      "get": {
        "summary": "Get msdpCacheLifetime",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdp-msdpCacheLifetime",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpCacheLifetime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpCacheLifetime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdp/msdpNumSACacheEntries": {
      "get": {
        "summary": "Get msdpNumSACacheEntries",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdp-msdpNumSACacheEntries",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpNumSACacheEntries": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpNumSACacheEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdp/msdpSAHoldDownPeriod": {
      "get": {
        "summary": "Get msdpSAHoldDownPeriod",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdp-msdpSAHoldDownPeriod",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSAHoldDownPeriod": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSAHoldDownPeriod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpRequestsTable": {
      "get": {
        "summary": "Get msdpRequestsTable",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpRequestsTable",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpRequestsEntry": {
                      "type": "object",
                      "properties": {
                        "msdpRequestsGroupAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "msdpRequestsGroupMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpRequestsPeer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpRequestsStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpRequestsTable": {
                    "msdpRequestsEntry": {
                      "msdpRequestsGroupAddress": "10.1.1.1",
                      "msdpRequestsGroupMask": "configured-value",
                      "msdpRequestsPeer": "configured-value",
                      "msdpRequestsStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpRequestsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpRequestsTable/msdpRequestsEntry": {
      "get": {
        "summary": "Get msdpRequestsEntry",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpRequestsTable-msdpRequestsEntry",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpRequestsGroupAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "msdpRequestsGroupMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpRequestsPeer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpRequestsStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpRequestsEntry": {
                    "msdpRequestsGroupAddress": "10.1.1.1",
                    "msdpRequestsGroupMask": "configured-value",
                    "msdpRequestsPeer": "configured-value",
                    "msdpRequestsStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpRequestsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpRequestsTable/msdpRequestsEntry/msdpRequestsGroupAddress": {
      "get": {
        "summary": "Get msdpRequestsGroupAddress",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpRequestsTable-msdpRequestsEntry-msdpRequestsGroupAddress",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpRequestsGroupAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpRequestsGroupAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpRequestsTable/msdpRequestsEntry/msdpRequestsGroupMask": {
      "get": {
        "summary": "Get msdpRequestsGroupMask",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpRequestsTable-msdpRequestsEntry-msdpRequestsGroupMask",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpRequestsGroupMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpRequestsGroupMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpRequestsTable/msdpRequestsEntry/msdpRequestsPeer": {
      "get": {
        "summary": "Get msdpRequestsPeer",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpRequestsTable-msdpRequestsEntry-msdpRequestsPeer",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpRequestsPeer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpRequestsPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpRequestsTable/msdpRequestsEntry/msdpRequestsStatus": {
      "get": {
        "summary": "Get msdpRequestsStatus",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpRequestsTable-msdpRequestsEntry-msdpRequestsStatus",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpRequestsStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpRequestsStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable": {
      "get": {
        "summary": "Get msdpPeerTable",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpPeerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "msdpPeerRemoteAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "msdpPeerState": {
                            "type": "string",
                            "example": "active"
                          },
                          "msdpPeerRPFFailures": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerInSAs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerOutSAs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerInSARequests": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerOutSARequests": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerInSAResponses": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerOutSAResponses": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerInControlMessages": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerOutControlMessages": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerInDataPackets": {
                            "type": "string",
                            "example": "12845632"
                          },
                          "msdpPeerOutDataPackets": {
                            "type": "string",
                            "example": "10234567"
                          },
                          "msdpPeerFsmEstablishedTransitions": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerFsmEstablishedTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "msdpPeerInMessageElapsedTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "msdpPeerLocalAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "msdpPeerSAAdvPeriod": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerConnectRetryInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerHoldTimeConfigured": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerKeepAliveConfigured": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerDataTtl": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerProcessRequestsFrom": {
                            "type": "boolean",
                            "example": true
                          },
                          "msdpPeerStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "msdpPeerRemotePort": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerLocalPort": {
                            "type": "integer",
                            "example": 1
                          },
                          "msdpPeerEncapsulationState": {
                            "type": "string",
                            "example": "active"
                          },
                          "msdpPeerEncapsulationType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerConnectionAttempts": {
                            "type": "string",
                            "example": "45"
                          },
                          "msdpPeerInNotifications": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerOutNotifications": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "msdpPeerLastError": {
                            "type": "string",
                            "format": "byte",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerTable": {
                    "msdpPeerEntry": [
                      {
                        "msdpPeerRemoteAddress": "10.1.1.1",
                        "msdpPeerState": "default",
                        "msdpPeerRPFFailures": "configured-value",
                        "msdpPeerInSAs": "configured-value",
                        "msdpPeerOutSAs": "configured-value",
                        "msdpPeerInSARequests": "configured-value",
                        "msdpPeerOutSARequests": "configured-value",
                        "msdpPeerInSAResponses": "configured-value",
                        "msdpPeerOutSAResponses": "configured-value",
                        "msdpPeerInControlMessages": "configured-value",
                        "msdpPeerOutControlMessages": "configured-value",
                        "msdpPeerInDataPackets": "12845632",
                        "msdpPeerOutDataPackets": "10234567",
                        "msdpPeerFsmEstablishedTransitions": "configured-value",
                        "msdpPeerFsmEstablishedTime": "10:30:45",
                        "msdpPeerInMessageElapsedTime": "10:30:45",
                        "msdpPeerLocalAddress": "10.1.1.1",
                        "msdpPeerSAAdvPeriod": 1,
                        "msdpPeerConnectRetryInterval": 1,
                        "msdpPeerHoldTimeConfigured": 1,
                        "msdpPeerKeepAliveConfigured": 1,
                        "msdpPeerDataTtl": 1,
                        "msdpPeerProcessRequestsFrom": true,
                        "msdpPeerStatus": "active",
                        "msdpPeerRemotePort": 1,
                        "msdpPeerLocalPort": 1,
                        "msdpPeerEncapsulationState": "default",
                        "msdpPeerEncapsulationType": "default",
                        "msdpPeerConnectionAttempts": "45",
                        "msdpPeerInNotifications": "configured-value",
                        "msdpPeerOutNotifications": "configured-value",
                        "msdpPeerLastError": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry": {
      "get": {
        "summary": "Get msdpPeerEntry",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry",
        "tags": [
          "DRAFT-MSDP-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": {
                      "msdpPeerRemoteAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "msdpPeerState": {
                        "type": "string",
                        "example": "active"
                      },
                      "msdpPeerRPFFailures": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerInSAs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerOutSAs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerInSARequests": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerOutSARequests": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerInSAResponses": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerOutSAResponses": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerInControlMessages": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerOutControlMessages": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerInDataPackets": {
                        "type": "string",
                        "example": "12845632"
                      },
                      "msdpPeerOutDataPackets": {
                        "type": "string",
                        "example": "10234567"
                      },
                      "msdpPeerFsmEstablishedTransitions": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerFsmEstablishedTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "msdpPeerInMessageElapsedTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "msdpPeerLocalAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "msdpPeerSAAdvPeriod": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerConnectRetryInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerHoldTimeConfigured": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerKeepAliveConfigured": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerDataTtl": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerProcessRequestsFrom": {
                        "type": "boolean",
                        "example": true
                      },
                      "msdpPeerStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "msdpPeerRemotePort": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerLocalPort": {
                        "type": "integer",
                        "example": 1
                      },
                      "msdpPeerEncapsulationState": {
                        "type": "string",
                        "example": "active"
                      },
                      "msdpPeerEncapsulationType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerConnectionAttempts": {
                        "type": "string",
                        "example": "45"
                      },
                      "msdpPeerInNotifications": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerOutNotifications": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "msdpPeerLastError": {
                        "type": "string",
                        "format": "byte",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerEntry": [
                    {
                      "msdpPeerRemoteAddress": "10.1.1.1",
                      "msdpPeerState": "default",
                      "msdpPeerRPFFailures": "configured-value",
                      "msdpPeerInSAs": "configured-value",
                      "msdpPeerOutSAs": "configured-value",
                      "msdpPeerInSARequests": "configured-value",
                      "msdpPeerOutSARequests": "configured-value",
                      "msdpPeerInSAResponses": "configured-value",
                      "msdpPeerOutSAResponses": "configured-value",
                      "msdpPeerInControlMessages": "configured-value",
                      "msdpPeerOutControlMessages": "configured-value",
                      "msdpPeerInDataPackets": "12845632",
                      "msdpPeerOutDataPackets": "10234567",
                      "msdpPeerFsmEstablishedTransitions": "configured-value",
                      "msdpPeerFsmEstablishedTime": "10:30:45",
                      "msdpPeerInMessageElapsedTime": "10:30:45",
                      "msdpPeerLocalAddress": "10.1.1.1",
                      "msdpPeerSAAdvPeriod": 1,
                      "msdpPeerConnectRetryInterval": 1,
                      "msdpPeerHoldTimeConfigured": 1,
                      "msdpPeerKeepAliveConfigured": 1,
                      "msdpPeerDataTtl": 1,
                      "msdpPeerProcessRequestsFrom": true,
                      "msdpPeerStatus": "active",
                      "msdpPeerRemotePort": 1,
                      "msdpPeerLocalPort": 1,
                      "msdpPeerEncapsulationState": "default",
                      "msdpPeerEncapsulationType": "default",
                      "msdpPeerConnectionAttempts": "45",
                      "msdpPeerInNotifications": "configured-value",
                      "msdpPeerOutNotifications": "configured-value",
                      "msdpPeerLastError": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerRemoteAddress": {
      "get": {
        "summary": "Get msdpPeerRemoteAddress",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerRemoteAddress",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerRemoteAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerRemoteAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerState": {
      "get": {
        "summary": "Get msdpPeerState",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerState",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerRPFFailures": {
      "get": {
        "summary": "Get msdpPeerRPFFailures",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerRPFFailures",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerRPFFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerRPFFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInSAs": {
      "get": {
        "summary": "Get msdpPeerInSAs",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInSAs",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerInSAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInSAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerOutSAs": {
      "get": {
        "summary": "Get msdpPeerOutSAs",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerOutSAs",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerOutSAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerOutSAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInSARequests": {
      "get": {
        "summary": "Get msdpPeerInSARequests",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInSARequests",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerInSARequests": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInSARequests from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerOutSARequests": {
      "get": {
        "summary": "Get msdpPeerOutSARequests",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerOutSARequests",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerOutSARequests": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerOutSARequests from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInSAResponses": {
      "get": {
        "summary": "Get msdpPeerInSAResponses",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInSAResponses",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerInSAResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInSAResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerOutSAResponses": {
      "get": {
        "summary": "Get msdpPeerOutSAResponses",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerOutSAResponses",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerOutSAResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerOutSAResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInControlMessages": {
      "get": {
        "summary": "Get msdpPeerInControlMessages",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInControlMessages",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerInControlMessages": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInControlMessages from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerOutControlMessages": {
      "get": {
        "summary": "Get msdpPeerOutControlMessages",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerOutControlMessages",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerOutControlMessages": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerOutControlMessages from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInDataPackets": {
      "get": {
        "summary": "Get msdpPeerInDataPackets",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInDataPackets",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerInDataPackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInDataPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerOutDataPackets": {
      "get": {
        "summary": "Get msdpPeerOutDataPackets",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerOutDataPackets",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10234567"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerOutDataPackets": "10234567"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerOutDataPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerFsmEstablishedTransitions": {
      "get": {
        "summary": "Get msdpPeerFsmEstablishedTransitions",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerFsmEstablishedTransitions",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerFsmEstablishedTransitions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerFsmEstablishedTransitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerFsmEstablishedTime": {
      "get": {
        "summary": "Get msdpPeerFsmEstablishedTime",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerFsmEstablishedTime",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerFsmEstablishedTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerFsmEstablishedTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInMessageElapsedTime": {
      "get": {
        "summary": "Get msdpPeerInMessageElapsedTime",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInMessageElapsedTime",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerInMessageElapsedTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInMessageElapsedTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerLocalAddress": {
      "get": {
        "summary": "Get msdpPeerLocalAddress",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerLocalAddress",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerLocalAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerLocalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerSAAdvPeriod": {
      "get": {
        "summary": "Get msdpPeerSAAdvPeriod",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerSAAdvPeriod",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerSAAdvPeriod": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerSAAdvPeriod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerConnectRetryInterval": {
      "get": {
        "summary": "Get msdpPeerConnectRetryInterval",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerConnectRetryInterval",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerConnectRetryInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerConnectRetryInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerHoldTimeConfigured": {
      "get": {
        "summary": "Get msdpPeerHoldTimeConfigured",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerHoldTimeConfigured",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerHoldTimeConfigured": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerHoldTimeConfigured from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerKeepAliveConfigured": {
      "get": {
        "summary": "Get msdpPeerKeepAliveConfigured",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerKeepAliveConfigured",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerKeepAliveConfigured": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerKeepAliveConfigured from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerDataTtl": {
      "get": {
        "summary": "Get msdpPeerDataTtl",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerDataTtl",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerDataTtl": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerDataTtl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerProcessRequestsFrom": {
      "get": {
        "summary": "Get msdpPeerProcessRequestsFrom",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerProcessRequestsFrom",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerProcessRequestsFrom": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerProcessRequestsFrom from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerStatus": {
      "get": {
        "summary": "Get msdpPeerStatus",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerStatus",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerRemotePort": {
      "get": {
        "summary": "Get msdpPeerRemotePort",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerRemotePort",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerRemotePort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerRemotePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerLocalPort": {
      "get": {
        "summary": "Get msdpPeerLocalPort",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerLocalPort",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerLocalPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerLocalPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerEncapsulationState": {
      "get": {
        "summary": "Get msdpPeerEncapsulationState",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerEncapsulationState",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerEncapsulationState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerEncapsulationState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerEncapsulationType": {
      "get": {
        "summary": "Get msdpPeerEncapsulationType",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerEncapsulationType",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerEncapsulationType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerEncapsulationType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerConnectionAttempts": {
      "get": {
        "summary": "Get msdpPeerConnectionAttempts",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerConnectionAttempts",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerConnectionAttempts": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerConnectionAttempts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerInNotifications": {
      "get": {
        "summary": "Get msdpPeerInNotifications",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerInNotifications",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerInNotifications": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerInNotifications from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerOutNotifications": {
      "get": {
        "summary": "Get msdpPeerOutNotifications",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerOutNotifications",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerOutNotifications": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerOutNotifications from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerLastError": {
      "get": {
        "summary": "Get msdpPeerLastError",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpPeerTable-msdpPeerEntry-msdpPeerLastError",
        "tags": [
          "DRAFT-MSDP-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": "0"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerLastError": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerLastError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable": {
      "get": {
        "summary": "Get msdpSACacheTable",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpSACacheEntry": {
                      "type": "object",
                      "properties": {
                        "msdpSACacheGroupAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpSACacheSourceAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpSACacheOriginRP": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpSACachePeerLearnedFrom": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpSACacheRPFPeer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpSACacheInSAs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "msdpSACacheInDataPackets": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "msdpSACacheUpTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "msdpSACacheExpiryTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "msdpSACacheStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "msdpPeerRemoteAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "msdpPeerState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpSACacheTable": {
                    "msdpSACacheEntry": {
                      "msdpSACacheGroupAddr": "configured-value",
                      "msdpSACacheSourceAddr": "configured-value",
                      "msdpSACacheOriginRP": "configured-value",
                      "msdpSACachePeerLearnedFrom": "configured-value",
                      "msdpSACacheRPFPeer": "configured-value",
                      "msdpSACacheInSAs": "configured-value",
                      "msdpSACacheInDataPackets": "12845632",
                      "msdpSACacheUpTime": "651780",
                      "msdpSACacheExpiryTime": "10:30:45",
                      "msdpSACacheStatus": "active"
                    },
                    "object-1": {
                      "msdpPeerRemoteAddress": "10.1.1.1",
                      "msdpPeerState": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry": {
      "get": {
        "summary": "Get msdpSACacheEntry",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpSACacheGroupAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpSACacheSourceAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpSACacheOriginRP": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpSACachePeerLearnedFrom": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpSACacheRPFPeer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpSACacheInSAs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "msdpSACacheInDataPackets": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "msdpSACacheUpTime": {
                      "type": "string",
                      "example": "651780"
                    },
                    "msdpSACacheExpiryTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "msdpSACacheStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpSACacheEntry": {
                    "msdpSACacheGroupAddr": "configured-value",
                    "msdpSACacheSourceAddr": "configured-value",
                    "msdpSACacheOriginRP": "configured-value",
                    "msdpSACachePeerLearnedFrom": "configured-value",
                    "msdpSACacheRPFPeer": "configured-value",
                    "msdpSACacheInSAs": "configured-value",
                    "msdpSACacheInDataPackets": "12845632",
                    "msdpSACacheUpTime": "651780",
                    "msdpSACacheExpiryTime": "10:30:45",
                    "msdpSACacheStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheGroupAddr": {
      "get": {
        "summary": "Get msdpSACacheGroupAddr",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheGroupAddr",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACacheGroupAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheGroupAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheSourceAddr": {
      "get": {
        "summary": "Get msdpSACacheSourceAddr",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheSourceAddr",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACacheSourceAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheSourceAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheOriginRP": {
      "get": {
        "summary": "Get msdpSACacheOriginRP",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheOriginRP",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACacheOriginRP": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheOriginRP from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACachePeerLearnedFrom": {
      "get": {
        "summary": "Get msdpSACachePeerLearnedFrom",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACachePeerLearnedFrom",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACachePeerLearnedFrom": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACachePeerLearnedFrom from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheRPFPeer": {
      "get": {
        "summary": "Get msdpSACacheRPFPeer",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheRPFPeer",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACacheRPFPeer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheRPFPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheInSAs": {
      "get": {
        "summary": "Get msdpSACacheInSAs",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheInSAs",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACacheInSAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheInSAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheInDataPackets": {
      "get": {
        "summary": "Get msdpSACacheInDataPackets",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheInDataPackets",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpSACacheInDataPackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheInDataPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheUpTime": {
      "get": {
        "summary": "Get msdpSACacheUpTime",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheUpTime",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "651780"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpSACacheUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheExpiryTime": {
      "get": {
        "summary": "Get msdpSACacheExpiryTime",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheExpiryTime",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpSACacheExpiryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheExpiryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/msdpSACacheEntry/msdpSACacheStatus": {
      "get": {
        "summary": "Get msdpSACacheStatus",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-msdpSACacheEntry-msdpSACacheStatus",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpSACacheStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpSACacheStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-object-1",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msdpPeerRemoteAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "msdpPeerFsmEstablishedTransitions": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DRAFT-MSDP-MIB:object-1": {
                    "msdpPeerRemoteAddress": "10.1.1.1",
                    "msdpPeerFsmEstablishedTransitions": "configured-value"
                  }
                }
              }
            }
          },
          "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/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/object-1/msdpPeerRemoteAddress": {
      "get": {
        "summary": "Get msdpPeerRemoteAddress",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-object-1-msdpPeerRemoteAddress",
        "tags": [
          "DRAFT-MSDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "DRAFT-MSDP-MIB:msdpPeerRemoteAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerRemoteAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/object-1/msdpPeerFsmEstablishedTransitions": {
      "get": {
        "summary": "Get msdpPeerFsmEstablishedTransitions",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-object-1-msdpPeerFsmEstablishedTransitions",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerFsmEstablishedTransitions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerFsmEstablishedTransitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DRAFT-MSDP-MIB:DRAFT-MSDP-MIB/msdpSACacheTable/object-1/msdpPeerState": {
      "get": {
        "summary": "Get msdpPeerState",
        "operationId": "get-DRAFT-MSDP-MIB:DRAFT-MSDP-MIB-msdpSACacheTable-object-1-msdpPeerState",
        "tags": [
          "DRAFT-MSDP-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": {
                  "DRAFT-MSDP-MIB:msdpPeerState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve msdpPeerState 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": []
    }
  ]
}
