{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - PIM-MIB",
    "description": "MIB data from `PIM-MIB` module.\n\n**Root containers:** 1 (PIM-MIB)\n**Paths:** 62 | **Descendants:** 61\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": "PIM-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/PIM-MIB:PIM-MIB": {
      "get": {
        "summary": "Get PIM-MIB",
        "operationId": "get-PIM-MIB:PIM-MIB",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pim": {
                      "type": "object",
                      "properties": {
                        "pimJoinPruneInterval": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "pimInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "pimInterfaceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "pimInterfaceIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "pimInterfaceAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "pimInterfaceNetMask": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "pimInterfaceMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "pimInterfaceDR": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "pimInterfaceHelloInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "pimInterfaceStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "pimInterfaceJoinPruneInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "pimInterfaceCBSRPreference": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pimNeighborTable": {
                      "type": "object",
                      "properties": {
                        "pimNeighborEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "pimNeighborAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "pimNeighborIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "pimNeighborUpTime": {
                                "type": "string",
                                "example": "651780"
                              },
                              "pimNeighborExpiryTime": {
                                "type": "string",
                                "example": "10:30:45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pimIpMRouteTable": {
                      "type": "object",
                      "properties": {
                        "pimIpMRouteEntry": {
                          "type": "object",
                          "properties": {
                            "ipMRouteGroup": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipMRouteSource": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipMRouteSourceMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pimIpMRouteUpstreamAssertTimer": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "pimIpMRouteAssertMetric": {
                              "type": "integer",
                              "example": 1
                            },
                            "pimIpMRouteAssertMetricPref": {
                              "type": "integer",
                              "example": 1
                            },
                            "pimIpMRouteAssertRPTBit": {
                              "type": "boolean",
                              "example": true
                            },
                            "pimIpMRouteFlags": {
                              "type": "string",
                              "format": "byte",
                              "example": "True"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pimRPSetTable": {
                      "type": "object",
                      "properties": {
                        "pimRPSetEntry": {
                          "type": "object",
                          "properties": {
                            "pimRPSetGroupAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "pimRPSetGroupMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pimRPSetAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "pimRPSetHoldTime": {
                              "type": "integer",
                              "example": 1
                            },
                            "pimRPSetExpiryTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "pimRPSetComponent": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pimIpMRouteNextHopTable": {
                      "type": "object",
                      "properties": {
                        "pimIpMRouteNextHopEntry": {
                          "type": "object",
                          "properties": {
                            "ipMRouteNextHopGroup": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipMRouteNextHopSource": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipMRouteNextHopSourceMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipMRouteNextHopIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ipMRouteNextHopAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "pimIpMRouteNextHopPruneReason": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pimCandidateRPTable": {
                      "type": "object",
                      "properties": {
                        "pimCandidateRPEntry": {
                          "type": "object",
                          "properties": {
                            "pimCandidateRPGroupAddress": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "pimCandidateRPGroupMask": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "pimCandidateRPAddress": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "pimCandidateRPRowStatus": {
                              "type": "string",
                              "example": "2025-03-15"
                            }
                          },
                          "example": "2025-03-15"
                        }
                      },
                      "example": "2025-03-15"
                    },
                    "pimComponentTable": {
                      "type": "object",
                      "properties": {
                        "pimComponentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "pimComponentIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "pimComponentBSRAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "pimComponentBSRExpiryTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "pimComponentCRPHoldTime": {
                                "type": "integer",
                                "example": 1
                              },
                              "pimComponentStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "pimNeighborAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "pimNeighborIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:PIM-MIB": {
                    "pim": {
                      "pimJoinPruneInterval": 1
                    },
                    "pimInterfaceTable": {
                      "pimInterfaceEntry": [
                        {
                          "pimInterfaceIfIndex": "configured-value",
                          "pimInterfaceAddress": "10.1.1.1",
                          "pimInterfaceNetMask": "configured-value",
                          "pimInterfaceMode": "default",
                          "pimInterfaceDR": "configured-value",
                          "pimInterfaceHelloInterval": 1,
                          "pimInterfaceStatus": "active",
                          "pimInterfaceJoinPruneInterval": 1,
                          "pimInterfaceCBSRPreference": 1
                        }
                      ]
                    },
                    "pimNeighborTable": {
                      "pimNeighborEntry": [
                        {
                          "pimNeighborAddress": "10.1.1.1",
                          "pimNeighborIfIndex": "configured-value",
                          "pimNeighborUpTime": "651780",
                          "pimNeighborExpiryTime": "10:30:45"
                        }
                      ]
                    },
                    "pimIpMRouteTable": {
                      "pimIpMRouteEntry": {
                        "ipMRouteGroup": "configured-value",
                        "ipMRouteSource": "configured-value",
                        "ipMRouteSourceMask": "configured-value",
                        "pimIpMRouteUpstreamAssertTimer": "10:30:45",
                        "pimIpMRouteAssertMetric": 1,
                        "pimIpMRouteAssertMetricPref": 1,
                        "pimIpMRouteAssertRPTBit": true,
                        "pimIpMRouteFlags": "QmFzZTY0"
                      }
                    },
                    "pimRPSetTable": {
                      "pimRPSetEntry": {
                        "pimRPSetGroupAddress": "10.1.1.1",
                        "pimRPSetGroupMask": "configured-value",
                        "pimRPSetAddress": "10.1.1.1",
                        "pimRPSetHoldTime": 1,
                        "pimRPSetExpiryTime": "10:30:45",
                        "pimRPSetComponent": 1
                      }
                    },
                    "pimIpMRouteNextHopTable": {
                      "pimIpMRouteNextHopEntry": {
                        "ipMRouteNextHopGroup": "configured-value",
                        "ipMRouteNextHopSource": "configured-value",
                        "ipMRouteNextHopSourceMask": "configured-value",
                        "ipMRouteNextHopIfIndex": "configured-value",
                        "ipMRouteNextHopAddress": "10.1.1.1",
                        "pimIpMRouteNextHopPruneReason": "default"
                      }
                    },
                    "pimCandidateRPTable": {
                      "pimCandidateRPEntry": {
                        "pimCandidateRPGroupAddress": "2025-03-15",
                        "pimCandidateRPGroupMask": "2025-03-15",
                        "pimCandidateRPAddress": "2025-03-15",
                        "pimCandidateRPRowStatus": "2025-03-15"
                      }
                    },
                    "pimComponentTable": {
                      "pimComponentEntry": [
                        {
                          "pimComponentIndex": 1,
                          "pimComponentBSRAddress": "10.1.1.1",
                          "pimComponentBSRExpiryTime": "10:30:45",
                          "pimComponentCRPHoldTime": 1,
                          "pimComponentStatus": "active"
                        }
                      ],
                      "object-1": {
                        "pimNeighborAddress": "10.1.1.1",
                        "pimNeighborIfIndex": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve PIM-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pim": {
      "get": {
        "summary": "Get pim",
        "operationId": "get-PIM-MIB:PIM-MIB-pim",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimJoinPruneInterval": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pim": {
                    "pimJoinPruneInterval": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pim from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pim/pimJoinPruneInterval": {
      "get": {
        "summary": "Get pimJoinPruneInterval",
        "operationId": "get-PIM-MIB:PIM-MIB-pim-pimJoinPruneInterval",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimJoinPruneInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimJoinPruneInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable": {
      "get": {
        "summary": "Get pimInterfaceTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimInterfaceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pimInterfaceIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "pimInterfaceAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "pimInterfaceNetMask": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "pimInterfaceMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "pimInterfaceDR": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "pimInterfaceHelloInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "pimInterfaceStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "pimInterfaceJoinPruneInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "pimInterfaceCBSRPreference": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimInterfaceTable": {
                    "pimInterfaceEntry": [
                      {
                        "pimInterfaceIfIndex": "configured-value",
                        "pimInterfaceAddress": "10.1.1.1",
                        "pimInterfaceNetMask": "configured-value",
                        "pimInterfaceMode": "default",
                        "pimInterfaceDR": "configured-value",
                        "pimInterfaceHelloInterval": 1,
                        "pimInterfaceStatus": "active",
                        "pimInterfaceJoinPruneInterval": 1,
                        "pimInterfaceCBSRPreference": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry": {
      "get": {
        "summary": "Get pimInterfaceEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry",
        "tags": [
          "PIM-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": {
                      "pimInterfaceIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "pimInterfaceAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "pimInterfaceNetMask": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "pimInterfaceMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "pimInterfaceDR": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "pimInterfaceHelloInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "pimInterfaceStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "pimInterfaceJoinPruneInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "pimInterfaceCBSRPreference": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimInterfaceEntry": [
                    {
                      "pimInterfaceIfIndex": "configured-value",
                      "pimInterfaceAddress": "10.1.1.1",
                      "pimInterfaceNetMask": "configured-value",
                      "pimInterfaceMode": "default",
                      "pimInterfaceDR": "configured-value",
                      "pimInterfaceHelloInterval": 1,
                      "pimInterfaceStatus": "active",
                      "pimInterfaceJoinPruneInterval": 1,
                      "pimInterfaceCBSRPreference": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceIfIndex": {
      "get": {
        "summary": "Get pimInterfaceIfIndex",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceIfIndex",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceAddress": {
      "get": {
        "summary": "Get pimInterfaceAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceNetMask": {
      "get": {
        "summary": "Get pimInterfaceNetMask",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceNetMask",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceNetMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceNetMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceMode": {
      "get": {
        "summary": "Get pimInterfaceMode",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceMode",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceDR": {
      "get": {
        "summary": "Get pimInterfaceDR",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceDR",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceDR": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceDR from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceHelloInterval": {
      "get": {
        "summary": "Get pimInterfaceHelloInterval",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceHelloInterval",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceHelloInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceHelloInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceStatus": {
      "get": {
        "summary": "Get pimInterfaceStatus",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceStatus",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceJoinPruneInterval": {
      "get": {
        "summary": "Get pimInterfaceJoinPruneInterval",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceJoinPruneInterval",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceJoinPruneInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceJoinPruneInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimInterfaceTable/pimInterfaceEntry/pimInterfaceCBSRPreference": {
      "get": {
        "summary": "Get pimInterfaceCBSRPreference",
        "operationId": "get-PIM-MIB:PIM-MIB-pimInterfaceTable-pimInterfaceEntry-pimInterfaceCBSRPreference",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimInterfaceCBSRPreference": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimInterfaceCBSRPreference from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimNeighborTable": {
      "get": {
        "summary": "Get pimNeighborTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimNeighborTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimNeighborEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pimNeighborAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "pimNeighborIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "pimNeighborUpTime": {
                            "type": "string",
                            "example": "651780"
                          },
                          "pimNeighborExpiryTime": {
                            "type": "string",
                            "example": "10:30:45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimNeighborTable": {
                    "pimNeighborEntry": [
                      {
                        "pimNeighborAddress": "10.1.1.1",
                        "pimNeighborIfIndex": "configured-value",
                        "pimNeighborUpTime": "651780",
                        "pimNeighborExpiryTime": "10:30:45"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimNeighborTable/pimNeighborEntry": {
      "get": {
        "summary": "Get pimNeighborEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimNeighborTable-pimNeighborEntry",
        "tags": [
          "PIM-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": {
                      "pimNeighborAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "pimNeighborIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "pimNeighborUpTime": {
                        "type": "string",
                        "example": "651780"
                      },
                      "pimNeighborExpiryTime": {
                        "type": "string",
                        "example": "10:30:45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimNeighborEntry": [
                    {
                      "pimNeighborAddress": "10.1.1.1",
                      "pimNeighborIfIndex": "configured-value",
                      "pimNeighborUpTime": "651780",
                      "pimNeighborExpiryTime": "10:30:45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimNeighborTable/pimNeighborEntry/pimNeighborAddress": {
      "get": {
        "summary": "Get pimNeighborAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimNeighborTable-pimNeighborEntry-pimNeighborAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimNeighborAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimNeighborTable/pimNeighborEntry/pimNeighborIfIndex": {
      "get": {
        "summary": "Get pimNeighborIfIndex",
        "operationId": "get-PIM-MIB:PIM-MIB-pimNeighborTable-pimNeighborEntry-pimNeighborIfIndex",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimNeighborIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimNeighborTable/pimNeighborEntry/pimNeighborUpTime": {
      "get": {
        "summary": "Get pimNeighborUpTime",
        "operationId": "get-PIM-MIB:PIM-MIB-pimNeighborTable-pimNeighborEntry-pimNeighborUpTime",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimNeighborUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimNeighborTable/pimNeighborEntry/pimNeighborExpiryTime": {
      "get": {
        "summary": "Get pimNeighborExpiryTime",
        "operationId": "get-PIM-MIB:PIM-MIB-pimNeighborTable-pimNeighborEntry-pimNeighborExpiryTime",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimNeighborExpiryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborExpiryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable": {
      "get": {
        "summary": "Get pimIpMRouteTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimIpMRouteEntry": {
                      "type": "object",
                      "properties": {
                        "ipMRouteGroup": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipMRouteSource": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipMRouteSourceMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pimIpMRouteUpstreamAssertTimer": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "pimIpMRouteAssertMetric": {
                          "type": "integer",
                          "example": 1
                        },
                        "pimIpMRouteAssertMetricPref": {
                          "type": "integer",
                          "example": 1
                        },
                        "pimIpMRouteAssertRPTBit": {
                          "type": "boolean",
                          "example": true
                        },
                        "pimIpMRouteFlags": {
                          "type": "string",
                          "format": "byte",
                          "example": "True"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimIpMRouteTable": {
                    "pimIpMRouteEntry": {
                      "ipMRouteGroup": "configured-value",
                      "ipMRouteSource": "configured-value",
                      "ipMRouteSourceMask": "configured-value",
                      "pimIpMRouteUpstreamAssertTimer": "10:30:45",
                      "pimIpMRouteAssertMetric": 1,
                      "pimIpMRouteAssertMetricPref": 1,
                      "pimIpMRouteAssertRPTBit": true,
                      "pimIpMRouteFlags": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry": {
      "get": {
        "summary": "Get pimIpMRouteEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipMRouteGroup": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipMRouteSource": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipMRouteSourceMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pimIpMRouteUpstreamAssertTimer": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "pimIpMRouteAssertMetric": {
                      "type": "integer",
                      "example": 1
                    },
                    "pimIpMRouteAssertMetricPref": {
                      "type": "integer",
                      "example": 1
                    },
                    "pimIpMRouteAssertRPTBit": {
                      "type": "boolean",
                      "example": true
                    },
                    "pimIpMRouteFlags": {
                      "type": "string",
                      "format": "byte",
                      "example": "True"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimIpMRouteEntry": {
                    "ipMRouteGroup": "configured-value",
                    "ipMRouteSource": "configured-value",
                    "ipMRouteSourceMask": "configured-value",
                    "pimIpMRouteUpstreamAssertTimer": "10:30:45",
                    "pimIpMRouteAssertMetric": 1,
                    "pimIpMRouteAssertMetricPref": 1,
                    "pimIpMRouteAssertRPTBit": true,
                    "pimIpMRouteFlags": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/ipMRouteGroup": {
      "get": {
        "summary": "Get ipMRouteGroup",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-ipMRouteGroup",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteGroup": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/ipMRouteSource": {
      "get": {
        "summary": "Get ipMRouteSource",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-ipMRouteSource",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/ipMRouteSourceMask": {
      "get": {
        "summary": "Get ipMRouteSourceMask",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-ipMRouteSourceMask",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteSourceMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteSourceMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/pimIpMRouteUpstreamAssertTimer": {
      "get": {
        "summary": "Get pimIpMRouteUpstreamAssertTimer",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-pimIpMRouteUpstreamAssertTimer",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimIpMRouteUpstreamAssertTimer": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteUpstreamAssertTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/pimIpMRouteAssertMetric": {
      "get": {
        "summary": "Get pimIpMRouteAssertMetric",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-pimIpMRouteAssertMetric",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimIpMRouteAssertMetric": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteAssertMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/pimIpMRouteAssertMetricPref": {
      "get": {
        "summary": "Get pimIpMRouteAssertMetricPref",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-pimIpMRouteAssertMetricPref",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimIpMRouteAssertMetricPref": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteAssertMetricPref from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/pimIpMRouteAssertRPTBit": {
      "get": {
        "summary": "Get pimIpMRouteAssertRPTBit",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-pimIpMRouteAssertRPTBit",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimIpMRouteAssertRPTBit": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteAssertRPTBit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteTable/pimIpMRouteEntry/pimIpMRouteFlags": {
      "get": {
        "summary": "Get pimIpMRouteFlags",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteTable-pimIpMRouteEntry-pimIpMRouteFlags",
        "tags": [
          "PIM-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": "True"
                },
                "example": {
                  "PIM-MIB:pimIpMRouteFlags": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteFlags from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable": {
      "get": {
        "summary": "Get pimRPSetTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimRPSetEntry": {
                      "type": "object",
                      "properties": {
                        "pimRPSetGroupAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "pimRPSetGroupMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pimRPSetAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "pimRPSetHoldTime": {
                          "type": "integer",
                          "example": 1
                        },
                        "pimRPSetExpiryTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "pimRPSetComponent": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimRPSetTable": {
                    "pimRPSetEntry": {
                      "pimRPSetGroupAddress": "10.1.1.1",
                      "pimRPSetGroupMask": "configured-value",
                      "pimRPSetAddress": "10.1.1.1",
                      "pimRPSetHoldTime": 1,
                      "pimRPSetExpiryTime": "10:30:45",
                      "pimRPSetComponent": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry": {
      "get": {
        "summary": "Get pimRPSetEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimRPSetGroupAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "pimRPSetGroupMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pimRPSetAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "pimRPSetHoldTime": {
                      "type": "integer",
                      "example": 1
                    },
                    "pimRPSetExpiryTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "pimRPSetComponent": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimRPSetEntry": {
                    "pimRPSetGroupAddress": "10.1.1.1",
                    "pimRPSetGroupMask": "configured-value",
                    "pimRPSetAddress": "10.1.1.1",
                    "pimRPSetHoldTime": 1,
                    "pimRPSetExpiryTime": "10:30:45",
                    "pimRPSetComponent": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry/pimRPSetGroupAddress": {
      "get": {
        "summary": "Get pimRPSetGroupAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry-pimRPSetGroupAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimRPSetGroupAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetGroupAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry/pimRPSetGroupMask": {
      "get": {
        "summary": "Get pimRPSetGroupMask",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry-pimRPSetGroupMask",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimRPSetGroupMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetGroupMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry/pimRPSetAddress": {
      "get": {
        "summary": "Get pimRPSetAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry-pimRPSetAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimRPSetAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry/pimRPSetHoldTime": {
      "get": {
        "summary": "Get pimRPSetHoldTime",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry-pimRPSetHoldTime",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimRPSetHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry/pimRPSetExpiryTime": {
      "get": {
        "summary": "Get pimRPSetExpiryTime",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry-pimRPSetExpiryTime",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimRPSetExpiryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetExpiryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimRPSetTable/pimRPSetEntry/pimRPSetComponent": {
      "get": {
        "summary": "Get pimRPSetComponent",
        "operationId": "get-PIM-MIB:PIM-MIB-pimRPSetTable-pimRPSetEntry-pimRPSetComponent",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimRPSetComponent": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimRPSetComponent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable": {
      "get": {
        "summary": "Get pimIpMRouteNextHopTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimIpMRouteNextHopEntry": {
                      "type": "object",
                      "properties": {
                        "ipMRouteNextHopGroup": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipMRouteNextHopSource": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipMRouteNextHopSourceMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipMRouteNextHopIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ipMRouteNextHopAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "pimIpMRouteNextHopPruneReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimIpMRouteNextHopTable": {
                    "pimIpMRouteNextHopEntry": {
                      "ipMRouteNextHopGroup": "configured-value",
                      "ipMRouteNextHopSource": "configured-value",
                      "ipMRouteNextHopSourceMask": "configured-value",
                      "ipMRouteNextHopIfIndex": "configured-value",
                      "ipMRouteNextHopAddress": "10.1.1.1",
                      "pimIpMRouteNextHopPruneReason": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteNextHopTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry": {
      "get": {
        "summary": "Get pimIpMRouteNextHopEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipMRouteNextHopGroup": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipMRouteNextHopSource": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipMRouteNextHopSourceMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipMRouteNextHopIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ipMRouteNextHopAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "pimIpMRouteNextHopPruneReason": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimIpMRouteNextHopEntry": {
                    "ipMRouteNextHopGroup": "configured-value",
                    "ipMRouteNextHopSource": "configured-value",
                    "ipMRouteNextHopSourceMask": "configured-value",
                    "ipMRouteNextHopIfIndex": "configured-value",
                    "ipMRouteNextHopAddress": "10.1.1.1",
                    "pimIpMRouteNextHopPruneReason": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteNextHopEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry/ipMRouteNextHopGroup": {
      "get": {
        "summary": "Get ipMRouteNextHopGroup",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry-ipMRouteNextHopGroup",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteNextHopGroup": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteNextHopGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry/ipMRouteNextHopSource": {
      "get": {
        "summary": "Get ipMRouteNextHopSource",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry-ipMRouteNextHopSource",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteNextHopSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteNextHopSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry/ipMRouteNextHopSourceMask": {
      "get": {
        "summary": "Get ipMRouteNextHopSourceMask",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry-ipMRouteNextHopSourceMask",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteNextHopSourceMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteNextHopSourceMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry/ipMRouteNextHopIfIndex": {
      "get": {
        "summary": "Get ipMRouteNextHopIfIndex",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry-ipMRouteNextHopIfIndex",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteNextHopIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteNextHopIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry/ipMRouteNextHopAddress": {
      "get": {
        "summary": "Get ipMRouteNextHopAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry-ipMRouteNextHopAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:ipMRouteNextHopAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipMRouteNextHopAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimIpMRouteNextHopTable/pimIpMRouteNextHopEntry/pimIpMRouteNextHopPruneReason": {
      "get": {
        "summary": "Get pimIpMRouteNextHopPruneReason",
        "operationId": "get-PIM-MIB:PIM-MIB-pimIpMRouteNextHopTable-pimIpMRouteNextHopEntry-pimIpMRouteNextHopPruneReason",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimIpMRouteNextHopPruneReason": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimIpMRouteNextHopPruneReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimCandidateRPTable": {
      "get": {
        "summary": "Get pimCandidateRPTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimCandidateRPTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimCandidateRPEntry": {
                      "type": "object",
                      "properties": {
                        "pimCandidateRPGroupAddress": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "pimCandidateRPGroupMask": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "pimCandidateRPAddress": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "pimCandidateRPRowStatus": {
                          "type": "string",
                          "example": "2025-03-15"
                        }
                      },
                      "example": "2025-03-15"
                    }
                  },
                  "example": "2025-03-15"
                },
                "example": {
                  "PIM-MIB:pimCandidateRPTable": {
                    "pimCandidateRPEntry": {
                      "pimCandidateRPGroupAddress": "2025-03-15",
                      "pimCandidateRPGroupMask": "2025-03-15",
                      "pimCandidateRPAddress": "2025-03-15",
                      "pimCandidateRPRowStatus": "2025-03-15"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimCandidateRPTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimCandidateRPTable/pimCandidateRPEntry": {
      "get": {
        "summary": "Get pimCandidateRPEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimCandidateRPTable-pimCandidateRPEntry",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimCandidateRPGroupAddress": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "pimCandidateRPGroupMask": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "pimCandidateRPAddress": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "pimCandidateRPRowStatus": {
                      "type": "string",
                      "example": "2025-03-15"
                    }
                  },
                  "example": "2025-03-15"
                },
                "example": {
                  "PIM-MIB:pimCandidateRPEntry": {
                    "pimCandidateRPGroupAddress": "2025-03-15",
                    "pimCandidateRPGroupMask": "2025-03-15",
                    "pimCandidateRPAddress": "2025-03-15",
                    "pimCandidateRPRowStatus": "2025-03-15"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimCandidateRPEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimCandidateRPTable/pimCandidateRPEntry/pimCandidateRPGroupAddress": {
      "get": {
        "summary": "Get pimCandidateRPGroupAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimCandidateRPTable-pimCandidateRPEntry-pimCandidateRPGroupAddress",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "PIM-MIB:pimCandidateRPGroupAddress": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimCandidateRPGroupAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimCandidateRPTable/pimCandidateRPEntry/pimCandidateRPGroupMask": {
      "get": {
        "summary": "Get pimCandidateRPGroupMask",
        "operationId": "get-PIM-MIB:PIM-MIB-pimCandidateRPTable-pimCandidateRPEntry-pimCandidateRPGroupMask",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "PIM-MIB:pimCandidateRPGroupMask": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimCandidateRPGroupMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimCandidateRPTable/pimCandidateRPEntry/pimCandidateRPAddress": {
      "get": {
        "summary": "Get pimCandidateRPAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimCandidateRPTable-pimCandidateRPEntry-pimCandidateRPAddress",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "PIM-MIB:pimCandidateRPAddress": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimCandidateRPAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimCandidateRPTable/pimCandidateRPEntry/pimCandidateRPRowStatus": {
      "get": {
        "summary": "Get pimCandidateRPRowStatus",
        "operationId": "get-PIM-MIB:PIM-MIB-pimCandidateRPTable-pimCandidateRPEntry-pimCandidateRPRowStatus",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "PIM-MIB:pimCandidateRPRowStatus": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimCandidateRPRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable": {
      "get": {
        "summary": "Get pimComponentTable",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimComponentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pimComponentIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "pimComponentBSRAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "pimComponentBSRExpiryTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "pimComponentCRPHoldTime": {
                            "type": "integer",
                            "example": 1
                          },
                          "pimComponentStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "pimNeighborAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "pimNeighborIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimComponentTable": {
                    "pimComponentEntry": [
                      {
                        "pimComponentIndex": 1,
                        "pimComponentBSRAddress": "10.1.1.1",
                        "pimComponentBSRExpiryTime": "10:30:45",
                        "pimComponentCRPHoldTime": 1,
                        "pimComponentStatus": "active"
                      }
                    ],
                    "object-1": {
                      "pimNeighborAddress": "10.1.1.1",
                      "pimNeighborIfIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/pimComponentEntry": {
      "get": {
        "summary": "Get pimComponentEntry",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-pimComponentEntry",
        "tags": [
          "PIM-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": {
                      "pimComponentIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "pimComponentBSRAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "pimComponentBSRExpiryTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "pimComponentCRPHoldTime": {
                        "type": "integer",
                        "example": 1
                      },
                      "pimComponentStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:pimComponentEntry": [
                    {
                      "pimComponentIndex": 1,
                      "pimComponentBSRAddress": "10.1.1.1",
                      "pimComponentBSRExpiryTime": "10:30:45",
                      "pimComponentCRPHoldTime": 1,
                      "pimComponentStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/pimComponentEntry/pimComponentIndex": {
      "get": {
        "summary": "Get pimComponentIndex",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-pimComponentEntry-pimComponentIndex",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimComponentIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/pimComponentEntry/pimComponentBSRAddress": {
      "get": {
        "summary": "Get pimComponentBSRAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-pimComponentEntry-pimComponentBSRAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimComponentBSRAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentBSRAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/pimComponentEntry/pimComponentBSRExpiryTime": {
      "get": {
        "summary": "Get pimComponentBSRExpiryTime",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-pimComponentEntry-pimComponentBSRExpiryTime",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimComponentBSRExpiryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentBSRExpiryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/pimComponentEntry/pimComponentCRPHoldTime": {
      "get": {
        "summary": "Get pimComponentCRPHoldTime",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-pimComponentEntry-pimComponentCRPHoldTime",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimComponentCRPHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentCRPHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/pimComponentEntry/pimComponentStatus": {
      "get": {
        "summary": "Get pimComponentStatus",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-pimComponentEntry-pimComponentStatus",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimComponentStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimComponentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-object-1",
        "tags": [
          "PIM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pimNeighborAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "pimNeighborIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "PIM-MIB:object-1": {
                    "pimNeighborAddress": "10.1.1.1",
                    "pimNeighborIfIndex": "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/PIM-MIB:PIM-MIB/pimComponentTable/object-1/pimNeighborAddress": {
      "get": {
        "summary": "Get pimNeighborAddress",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-object-1-pimNeighborAddress",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimNeighborAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/PIM-MIB:PIM-MIB/pimComponentTable/object-1/pimNeighborIfIndex": {
      "get": {
        "summary": "Get pimNeighborIfIndex",
        "operationId": "get-PIM-MIB:PIM-MIB-pimComponentTable-object-1-pimNeighborIfIndex",
        "tags": [
          "PIM-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": {
                  "PIM-MIB:pimNeighborIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pimNeighborIfIndex 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": []
    }
  ]
}
