{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-VLAN-MEMBERSHIP-MIB",
    "description": "MIB data from `CISCO-VLAN-MEMBERSHIP-MIB` module.\n\n**Root containers:** 1 (CISCO-VLAN-MEMBERSHIP-MIB)\n**Paths:** 52 | **Descendants:** 51\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-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB": {
      "get": {
        "summary": "Get CISCO-VLAN-MEMBERSHIP-MIB",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVmps": {
                      "type": "object",
                      "properties": {
                        "vmVmpsVQPVersion": {
                          "type": "integer",
                          "example": 1
                        },
                        "vmVmpsRetries": {
                          "type": "integer",
                          "example": 1
                        },
                        "vmVmpsReconfirmInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "vmVmpsReconfirm": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVmpsReconfirmResult": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVmpsCurrent": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmMembership": {
                      "type": "object",
                      "properties": {
                        "vmVlanCreationMode": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmStatistics": {
                      "type": "object",
                      "properties": {
                        "vmVQPQueries": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVQPResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVmpsChanges": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVQPShutdown": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVQPDenied": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVQPWrongDomain": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmVQPWrongVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmInsufficientResources": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmStatus": {
                      "type": "object",
                      "properties": {
                        "vmNotificationsEnabled": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "active"
                    },
                    "vmVmpsTable": {
                      "type": "object",
                      "properties": {
                        "vmVmpsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "vmVmpsIpAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "vmVmpsPrimary": {
                                "type": "boolean",
                                "example": true
                              },
                              "vmVmpsRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmMembershipSummaryTable": {
                      "type": "object",
                      "properties": {
                        "vmMembershipSummaryEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "vmMembershipSummaryVlanIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "vmMembershipSummaryMember2kPorts": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmMembershipTable": {
                      "type": "object",
                      "properties": {
                        "vmMembershipEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "vmVlanType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "vmVlan": {
                                "type": "integer",
                                "example": 1
                              },
                              "vmPortStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "vmVlans": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "vmVlans2k": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "vmVlans3k": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "vmVlans4k": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmMembershipSummaryExtTable": {
                      "type": "object",
                      "properties": {
                        "vmMembershipSummaryExtEntry": {
                          "type": "object",
                          "properties": {
                            "vmMembershipSummaryVlanIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "vmMembershipPortRangeIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "vmMembershipSummaryExtPorts": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "vmVoiceVlanTable": {
                      "type": "object",
                      "properties": {
                        "vmVoiceVlanEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "vmVoiceVlanId": {
                                "type": "integer",
                                "example": 1
                              },
                              "vmVoiceVlanCdpVerifyEnable": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "vmVmpsIpAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB": {
                    "vmVmps": {
                      "vmVmpsVQPVersion": 1,
                      "vmVmpsRetries": 1,
                      "vmVmpsReconfirmInterval": 1,
                      "vmVmpsReconfirm": "default",
                      "vmVmpsReconfirmResult": "default",
                      "vmVmpsCurrent": "configured-value"
                    },
                    "vmMembership": {
                      "vmVlanCreationMode": "default"
                    },
                    "vmStatistics": {
                      "vmVQPQueries": "configured-value",
                      "vmVQPResponses": "configured-value",
                      "vmVmpsChanges": "configured-value",
                      "vmVQPShutdown": "configured-value",
                      "vmVQPDenied": "configured-value",
                      "vmVQPWrongDomain": "configured-value",
                      "vmVQPWrongVersion": "configured-value",
                      "vmInsufficientResources": "configured-value"
                    },
                    "vmStatus": {
                      "vmNotificationsEnabled": true
                    },
                    "vmVmpsTable": {
                      "vmVmpsEntry": [
                        {
                          "vmVmpsIpAddress": "10.1.1.1",
                          "vmVmpsPrimary": true,
                          "vmVmpsRowStatus": "active"
                        }
                      ]
                    },
                    "vmMembershipSummaryTable": {
                      "vmMembershipSummaryEntry": [
                        {
                          "vmMembershipSummaryVlanIndex": "configured-value",
                          "vmMembershipSummaryMember2kPorts": "configured-value"
                        }
                      ]
                    },
                    "vmMembershipTable": {
                      "vmMembershipEntry": [
                        {
                          "ifIndex": "configured-value",
                          "vmVlanType": "default",
                          "vmVlan": 1,
                          "vmPortStatus": "default",
                          "vmVlans": "QmFzZTY0",
                          "vmVlans2k": "QmFzZTY0",
                          "vmVlans3k": "QmFzZTY0",
                          "vmVlans4k": "QmFzZTY0"
                        }
                      ]
                    },
                    "vmMembershipSummaryExtTable": {
                      "vmMembershipSummaryExtEntry": {
                        "vmMembershipSummaryVlanIndex": "configured-value",
                        "vmMembershipPortRangeIndex": "configured-value",
                        "vmMembershipSummaryExtPorts": "configured-value"
                      }
                    },
                    "vmVoiceVlanTable": {
                      "vmVoiceVlanEntry": [
                        {
                          "ifIndex": "configured-value",
                          "vmVoiceVlanId": 1,
                          "vmVoiceVlanCdpVerifyEnable": true
                        }
                      ],
                      "object-1": {
                        "vmVmpsIpAddress": "10.1.1.1"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-VLAN-MEMBERSHIP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps": {
      "get": {
        "summary": "Get vmVmps",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVmpsVQPVersion": {
                      "type": "integer",
                      "example": 1
                    },
                    "vmVmpsRetries": {
                      "type": "integer",
                      "example": 1
                    },
                    "vmVmpsReconfirmInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "vmVmpsReconfirm": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVmpsReconfirmResult": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVmpsCurrent": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVmps": {
                    "vmVmpsVQPVersion": 1,
                    "vmVmpsRetries": 1,
                    "vmVmpsReconfirmInterval": 1,
                    "vmVmpsReconfirm": "default",
                    "vmVmpsReconfirmResult": "default",
                    "vmVmpsCurrent": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmps from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps/vmVmpsVQPVersion": {
      "get": {
        "summary": "Get vmVmpsVQPVersion",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps-vmVmpsVQPVersion",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVmpsVQPVersion": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsVQPVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps/vmVmpsRetries": {
      "get": {
        "summary": "Get vmVmpsRetries",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps-vmVmpsRetries",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVmpsRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps/vmVmpsReconfirmInterval": {
      "get": {
        "summary": "Get vmVmpsReconfirmInterval",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps-vmVmpsReconfirmInterval",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVmpsReconfirmInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsReconfirmInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps/vmVmpsReconfirm": {
      "get": {
        "summary": "Get vmVmpsReconfirm",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps-vmVmpsReconfirm",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsReconfirm": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsReconfirm from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps/vmVmpsReconfirmResult": {
      "get": {
        "summary": "Get vmVmpsReconfirmResult",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps-vmVmpsReconfirmResult",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsReconfirmResult": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsReconfirmResult from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmps/vmVmpsCurrent": {
      "get": {
        "summary": "Get vmVmpsCurrent",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmps-vmVmpsCurrent",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembership": {
      "get": {
        "summary": "Get vmMembership",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembership",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVlanCreationMode": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembership": {
                    "vmVlanCreationMode": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembership from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembership/vmVlanCreationMode": {
      "get": {
        "summary": "Get vmVlanCreationMode",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembership-vmVlanCreationMode",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVlanCreationMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlanCreationMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics": {
      "get": {
        "summary": "Get vmStatistics",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVQPQueries": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVQPResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVmpsChanges": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVQPShutdown": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVQPDenied": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVQPWrongDomain": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmVQPWrongVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmInsufficientResources": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmStatistics": {
                    "vmVQPQueries": "configured-value",
                    "vmVQPResponses": "configured-value",
                    "vmVmpsChanges": "configured-value",
                    "vmVQPShutdown": "configured-value",
                    "vmVQPDenied": "configured-value",
                    "vmVQPWrongDomain": "configured-value",
                    "vmVQPWrongVersion": "configured-value",
                    "vmInsufficientResources": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmStatistics from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVQPQueries": {
      "get": {
        "summary": "Get vmVQPQueries",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVQPQueries",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVQPQueries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVQPQueries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVQPResponses": {
      "get": {
        "summary": "Get vmVQPResponses",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVQPResponses",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVQPResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVQPResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVmpsChanges": {
      "get": {
        "summary": "Get vmVmpsChanges",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVmpsChanges",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsChanges": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVQPShutdown": {
      "get": {
        "summary": "Get vmVQPShutdown",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVQPShutdown",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVQPShutdown": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVQPShutdown from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVQPDenied": {
      "get": {
        "summary": "Get vmVQPDenied",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVQPDenied",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVQPDenied": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVQPDenied from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVQPWrongDomain": {
      "get": {
        "summary": "Get vmVQPWrongDomain",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVQPWrongDomain",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVQPWrongDomain": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVQPWrongDomain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmVQPWrongVersion": {
      "get": {
        "summary": "Get vmVQPWrongVersion",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmVQPWrongVersion",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVQPWrongVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVQPWrongVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatistics/vmInsufficientResources": {
      "get": {
        "summary": "Get vmInsufficientResources",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatistics-vmInsufficientResources",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmInsufficientResources": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmInsufficientResources from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatus": {
      "get": {
        "summary": "Get vmStatus",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatus",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmNotificationsEnabled": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmStatus": {
                    "vmNotificationsEnabled": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmStatus/vmNotificationsEnabled": {
      "get": {
        "summary": "Get vmNotificationsEnabled",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmStatus-vmNotificationsEnabled",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmNotificationsEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmNotificationsEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmpsTable": {
      "get": {
        "summary": "Get vmVmpsTable",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmpsTable",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVmpsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "vmVmpsIpAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "vmVmpsPrimary": {
                            "type": "boolean",
                            "example": true
                          },
                          "vmVmpsRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVmpsTable": {
                    "vmVmpsEntry": [
                      {
                        "vmVmpsIpAddress": "10.1.1.1",
                        "vmVmpsPrimary": true,
                        "vmVmpsRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmpsTable/vmVmpsEntry": {
      "get": {
        "summary": "Get vmVmpsEntry",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmpsTable-vmVmpsEntry",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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": {
                      "vmVmpsIpAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "vmVmpsPrimary": {
                        "type": "boolean",
                        "example": true
                      },
                      "vmVmpsRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVmpsEntry": [
                    {
                      "vmVmpsIpAddress": "10.1.1.1",
                      "vmVmpsPrimary": true,
                      "vmVmpsRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmpsTable/vmVmpsEntry/vmVmpsIpAddress": {
      "get": {
        "summary": "Get vmVmpsIpAddress",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmpsTable-vmVmpsEntry-vmVmpsIpAddress",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmpsTable/vmVmpsEntry/vmVmpsPrimary": {
      "get": {
        "summary": "Get vmVmpsPrimary",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmpsTable-vmVmpsEntry-vmVmpsPrimary",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsPrimary": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsPrimary from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVmpsTable/vmVmpsEntry/vmVmpsRowStatus": {
      "get": {
        "summary": "Get vmVmpsRowStatus",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVmpsTable-vmVmpsEntry-vmVmpsRowStatus",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryTable": {
      "get": {
        "summary": "Get vmMembershipSummaryTable",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryTable",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmMembershipSummaryEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "vmMembershipSummaryVlanIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "vmMembershipSummaryMember2kPorts": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryTable": {
                    "vmMembershipSummaryEntry": [
                      {
                        "vmMembershipSummaryVlanIndex": "configured-value",
                        "vmMembershipSummaryMember2kPorts": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryTable/vmMembershipSummaryEntry": {
      "get": {
        "summary": "Get vmMembershipSummaryEntry",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryTable-vmMembershipSummaryEntry",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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": {
                      "vmMembershipSummaryVlanIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "vmMembershipSummaryMember2kPorts": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryEntry": [
                    {
                      "vmMembershipSummaryVlanIndex": "configured-value",
                      "vmMembershipSummaryMember2kPorts": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryTable/vmMembershipSummaryEntry/vmMembershipSummaryVlanIndex": {
      "get": {
        "summary": "Get vmMembershipSummaryVlanIndex",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryTable-vmMembershipSummaryEntry-vmMembershipSummaryVlanIndex",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryVlanIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryTable/vmMembershipSummaryEntry/vmMembershipSummaryMember2kPorts": {
      "get": {
        "summary": "Get vmMembershipSummaryMember2kPorts",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryTable-vmMembershipSummaryEntry-vmMembershipSummaryMember2kPorts",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryMember2kPorts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryMember2kPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable": {
      "get": {
        "summary": "Get vmMembershipTable",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmMembershipEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "vmVlanType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "vmVlan": {
                            "type": "integer",
                            "example": 1
                          },
                          "vmPortStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "vmVlans": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "vmVlans2k": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "vmVlans3k": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "vmVlans4k": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembershipTable": {
                    "vmMembershipEntry": [
                      {
                        "ifIndex": "configured-value",
                        "vmVlanType": "default",
                        "vmVlan": 1,
                        "vmPortStatus": "default",
                        "vmVlans": "QmFzZTY0",
                        "vmVlans2k": "QmFzZTY0",
                        "vmVlans3k": "QmFzZTY0",
                        "vmVlans4k": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry": {
      "get": {
        "summary": "Get vmMembershipEntry",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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"
                      },
                      "vmVlanType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "vmVlan": {
                        "type": "integer",
                        "example": 1
                      },
                      "vmPortStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "vmVlans": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "vmVlans2k": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "vmVlans3k": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "vmVlans4k": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembershipEntry": [
                    {
                      "ifIndex": "configured-value",
                      "vmVlanType": "default",
                      "vmVlan": 1,
                      "vmPortStatus": "default",
                      "vmVlans": "QmFzZTY0",
                      "vmVlans2k": "QmFzZTY0",
                      "vmVlans3k": "QmFzZTY0",
                      "vmVlans4k": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-ifIndex",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmVlanType": {
      "get": {
        "summary": "Get vmVlanType",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmVlanType",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVlanType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlanType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmVlan": {
      "get": {
        "summary": "Get vmVlan",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmVlan",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVlan": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlan from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmPortStatus": {
      "get": {
        "summary": "Get vmPortStatus",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmPortStatus",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmPortStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmPortStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmVlans": {
      "get": {
        "summary": "Get vmVlans",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmVlans",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVlans": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlans from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmVlans2k": {
      "get": {
        "summary": "Get vmVlans2k",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmVlans2k",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVlans2k": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlans2k from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmVlans3k": {
      "get": {
        "summary": "Get vmVlans3k",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmVlans3k",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVlans3k": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlans3k from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipTable/vmMembershipEntry/vmVlans4k": {
      "get": {
        "summary": "Get vmVlans4k",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipTable-vmMembershipEntry-vmVlans4k",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVlans4k": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVlans4k from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryExtTable": {
      "get": {
        "summary": "Get vmMembershipSummaryExtTable",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryExtTable",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmMembershipSummaryExtEntry": {
                      "type": "object",
                      "properties": {
                        "vmMembershipSummaryVlanIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmMembershipPortRangeIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "vmMembershipSummaryExtPorts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryExtTable": {
                    "vmMembershipSummaryExtEntry": {
                      "vmMembershipSummaryVlanIndex": "configured-value",
                      "vmMembershipPortRangeIndex": "configured-value",
                      "vmMembershipSummaryExtPorts": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryExtTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryExtTable/vmMembershipSummaryExtEntry": {
      "get": {
        "summary": "Get vmMembershipSummaryExtEntry",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryExtTable-vmMembershipSummaryExtEntry",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmMembershipSummaryVlanIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmMembershipPortRangeIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "vmMembershipSummaryExtPorts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryExtEntry": {
                    "vmMembershipSummaryVlanIndex": "configured-value",
                    "vmMembershipPortRangeIndex": "configured-value",
                    "vmMembershipSummaryExtPorts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryExtEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryExtTable/vmMembershipSummaryExtEntry/vmMembershipSummaryVlanIndex": {
      "get": {
        "summary": "Get vmMembershipSummaryVlanIndex",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryExtTable-vmMembershipSummaryExtEntry-vmMembershipSummaryVlanIndex",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryVlanIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryExtTable/vmMembershipSummaryExtEntry/vmMembershipPortRangeIndex": {
      "get": {
        "summary": "Get vmMembershipPortRangeIndex",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryExtTable-vmMembershipSummaryExtEntry-vmMembershipPortRangeIndex",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmMembershipPortRangeIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipPortRangeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmMembershipSummaryExtTable/vmMembershipSummaryExtEntry/vmMembershipSummaryExtPorts": {
      "get": {
        "summary": "Get vmMembershipSummaryExtPorts",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmMembershipSummaryExtTable-vmMembershipSummaryExtEntry-vmMembershipSummaryExtPorts",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmMembershipSummaryExtPorts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmMembershipSummaryExtPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable": {
      "get": {
        "summary": "Get vmVoiceVlanTable",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVoiceVlanEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "vmVoiceVlanId": {
                            "type": "integer",
                            "example": 1
                          },
                          "vmVoiceVlanCdpVerifyEnable": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "vmVmpsIpAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVoiceVlanTable": {
                    "vmVoiceVlanEntry": [
                      {
                        "ifIndex": "configured-value",
                        "vmVoiceVlanId": 1,
                        "vmVoiceVlanCdpVerifyEnable": true
                      }
                    ],
                    "object-1": {
                      "vmVmpsIpAddress": "10.1.1.1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVoiceVlanTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable/vmVoiceVlanEntry": {
      "get": {
        "summary": "Get vmVoiceVlanEntry",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable-vmVoiceVlanEntry",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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"
                      },
                      "vmVoiceVlanId": {
                        "type": "integer",
                        "example": 1
                      },
                      "vmVoiceVlanCdpVerifyEnable": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVoiceVlanEntry": [
                    {
                      "ifIndex": "configured-value",
                      "vmVoiceVlanId": 1,
                      "vmVoiceVlanCdpVerifyEnable": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVoiceVlanEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable/vmVoiceVlanEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable-vmVoiceVlanEntry-ifIndex",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable/vmVoiceVlanEntry/vmVoiceVlanId": {
      "get": {
        "summary": "Get vmVoiceVlanId",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable-vmVoiceVlanEntry-vmVoiceVlanId",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:vmVoiceVlanId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVoiceVlanId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable/vmVoiceVlanEntry/vmVoiceVlanCdpVerifyEnable": {
      "get": {
        "summary": "Get vmVoiceVlanCdpVerifyEnable",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable-vmVoiceVlanEntry-vmVoiceVlanCdpVerifyEnable",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVoiceVlanCdpVerifyEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVoiceVlanCdpVerifyEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable-object-1",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "vmVmpsIpAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-MEMBERSHIP-MIB:object-1": {
                    "vmVmpsIpAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB/vmVoiceVlanTable/object-1/vmVmpsIpAddress": {
      "get": {
        "summary": "Get vmVmpsIpAddress",
        "operationId": "get-CISCO-VLAN-MEMBERSHIP-MIB:CISCO-VLAN-MEMBERSHIP-MIB-vmVoiceVlanTable-object-1-vmVmpsIpAddress",
        "tags": [
          "CISCO-VLAN-MEMBERSHIP-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-VLAN-MEMBERSHIP-MIB:vmVmpsIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve vmVmpsIpAddress 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": []
    }
  ]
}
