{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-PIM-MIB",
    "description": "MIB data from `CISCO-PIM-MIB` module.\n\n**Root containers:** 1 (CISCO-PIM-MIB)\n**Paths:** 36 | **Descendants:** 54\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-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/CISCO-PIM-MIB:CISCO-PIM-MIB": {
      "get": {
        "summary": "Get CISCO-PIM-MIB",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB",
        "tags": [
          "CISCO-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": {
                    "cpim": {
                      "type": "object",
                      "properties": {
                        "cpimInvalidRegisterMsgsRcvd": {
                          "type": "string",
                          "example": "1"
                        },
                        "cpimInvalidJoinPruneMsgsRcvd": {
                          "type": "string",
                          "example": "1"
                        },
                        "cpimLastErrorType": {
                          "type": "string",
                          "example": "0"
                        },
                        "cpimLastErrorOriginType": {
                          "type": "string",
                          "example": "0"
                        },
                        "cpimLastErrorOrigin": {
                          "type": "string",
                          "example": "0"
                        },
                        "cpimLastErrorGroupType": {
                          "type": "string",
                          "example": "0"
                        },
                        "cpimLastErrorGroup": {
                          "type": "string",
                          "example": "0"
                        },
                        "cpimLastErrorRPType": {
                          "type": "string",
                          "example": "0"
                        },
                        "cpimLastErrorRP": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoPimMIBNotificationObjects": {
                      "type": "object",
                      "properties": {
                        "cpimRPMappingChangeType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cpimLastErrorOriginType": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cpimLastErrorOrigin": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cpimLastErrorGroupType": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "cpimLastErrorGroup": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "cpimLastErrorRPType": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "cpimLastErrorRP": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-7": {
                          "type": "object",
                          "properties": {
                            "cpimInvalidJoinPruneMsgsRcvd": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:CISCO-PIM-MIB": {
                    "cpim": {
                      "cpimInvalidRegisterMsgsRcvd": "1",
                      "cpimInvalidJoinPruneMsgsRcvd": "1",
                      "cpimLastErrorType": "default",
                      "cpimLastErrorOriginType": "0",
                      "cpimLastErrorOrigin": "0",
                      "cpimLastErrorGroupType": "0",
                      "cpimLastErrorGroup": "0",
                      "cpimLastErrorRPType": "0",
                      "cpimLastErrorRP": "0"
                    },
                    "ciscoPimMIBNotificationObjects": {
                      "cpimRPMappingChangeType": "default",
                      "object-1": {
                        "cpimLastErrorOriginType": "0"
                      },
                      "object-2": {
                        "cpimLastErrorOrigin": "0"
                      },
                      "object-3": {
                        "cpimLastErrorGroupType": "0"
                      },
                      "object-4": {
                        "cpimLastErrorGroup": "0"
                      },
                      "object-5": {
                        "cpimLastErrorRPType": "0"
                      },
                      "object-6": {
                        "cpimLastErrorRP": "0"
                      },
                      "object-7": {
                        "cpimInvalidJoinPruneMsgsRcvd": "1"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-PIM-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim": {
      "get": {
        "summary": "Get cpim",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim",
        "tags": [
          "CISCO-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": {
                    "cpimInvalidRegisterMsgsRcvd": {
                      "type": "string",
                      "example": "1"
                    },
                    "cpimInvalidJoinPruneMsgsRcvd": {
                      "type": "string",
                      "example": "1"
                    },
                    "cpimLastErrorType": {
                      "type": "string",
                      "example": "0"
                    },
                    "cpimLastErrorOriginType": {
                      "type": "string",
                      "example": "0"
                    },
                    "cpimLastErrorOrigin": {
                      "type": "string",
                      "example": "0"
                    },
                    "cpimLastErrorGroupType": {
                      "type": "string",
                      "example": "0"
                    },
                    "cpimLastErrorGroup": {
                      "type": "string",
                      "example": "0"
                    },
                    "cpimLastErrorRPType": {
                      "type": "string",
                      "example": "0"
                    },
                    "cpimLastErrorRP": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:cpim": {
                    "cpimInvalidRegisterMsgsRcvd": "1",
                    "cpimInvalidJoinPruneMsgsRcvd": "1",
                    "cpimLastErrorType": "default",
                    "cpimLastErrorOriginType": "0",
                    "cpimLastErrorOrigin": "0",
                    "cpimLastErrorGroupType": "0",
                    "cpimLastErrorGroup": "0",
                    "cpimLastErrorRPType": "0",
                    "cpimLastErrorRP": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpim from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimInvalidRegisterMsgsRcvd": {
      "get": {
        "summary": "Get cpimInvalidRegisterMsgsRcvd",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimInvalidRegisterMsgsRcvd",
        "tags": [
          "CISCO-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": "1"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimInvalidRegisterMsgsRcvd": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimInvalidRegisterMsgsRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimInvalidJoinPruneMsgsRcvd": {
      "get": {
        "summary": "Get cpimInvalidJoinPruneMsgsRcvd",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimInvalidJoinPruneMsgsRcvd",
        "tags": [
          "CISCO-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": "1"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimInvalidJoinPruneMsgsRcvd": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimInvalidJoinPruneMsgsRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorType": {
      "get": {
        "summary": "Get cpimLastErrorType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorOriginType": {
      "get": {
        "summary": "Get cpimLastErrorOriginType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorOriginType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorOriginType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorOriginType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorOrigin": {
      "get": {
        "summary": "Get cpimLastErrorOrigin",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorOrigin",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorOrigin": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorGroupType": {
      "get": {
        "summary": "Get cpimLastErrorGroupType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorGroupType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorGroupType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorGroupType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorGroup": {
      "get": {
        "summary": "Get cpimLastErrorGroup",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorGroup",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorGroup": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorRPType": {
      "get": {
        "summary": "Get cpimLastErrorRPType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorRPType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorRPType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorRPType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/cpim/cpimLastErrorRP": {
      "get": {
        "summary": "Get cpimLastErrorRP",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-cpim-cpimLastErrorRP",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorRP": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorRP from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects": {
      "get": {
        "summary": "Get ciscoPimMIBNotificationObjects",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects",
        "tags": [
          "CISCO-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": {
                    "cpimRPMappingChangeType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cpimLastErrorOriginType": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cpimLastErrorOrigin": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cpimLastErrorGroupType": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "cpimLastErrorGroup": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "cpimLastErrorRPType": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "cpimLastErrorRP": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-7": {
                      "type": "object",
                      "properties": {
                        "cpimInvalidJoinPruneMsgsRcvd": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:ciscoPimMIBNotificationObjects": {
                    "cpimRPMappingChangeType": "default",
                    "object-1": {
                      "cpimLastErrorOriginType": "0"
                    },
                    "object-2": {
                      "cpimLastErrorOrigin": "0"
                    },
                    "object-3": {
                      "cpimLastErrorGroupType": "0"
                    },
                    "object-4": {
                      "cpimLastErrorGroup": "0"
                    },
                    "object-5": {
                      "cpimLastErrorRPType": "0"
                    },
                    "object-6": {
                      "cpimLastErrorRP": "0"
                    },
                    "object-7": {
                      "cpimInvalidJoinPruneMsgsRcvd": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoPimMIBNotificationObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/cpimRPMappingChangeType": {
      "get": {
        "summary": "Get cpimRPMappingChangeType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-cpimRPMappingChangeType",
        "tags": [
          "CISCO-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": {
                  "CISCO-PIM-MIB:cpimRPMappingChangeType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimRPMappingChangeType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1",
        "tags": [
          "CISCO-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": {
                    "pimInterfaceIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pimInterfaceStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-1": {
                    "pimInterfaceIfIndex": "configured-value",
                    "pimInterfaceStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimInterfaceIfIndex": {
      "get": {
        "summary": "Get pimInterfaceIfIndex",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimInterfaceIfIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimInterfaceStatus": {
      "get": {
        "summary": "Get pimInterfaceStatus",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimInterfaceStatus",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimRPSetComponent": {
      "get": {
        "summary": "Get pimRPSetComponent",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimRPSetComponent",
        "tags": [
          "CISCO-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": {
                  "CISCO-PIM-MIB:pimRPSetComponent": "configured-value"
                }
              }
            }
          },
          "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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimRPSetGroupAddress": {
      "get": {
        "summary": "Get pimRPSetGroupAddress",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimRPSetGroupAddress",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimRPSetGroupMask": {
      "get": {
        "summary": "Get pimRPSetGroupMask",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimRPSetGroupMask",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimRPSetAddress": {
      "get": {
        "summary": "Get pimRPSetAddress",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimRPSetAddress",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/pimRPSetHoldTime": {
      "get": {
        "summary": "Get pimRPSetHoldTime",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-pimRPSetHoldTime",
        "tags": [
          "CISCO-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": {
                  "CISCO-PIM-MIB:pimRPSetHoldTime": "10:30:45"
                }
              }
            }
          },
          "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/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-2",
        "tags": [
          "CISCO-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": {
                    "cpimRPMappingChangeType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-2": {
                    "cpimRPMappingChangeType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-2/cpimRPMappingChangeType": {
      "get": {
        "summary": "Get cpimRPMappingChangeType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-2-cpimRPMappingChangeType",
        "tags": [
          "CISCO-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": {
                  "CISCO-PIM-MIB:cpimRPMappingChangeType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimRPMappingChangeType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-1/cpimLastErrorOriginType": {
      "get": {
        "summary": "Get cpimLastErrorOriginType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-1-cpimLastErrorOriginType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorOriginType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorOriginType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-2/cpimLastErrorOrigin": {
      "get": {
        "summary": "Get cpimLastErrorOrigin",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-2-cpimLastErrorOrigin",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorOrigin": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-3",
        "tags": [
          "CISCO-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": {
                    "cpimLastErrorGroupType": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-3": {
                    "cpimLastErrorGroupType": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-3/cpimLastErrorGroupType": {
      "get": {
        "summary": "Get cpimLastErrorGroupType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-3-cpimLastErrorGroupType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorGroupType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorGroupType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-4",
        "tags": [
          "CISCO-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": {
                    "cpimLastErrorGroup": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-4": {
                    "cpimLastErrorGroup": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-4/cpimLastErrorGroup": {
      "get": {
        "summary": "Get cpimLastErrorGroup",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-4-cpimLastErrorGroup",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorGroup": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-5",
        "tags": [
          "CISCO-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": {
                    "cpimLastErrorRPType": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-5": {
                    "cpimLastErrorRPType": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-5/cpimLastErrorRPType": {
      "get": {
        "summary": "Get cpimLastErrorRPType",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-5-cpimLastErrorRPType",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorRPType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorRPType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-6",
        "tags": [
          "CISCO-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": {
                    "cpimLastErrorRP": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-6": {
                    "cpimLastErrorRP": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-6 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-6/cpimLastErrorRP": {
      "get": {
        "summary": "Get cpimLastErrorRP",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-6-cpimLastErrorRP",
        "tags": [
          "CISCO-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": "0"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimLastErrorRP": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimLastErrorRP from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-7": {
      "get": {
        "summary": "Get object-7",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-7",
        "tags": [
          "CISCO-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": {
                    "cpimInvalidRegisterMsgsRcvd": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-PIM-MIB:object-7": {
                    "cpimInvalidRegisterMsgsRcvd": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-7 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-7/cpimInvalidRegisterMsgsRcvd": {
      "get": {
        "summary": "Get cpimInvalidRegisterMsgsRcvd",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-7-cpimInvalidRegisterMsgsRcvd",
        "tags": [
          "CISCO-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": "1"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimInvalidRegisterMsgsRcvd": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimInvalidRegisterMsgsRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-PIM-MIB:CISCO-PIM-MIB/ciscoPimMIBNotificationObjects/object-7/cpimInvalidJoinPruneMsgsRcvd": {
      "get": {
        "summary": "Get cpimInvalidJoinPruneMsgsRcvd",
        "operationId": "get-CISCO-PIM-MIB:CISCO-PIM-MIB-ciscoPimMIBNotificationObjects-object-7-cpimInvalidJoinPruneMsgsRcvd",
        "tags": [
          "CISCO-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": "1"
                },
                "example": {
                  "CISCO-PIM-MIB:cpimInvalidJoinPruneMsgsRcvd": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpimInvalidJoinPruneMsgsRcvd 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": []
    }
  ]
}
