{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IGMP-FILTER-MIB",
    "description": "MIB data from `CISCO-IGMP-FILTER-MIB` module.\n\n**Root containers:** 1 (CISCO-IGMP-FILTER-MIB)\n**Paths:** 26 | **Descendants:** 25\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-IGMP-FILTER-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-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB": {
      "get": {
        "summary": "Get CISCO-IGMP-FILTER-MIB",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIgmpFilterGeneral": {
                      "type": "object",
                      "properties": {
                        "cIgmpFilterEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cIgmpFilterMaxProfiles": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIgmpFilterEditor": {
                      "type": "object",
                      "properties": {
                        "cIgmpFilterEditSpinLock": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIgmpFilterEditProfileIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cIgmpFilterEditStartAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterEditStartAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterEditEndAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterEditEndAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterEditProfileAction": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIgmpFilterEditOperation": {
                          "type": "string",
                          "example": "50"
                        },
                        "cIgmpFilterApplyStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIgmpFilterTable": {
                      "type": "object",
                      "properties": {
                        "cIgmpFilterEntry": {
                          "type": "object",
                          "properties": {
                            "cIgmpFilterProfileIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cIgmpFilterStartAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cIgmpFilterStartAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cIgmpFilterEndAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cIgmpFilterEndAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cIgmpFilterProfileAction": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIgmpFilterInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "cIgmpFilterInterfaceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cIgmpFilterInterfaceProfileIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB": {
                    "cIgmpFilterGeneral": {
                      "cIgmpFilterEnable": true,
                      "cIgmpFilterMaxProfiles": 1
                    },
                    "cIgmpFilterEditor": {
                      "cIgmpFilterEditSpinLock": "configured-value",
                      "cIgmpFilterEditProfileIndex": 1,
                      "cIgmpFilterEditStartAddressType": "10.1.1.1",
                      "cIgmpFilterEditStartAddress": "10.1.1.1",
                      "cIgmpFilterEditEndAddressType": "10.1.1.1",
                      "cIgmpFilterEditEndAddress": "10.1.1.1",
                      "cIgmpFilterEditProfileAction": "default",
                      "cIgmpFilterEditOperation": "default",
                      "cIgmpFilterApplyStatus": "default"
                    },
                    "cIgmpFilterTable": {
                      "cIgmpFilterEntry": {
                        "cIgmpFilterProfileIndex": 1,
                        "cIgmpFilterStartAddressType": "10.1.1.1",
                        "cIgmpFilterStartAddress": "10.1.1.1",
                        "cIgmpFilterEndAddressType": "10.1.1.1",
                        "cIgmpFilterEndAddress": "10.1.1.1",
                        "cIgmpFilterProfileAction": "default"
                      }
                    },
                    "cIgmpFilterInterfaceTable": {
                      "cIgmpFilterInterfaceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cIgmpFilterInterfaceProfileIndex": 1
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IGMP-FILTER-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterGeneral": {
      "get": {
        "summary": "Get cIgmpFilterGeneral",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterGeneral",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIgmpFilterEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cIgmpFilterMaxProfiles": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterGeneral": {
                    "cIgmpFilterEnable": true,
                    "cIgmpFilterMaxProfiles": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterGeneral from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterGeneral/cIgmpFilterEnable": {
      "get": {
        "summary": "Get cIgmpFilterEnable",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterGeneral-cIgmpFilterEnable",
        "tags": [
          "CISCO-IGMP-FILTER-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": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterGeneral/cIgmpFilterMaxProfiles": {
      "get": {
        "summary": "Get cIgmpFilterMaxProfiles",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterGeneral-cIgmpFilterMaxProfiles",
        "tags": [
          "CISCO-IGMP-FILTER-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": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterMaxProfiles": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterMaxProfiles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor": {
      "get": {
        "summary": "Get cIgmpFilterEditor",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIgmpFilterEditSpinLock": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIgmpFilterEditProfileIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cIgmpFilterEditStartAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterEditStartAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterEditEndAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterEditEndAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterEditProfileAction": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIgmpFilterEditOperation": {
                      "type": "string",
                      "example": "50"
                    },
                    "cIgmpFilterApplyStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterEditor": {
                    "cIgmpFilterEditSpinLock": "configured-value",
                    "cIgmpFilterEditProfileIndex": 1,
                    "cIgmpFilterEditStartAddressType": "10.1.1.1",
                    "cIgmpFilterEditStartAddress": "10.1.1.1",
                    "cIgmpFilterEditEndAddressType": "10.1.1.1",
                    "cIgmpFilterEditEndAddress": "10.1.1.1",
                    "cIgmpFilterEditProfileAction": "default",
                    "cIgmpFilterEditOperation": "default",
                    "cIgmpFilterApplyStatus": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditSpinLock": {
      "get": {
        "summary": "Get cIgmpFilterEditSpinLock",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditSpinLock",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEditSpinLock": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditSpinLock from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditProfileIndex": {
      "get": {
        "summary": "Get cIgmpFilterEditProfileIndex",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditProfileIndex",
        "tags": [
          "CISCO-IGMP-FILTER-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": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterEditProfileIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditProfileIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditStartAddressType": {
      "get": {
        "summary": "Get cIgmpFilterEditStartAddressType",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditStartAddressType",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEditStartAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditStartAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditStartAddress": {
      "get": {
        "summary": "Get cIgmpFilterEditStartAddress",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditStartAddress",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEditStartAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditStartAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditEndAddressType": {
      "get": {
        "summary": "Get cIgmpFilterEditEndAddressType",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditEndAddressType",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEditEndAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditEndAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditEndAddress": {
      "get": {
        "summary": "Get cIgmpFilterEditEndAddress",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditEndAddress",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEditEndAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditEndAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditProfileAction": {
      "get": {
        "summary": "Get cIgmpFilterEditProfileAction",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditProfileAction",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEditProfileAction": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditProfileAction from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterEditOperation": {
      "get": {
        "summary": "Get cIgmpFilterEditOperation",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterEditOperation",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "50"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterEditOperation": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEditOperation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterEditor/cIgmpFilterApplyStatus": {
      "get": {
        "summary": "Get cIgmpFilterApplyStatus",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterEditor-cIgmpFilterApplyStatus",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterApplyStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterApplyStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable": {
      "get": {
        "summary": "Get cIgmpFilterTable",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIgmpFilterEntry": {
                      "type": "object",
                      "properties": {
                        "cIgmpFilterProfileIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cIgmpFilterStartAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterStartAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterEndAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterEndAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIgmpFilterProfileAction": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterTable": {
                    "cIgmpFilterEntry": {
                      "cIgmpFilterProfileIndex": 1,
                      "cIgmpFilterStartAddressType": "10.1.1.1",
                      "cIgmpFilterStartAddress": "10.1.1.1",
                      "cIgmpFilterEndAddressType": "10.1.1.1",
                      "cIgmpFilterEndAddress": "10.1.1.1",
                      "cIgmpFilterProfileAction": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry": {
      "get": {
        "summary": "Get cIgmpFilterEntry",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIgmpFilterProfileIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cIgmpFilterStartAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterStartAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterEndAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterEndAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIgmpFilterProfileAction": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterEntry": {
                    "cIgmpFilterProfileIndex": 1,
                    "cIgmpFilterStartAddressType": "10.1.1.1",
                    "cIgmpFilterStartAddress": "10.1.1.1",
                    "cIgmpFilterEndAddressType": "10.1.1.1",
                    "cIgmpFilterEndAddress": "10.1.1.1",
                    "cIgmpFilterProfileAction": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry/cIgmpFilterProfileIndex": {
      "get": {
        "summary": "Get cIgmpFilterProfileIndex",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry-cIgmpFilterProfileIndex",
        "tags": [
          "CISCO-IGMP-FILTER-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": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterProfileIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterProfileIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry/cIgmpFilterStartAddressType": {
      "get": {
        "summary": "Get cIgmpFilterStartAddressType",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry-cIgmpFilterStartAddressType",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterStartAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterStartAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry/cIgmpFilterStartAddress": {
      "get": {
        "summary": "Get cIgmpFilterStartAddress",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry-cIgmpFilterStartAddress",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterStartAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterStartAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry/cIgmpFilterEndAddressType": {
      "get": {
        "summary": "Get cIgmpFilterEndAddressType",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry-cIgmpFilterEndAddressType",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEndAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEndAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry/cIgmpFilterEndAddress": {
      "get": {
        "summary": "Get cIgmpFilterEndAddress",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry-cIgmpFilterEndAddress",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterEndAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterEndAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterTable/cIgmpFilterEntry/cIgmpFilterProfileAction": {
      "get": {
        "summary": "Get cIgmpFilterProfileAction",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterTable-cIgmpFilterEntry-cIgmpFilterProfileAction",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:cIgmpFilterProfileAction": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterProfileAction from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterInterfaceTable": {
      "get": {
        "summary": "Get cIgmpFilterInterfaceTable",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterInterfaceTable",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIgmpFilterInterfaceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cIgmpFilterInterfaceProfileIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterInterfaceTable": {
                    "cIgmpFilterInterfaceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cIgmpFilterInterfaceProfileIndex": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterInterfaceTable/cIgmpFilterInterfaceEntry": {
      "get": {
        "summary": "Get cIgmpFilterInterfaceEntry",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterInterfaceTable-cIgmpFilterInterfaceEntry",
        "tags": [
          "CISCO-IGMP-FILTER-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cIgmpFilterInterfaceProfileIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterInterfaceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cIgmpFilterInterfaceProfileIndex": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterInterfaceTable/cIgmpFilterInterfaceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterInterfaceTable-cIgmpFilterInterfaceEntry-ifIndex",
        "tags": [
          "CISCO-IGMP-FILTER-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-IGMP-FILTER-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB/cIgmpFilterInterfaceTable/cIgmpFilterInterfaceEntry/cIgmpFilterInterfaceProfileIndex": {
      "get": {
        "summary": "Get cIgmpFilterInterfaceProfileIndex",
        "operationId": "get-CISCO-IGMP-FILTER-MIB:CISCO-IGMP-FILTER-MIB-cIgmpFilterInterfaceTable-cIgmpFilterInterfaceEntry-cIgmpFilterInterfaceProfileIndex",
        "tags": [
          "CISCO-IGMP-FILTER-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": {
                  "CISCO-IGMP-FILTER-MIB:cIgmpFilterInterfaceProfileIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIgmpFilterInterfaceProfileIndex 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": []
    }
  ]
}
