{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - IGMP-STD-MIB",
    "description": "MIB data from `IGMP-STD-MIB` module.\n\n**Root containers:** 1 (IGMP-STD-MIB)\n**Paths:** 28 | **Descendants:** 27\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": "IGMP-STD-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/IGMP-STD-MIB:IGMP-STD-MIB": {
      "get": {
        "summary": "Get IGMP-STD-MIB",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "igmpInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "igmpInterfaceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "igmpInterfaceIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "igmpInterfaceQueryInterval": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "igmpInterfaceStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "igmpInterfaceVersion": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "igmpInterfaceQuerier": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "igmpInterfaceQueryMaxResponseTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "igmpInterfaceQuerierUpTime": {
                                "type": "string",
                                "example": "651780"
                              },
                              "igmpInterfaceQuerierExpiryTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "igmpInterfaceVersion1QuerierTimer": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "igmpInterfaceWrongVersionQueries": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "igmpInterfaceJoins": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "igmpInterfaceProxyIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "igmpInterfaceGroups": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "igmpInterfaceRobustness": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "igmpInterfaceLastMembQueryIntvl": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "igmpCacheTable": {
                      "type": "object",
                      "properties": {
                        "igmpCacheEntry": {
                          "type": "object",
                          "properties": {
                            "igmpCacheAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "igmpCacheIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "igmpCacheSelf": {
                              "type": "boolean",
                              "example": true
                            },
                            "igmpCacheLastReporter": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "igmpCacheUpTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "igmpCacheExpiryTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "igmpCacheStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "igmpCacheVersion1HostTimer": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IGMP-STD-MIB:IGMP-STD-MIB": {
                    "igmpInterfaceTable": {
                      "igmpInterfaceEntry": [
                        {
                          "igmpInterfaceIfIndex": "configured-value",
                          "igmpInterfaceQueryInterval": 1,
                          "igmpInterfaceStatus": "active",
                          "igmpInterfaceVersion": 1,
                          "igmpInterfaceQuerier": "configured-value",
                          "igmpInterfaceQueryMaxResponseTime": 1,
                          "igmpInterfaceQuerierUpTime": "651780",
                          "igmpInterfaceQuerierExpiryTime": "10:30:45",
                          "igmpInterfaceVersion1QuerierTimer": "10:30:45",
                          "igmpInterfaceWrongVersionQueries": "configured-value",
                          "igmpInterfaceJoins": "configured-value",
                          "igmpInterfaceProxyIfIndex": "configured-value",
                          "igmpInterfaceGroups": "configured-value",
                          "igmpInterfaceRobustness": 1,
                          "igmpInterfaceLastMembQueryIntvl": 1
                        }
                      ]
                    },
                    "igmpCacheTable": {
                      "igmpCacheEntry": {
                        "igmpCacheAddress": "10.1.1.1",
                        "igmpCacheIfIndex": "configured-value",
                        "igmpCacheSelf": true,
                        "igmpCacheLastReporter": "configured-value",
                        "igmpCacheUpTime": "651780",
                        "igmpCacheExpiryTime": "10:30:45",
                        "igmpCacheStatus": "active",
                        "igmpCacheVersion1HostTimer": "10:30:45"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve IGMP-STD-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable": {
      "get": {
        "summary": "Get igmpInterfaceTable",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "igmpInterfaceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "igmpInterfaceIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "igmpInterfaceQueryInterval": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "igmpInterfaceStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "igmpInterfaceVersion": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "igmpInterfaceQuerier": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "igmpInterfaceQueryMaxResponseTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "igmpInterfaceQuerierUpTime": {
                            "type": "string",
                            "example": "651780"
                          },
                          "igmpInterfaceQuerierExpiryTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "igmpInterfaceVersion1QuerierTimer": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "igmpInterfaceWrongVersionQueries": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "igmpInterfaceJoins": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "igmpInterfaceProxyIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "igmpInterfaceGroups": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "igmpInterfaceRobustness": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "igmpInterfaceLastMembQueryIntvl": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceTable": {
                    "igmpInterfaceEntry": [
                      {
                        "igmpInterfaceIfIndex": "configured-value",
                        "igmpInterfaceQueryInterval": 1,
                        "igmpInterfaceStatus": "active",
                        "igmpInterfaceVersion": 1,
                        "igmpInterfaceQuerier": "configured-value",
                        "igmpInterfaceQueryMaxResponseTime": 1,
                        "igmpInterfaceQuerierUpTime": "651780",
                        "igmpInterfaceQuerierExpiryTime": "10:30:45",
                        "igmpInterfaceVersion1QuerierTimer": "10:30:45",
                        "igmpInterfaceWrongVersionQueries": "configured-value",
                        "igmpInterfaceJoins": "configured-value",
                        "igmpInterfaceProxyIfIndex": "configured-value",
                        "igmpInterfaceGroups": "configured-value",
                        "igmpInterfaceRobustness": 1,
                        "igmpInterfaceLastMembQueryIntvl": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry": {
      "get": {
        "summary": "Get igmpInterfaceEntry",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry",
        "tags": [
          "IGMP-STD-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": {
                      "igmpInterfaceIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "igmpInterfaceQueryInterval": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "igmpInterfaceStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "igmpInterfaceVersion": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "igmpInterfaceQuerier": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "igmpInterfaceQueryMaxResponseTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "igmpInterfaceQuerierUpTime": {
                        "type": "string",
                        "example": "651780"
                      },
                      "igmpInterfaceQuerierExpiryTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "igmpInterfaceVersion1QuerierTimer": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "igmpInterfaceWrongVersionQueries": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "igmpInterfaceJoins": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "igmpInterfaceProxyIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "igmpInterfaceGroups": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "igmpInterfaceRobustness": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "igmpInterfaceLastMembQueryIntvl": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceEntry": [
                    {
                      "igmpInterfaceIfIndex": "configured-value",
                      "igmpInterfaceQueryInterval": 1,
                      "igmpInterfaceStatus": "active",
                      "igmpInterfaceVersion": 1,
                      "igmpInterfaceQuerier": "configured-value",
                      "igmpInterfaceQueryMaxResponseTime": 1,
                      "igmpInterfaceQuerierUpTime": "651780",
                      "igmpInterfaceQuerierExpiryTime": "10:30:45",
                      "igmpInterfaceVersion1QuerierTimer": "10:30:45",
                      "igmpInterfaceWrongVersionQueries": "configured-value",
                      "igmpInterfaceJoins": "configured-value",
                      "igmpInterfaceProxyIfIndex": "configured-value",
                      "igmpInterfaceGroups": "configured-value",
                      "igmpInterfaceRobustness": 1,
                      "igmpInterfaceLastMembQueryIntvl": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceIfIndex": {
      "get": {
        "summary": "Get igmpInterfaceIfIndex",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceIfIndex",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceQueryInterval": {
      "get": {
        "summary": "Get igmpInterfaceQueryInterval",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceQueryInterval",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceQueryInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceQueryInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceStatus": {
      "get": {
        "summary": "Get igmpInterfaceStatus",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceStatus",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceVersion": {
      "get": {
        "summary": "Get igmpInterfaceVersion",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceVersion",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceVersion": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceQuerier": {
      "get": {
        "summary": "Get igmpInterfaceQuerier",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceQuerier",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceQuerier": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceQuerier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceQueryMaxResponseTime": {
      "get": {
        "summary": "Get igmpInterfaceQueryMaxResponseTime",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceQueryMaxResponseTime",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceQueryMaxResponseTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceQueryMaxResponseTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceQuerierUpTime": {
      "get": {
        "summary": "Get igmpInterfaceQuerierUpTime",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceQuerierUpTime",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceQuerierUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceQuerierUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceQuerierExpiryTime": {
      "get": {
        "summary": "Get igmpInterfaceQuerierExpiryTime",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceQuerierExpiryTime",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceQuerierExpiryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceQuerierExpiryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceVersion1QuerierTimer": {
      "get": {
        "summary": "Get igmpInterfaceVersion1QuerierTimer",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceVersion1QuerierTimer",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceVersion1QuerierTimer": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceVersion1QuerierTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceWrongVersionQueries": {
      "get": {
        "summary": "Get igmpInterfaceWrongVersionQueries",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceWrongVersionQueries",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceWrongVersionQueries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceWrongVersionQueries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceJoins": {
      "get": {
        "summary": "Get igmpInterfaceJoins",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceJoins",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceJoins": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceJoins from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceProxyIfIndex": {
      "get": {
        "summary": "Get igmpInterfaceProxyIfIndex",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceProxyIfIndex",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceProxyIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceProxyIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceGroups": {
      "get": {
        "summary": "Get igmpInterfaceGroups",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceGroups",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpInterfaceGroups": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceGroups from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceRobustness": {
      "get": {
        "summary": "Get igmpInterfaceRobustness",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceRobustness",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceRobustness": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceRobustness from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpInterfaceTable/igmpInterfaceEntry/igmpInterfaceLastMembQueryIntvl": {
      "get": {
        "summary": "Get igmpInterfaceLastMembQueryIntvl",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpInterfaceTable-igmpInterfaceEntry-igmpInterfaceLastMembQueryIntvl",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "IGMP-STD-MIB:igmpInterfaceLastMembQueryIntvl": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpInterfaceLastMembQueryIntvl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable": {
      "get": {
        "summary": "Get igmpCacheTable",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "igmpCacheEntry": {
                      "type": "object",
                      "properties": {
                        "igmpCacheAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "igmpCacheIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "igmpCacheSelf": {
                          "type": "boolean",
                          "example": true
                        },
                        "igmpCacheLastReporter": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "igmpCacheUpTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "igmpCacheExpiryTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "igmpCacheStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "igmpCacheVersion1HostTimer": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IGMP-STD-MIB:igmpCacheTable": {
                    "igmpCacheEntry": {
                      "igmpCacheAddress": "10.1.1.1",
                      "igmpCacheIfIndex": "configured-value",
                      "igmpCacheSelf": true,
                      "igmpCacheLastReporter": "configured-value",
                      "igmpCacheUpTime": "651780",
                      "igmpCacheExpiryTime": "10:30:45",
                      "igmpCacheStatus": "active",
                      "igmpCacheVersion1HostTimer": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry": {
      "get": {
        "summary": "Get igmpCacheEntry",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry",
        "tags": [
          "IGMP-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "igmpCacheAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "igmpCacheIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "igmpCacheSelf": {
                      "type": "boolean",
                      "example": true
                    },
                    "igmpCacheLastReporter": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "igmpCacheUpTime": {
                      "type": "string",
                      "example": "651780"
                    },
                    "igmpCacheExpiryTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "igmpCacheStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "igmpCacheVersion1HostTimer": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IGMP-STD-MIB:igmpCacheEntry": {
                    "igmpCacheAddress": "10.1.1.1",
                    "igmpCacheIfIndex": "configured-value",
                    "igmpCacheSelf": true,
                    "igmpCacheLastReporter": "configured-value",
                    "igmpCacheUpTime": "651780",
                    "igmpCacheExpiryTime": "10:30:45",
                    "igmpCacheStatus": "active",
                    "igmpCacheVersion1HostTimer": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheAddress": {
      "get": {
        "summary": "Get igmpCacheAddress",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheAddress",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheIfIndex": {
      "get": {
        "summary": "Get igmpCacheIfIndex",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheIfIndex",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheSelf": {
      "get": {
        "summary": "Get igmpCacheSelf",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheSelf",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheSelf": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheSelf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheLastReporter": {
      "get": {
        "summary": "Get igmpCacheLastReporter",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheLastReporter",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheLastReporter": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheLastReporter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheUpTime": {
      "get": {
        "summary": "Get igmpCacheUpTime",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheUpTime",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheExpiryTime": {
      "get": {
        "summary": "Get igmpCacheExpiryTime",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheExpiryTime",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheExpiryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheExpiryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheStatus": {
      "get": {
        "summary": "Get igmpCacheStatus",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheStatus",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IGMP-STD-MIB:IGMP-STD-MIB/igmpCacheTable/igmpCacheEntry/igmpCacheVersion1HostTimer": {
      "get": {
        "summary": "Get igmpCacheVersion1HostTimer",
        "operationId": "get-IGMP-STD-MIB:IGMP-STD-MIB-igmpCacheTable-igmpCacheEntry-igmpCacheVersion1HostTimer",
        "tags": [
          "IGMP-STD-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": {
                  "IGMP-STD-MIB:igmpCacheVersion1HostTimer": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve igmpCacheVersion1HostTimer 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": []
    }
  ]
}
