{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IETF-PW-MPLS-MIB",
    "description": "MIB data from `CISCO-IETF-PW-MPLS-MIB` module.\n\n**Root containers:** 1 (CISCO-IETF-PW-MPLS-MIB)\n**Paths:** 53 | **Descendants:** 52\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-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB": {
      "get": {
        "summary": "Get CISCO-IETF-PW-MPLS-MIB",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsObjects": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsOutboundIndexNext": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cpwVcMplsInboundIndexNext": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cpwVcMplsTable": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cpwVcIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cpwVcMplsMplsType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cpwVcMplsExpBitsMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cpwVcMplsExpBits": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cpwVcMplsTtl": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cpwVcMplsLocalLdpID": {
                                "type": "string",
                                "example": "1"
                              },
                              "cpwVcMplsLocalLdpEntityID": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cpwVcMplsPeerLdpID": {
                                "type": "string",
                                "example": "1"
                              },
                              "cpwVcMplsStorageType": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundTable": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsOutboundEntry": {
                          "type": "object",
                          "properties": {
                            "cpwVcIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsOutboundIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cpwVcMplsOutboundLsrXcIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cpwVcMplsOutboundTunnelIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsOutboundTunnelInstance": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsOutboundTunnelLclLSR": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsOutboundTunnelPeerLSR": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsOutboundIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsOutboundRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cpwVcMplsOutboundStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundTable": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsInboundEntry": {
                          "type": "object",
                          "properties": {
                            "cpwVcIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsInboundIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cpwVcMplsInboundLsrXcIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cpwVcMplsInboundTunnelIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsInboundTunnelInstance": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsInboundTunnelLclLSR": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsInboundTunnelPeerLSR": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsInboundIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsInboundRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cpwVcMplsInboundStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cpwVcMplsNonTeMappingTable": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsNonTeMappingEntry": {
                          "type": "object",
                          "properties": {
                            "cpwVcMplsNonTeMappingTunnelDirection": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsNonTeMappingXcTunnelIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cpwVcMplsNonTeMappingIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsNonTeMappingVcIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cpwVcMplsTeMappingTable": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsTeMappingEntry": {
                          "type": "object",
                          "properties": {
                            "cpwVcMplsTeMappingTunnelDirection": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsTeMappingTunnelIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsTeMappingTunnelInstance": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cpwVcMplsTeMappingTunnelPeerLsrID": {
                              "type": "string",
                              "example": "1"
                            },
                            "cpwVcMplsTeMappingTunnelLocalLsrID": {
                              "type": "string",
                              "example": "1"
                            },
                            "cpwVcMplsTeMappingVcIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB": {
                    "cpwVcMplsObjects": {
                      "cpwVcMplsOutboundIndexNext": 1,
                      "cpwVcMplsInboundIndexNext": 1
                    },
                    "cpwVcMplsTable": {
                      "cpwVcMplsEntry": [
                        {
                          "cpwVcIndex": "configured-value",
                          "cpwVcMplsMplsType": "",
                          "cpwVcMplsExpBitsMode": "default",
                          "cpwVcMplsExpBits": 1,
                          "cpwVcMplsTtl": 1,
                          "cpwVcMplsLocalLdpID": "1",
                          "cpwVcMplsLocalLdpEntityID": 1,
                          "cpwVcMplsPeerLdpID": "1",
                          "cpwVcMplsStorageType": "configured-value"
                        }
                      ]
                    },
                    "cpwVcMplsOutboundTable": {
                      "cpwVcMplsOutboundEntry": {
                        "cpwVcIndex": "configured-value",
                        "cpwVcMplsOutboundIndex": 1,
                        "cpwVcMplsOutboundLsrXcIndex": 1,
                        "cpwVcMplsOutboundTunnelIndex": "configured-value",
                        "cpwVcMplsOutboundTunnelInstance": "configured-value",
                        "cpwVcMplsOutboundTunnelLclLSR": "configured-value",
                        "cpwVcMplsOutboundTunnelPeerLSR": "configured-value",
                        "cpwVcMplsOutboundIfIndex": "configured-value",
                        "cpwVcMplsOutboundRowStatus": "active",
                        "cpwVcMplsOutboundStorageType": "configured-value"
                      }
                    },
                    "cpwVcMplsInboundTable": {
                      "cpwVcMplsInboundEntry": {
                        "cpwVcIndex": "configured-value",
                        "cpwVcMplsInboundIndex": 1,
                        "cpwVcMplsInboundLsrXcIndex": 1,
                        "cpwVcMplsInboundTunnelIndex": "configured-value",
                        "cpwVcMplsInboundTunnelInstance": "configured-value",
                        "cpwVcMplsInboundTunnelLclLSR": "configured-value",
                        "cpwVcMplsInboundTunnelPeerLSR": "configured-value",
                        "cpwVcMplsInboundIfIndex": "configured-value",
                        "cpwVcMplsInboundRowStatus": "active",
                        "cpwVcMplsInboundStorageType": "configured-value"
                      }
                    },
                    "cpwVcMplsNonTeMappingTable": {
                      "cpwVcMplsNonTeMappingEntry": {
                        "cpwVcMplsNonTeMappingTunnelDirection": "default",
                        "cpwVcMplsNonTeMappingXcTunnelIndex": 1,
                        "cpwVcMplsNonTeMappingIfIndex": "configured-value",
                        "cpwVcMplsNonTeMappingVcIndex": "configured-value"
                      }
                    },
                    "cpwVcMplsTeMappingTable": {
                      "cpwVcMplsTeMappingEntry": {
                        "cpwVcMplsTeMappingTunnelDirection": "default",
                        "cpwVcMplsTeMappingTunnelIndex": "configured-value",
                        "cpwVcMplsTeMappingTunnelInstance": "configured-value",
                        "cpwVcMplsTeMappingTunnelPeerLsrID": "1",
                        "cpwVcMplsTeMappingTunnelLocalLsrID": "1",
                        "cpwVcMplsTeMappingVcIndex": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IETF-PW-MPLS-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsObjects": {
      "get": {
        "summary": "Get cpwVcMplsObjects",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsObjects",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsOutboundIndexNext": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cpwVcMplsInboundIndexNext": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsObjects": {
                    "cpwVcMplsOutboundIndexNext": 1,
                    "cpwVcMplsInboundIndexNext": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsObjects/cpwVcMplsOutboundIndexNext": {
      "get": {
        "summary": "Get cpwVcMplsOutboundIndexNext",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsObjects-cpwVcMplsOutboundIndexNext",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsOutboundIndexNext": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundIndexNext from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsObjects/cpwVcMplsInboundIndexNext": {
      "get": {
        "summary": "Get cpwVcMplsInboundIndexNext",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsObjects-cpwVcMplsInboundIndexNext",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsInboundIndexNext": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundIndexNext from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable": {
      "get": {
        "summary": "Get cpwVcMplsTable",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cpwVcIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cpwVcMplsMplsType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cpwVcMplsExpBitsMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cpwVcMplsExpBits": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cpwVcMplsTtl": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cpwVcMplsLocalLdpID": {
                            "type": "string",
                            "example": "1"
                          },
                          "cpwVcMplsLocalLdpEntityID": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cpwVcMplsPeerLdpID": {
                            "type": "string",
                            "example": "1"
                          },
                          "cpwVcMplsStorageType": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsTable": {
                    "cpwVcMplsEntry": [
                      {
                        "cpwVcIndex": "configured-value",
                        "cpwVcMplsMplsType": "",
                        "cpwVcMplsExpBitsMode": "default",
                        "cpwVcMplsExpBits": 1,
                        "cpwVcMplsTtl": 1,
                        "cpwVcMplsLocalLdpID": "1",
                        "cpwVcMplsLocalLdpEntityID": 1,
                        "cpwVcMplsPeerLdpID": "1",
                        "cpwVcMplsStorageType": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry": {
      "get": {
        "summary": "Get cpwVcMplsEntry",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry",
        "tags": [
          "CISCO-IETF-PW-MPLS-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": {
                      "cpwVcIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cpwVcMplsMplsType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cpwVcMplsExpBitsMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cpwVcMplsExpBits": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cpwVcMplsTtl": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cpwVcMplsLocalLdpID": {
                        "type": "string",
                        "example": "1"
                      },
                      "cpwVcMplsLocalLdpEntityID": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cpwVcMplsPeerLdpID": {
                        "type": "string",
                        "example": "1"
                      },
                      "cpwVcMplsStorageType": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsEntry": [
                    {
                      "cpwVcIndex": "configured-value",
                      "cpwVcMplsMplsType": "",
                      "cpwVcMplsExpBitsMode": "default",
                      "cpwVcMplsExpBits": 1,
                      "cpwVcMplsTtl": 1,
                      "cpwVcMplsLocalLdpID": "1",
                      "cpwVcMplsLocalLdpEntityID": 1,
                      "cpwVcMplsPeerLdpID": "1",
                      "cpwVcMplsStorageType": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcIndex": {
      "get": {
        "summary": "Get cpwVcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsMplsType": {
      "get": {
        "summary": "Get cpwVcMplsMplsType",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsMplsType",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsMplsType": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsMplsType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsExpBitsMode": {
      "get": {
        "summary": "Get cpwVcMplsExpBitsMode",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsExpBitsMode",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsExpBitsMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsExpBitsMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsExpBits": {
      "get": {
        "summary": "Get cpwVcMplsExpBits",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsExpBits",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsExpBits": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsExpBits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsTtl": {
      "get": {
        "summary": "Get cpwVcMplsTtl",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsTtl",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsTtl": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTtl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsLocalLdpID": {
      "get": {
        "summary": "Get cpwVcMplsLocalLdpID",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsLocalLdpID",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsLocalLdpID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsLocalLdpID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsLocalLdpEntityID": {
      "get": {
        "summary": "Get cpwVcMplsLocalLdpEntityID",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsLocalLdpEntityID",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsLocalLdpEntityID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsLocalLdpEntityID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsPeerLdpID": {
      "get": {
        "summary": "Get cpwVcMplsPeerLdpID",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsPeerLdpID",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsPeerLdpID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsPeerLdpID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTable/cpwVcMplsEntry/cpwVcMplsStorageType": {
      "get": {
        "summary": "Get cpwVcMplsStorageType",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTable-cpwVcMplsEntry-cpwVcMplsStorageType",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable": {
      "get": {
        "summary": "Get cpwVcMplsOutboundTable",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsOutboundEntry": {
                      "type": "object",
                      "properties": {
                        "cpwVcIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsOutboundIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cpwVcMplsOutboundLsrXcIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cpwVcMplsOutboundTunnelIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsOutboundTunnelInstance": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsOutboundTunnelLclLSR": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsOutboundTunnelPeerLSR": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsOutboundIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsOutboundRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cpwVcMplsOutboundStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsOutboundTable": {
                    "cpwVcMplsOutboundEntry": {
                      "cpwVcIndex": "configured-value",
                      "cpwVcMplsOutboundIndex": 1,
                      "cpwVcMplsOutboundLsrXcIndex": 1,
                      "cpwVcMplsOutboundTunnelIndex": "configured-value",
                      "cpwVcMplsOutboundTunnelInstance": "configured-value",
                      "cpwVcMplsOutboundTunnelLclLSR": "configured-value",
                      "cpwVcMplsOutboundTunnelPeerLSR": "configured-value",
                      "cpwVcMplsOutboundIfIndex": "configured-value",
                      "cpwVcMplsOutboundRowStatus": "active",
                      "cpwVcMplsOutboundStorageType": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry": {
      "get": {
        "summary": "Get cpwVcMplsOutboundEntry",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cpwVcMplsOutboundLsrXcIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cpwVcMplsOutboundTunnelIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundTunnelInstance": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundTunnelLclLSR": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundTunnelPeerLSR": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsOutboundRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cpwVcMplsOutboundStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsOutboundEntry": {
                    "cpwVcIndex": "configured-value",
                    "cpwVcMplsOutboundIndex": 1,
                    "cpwVcMplsOutboundLsrXcIndex": 1,
                    "cpwVcMplsOutboundTunnelIndex": "configured-value",
                    "cpwVcMplsOutboundTunnelInstance": "configured-value",
                    "cpwVcMplsOutboundTunnelLclLSR": "configured-value",
                    "cpwVcMplsOutboundTunnelPeerLSR": "configured-value",
                    "cpwVcMplsOutboundIfIndex": "configured-value",
                    "cpwVcMplsOutboundRowStatus": "active",
                    "cpwVcMplsOutboundStorageType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcIndex": {
      "get": {
        "summary": "Get cpwVcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundIndex": {
      "get": {
        "summary": "Get cpwVcMplsOutboundIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsOutboundIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundLsrXcIndex": {
      "get": {
        "summary": "Get cpwVcMplsOutboundLsrXcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundLsrXcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsOutboundLsrXcIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundLsrXcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundTunnelIndex": {
      "get": {
        "summary": "Get cpwVcMplsOutboundTunnelIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundTunnelIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundTunnelIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundTunnelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundTunnelInstance": {
      "get": {
        "summary": "Get cpwVcMplsOutboundTunnelInstance",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundTunnelInstance",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundTunnelInstance": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundTunnelInstance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundTunnelLclLSR": {
      "get": {
        "summary": "Get cpwVcMplsOutboundTunnelLclLSR",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundTunnelLclLSR",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundTunnelLclLSR": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundTunnelLclLSR from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundTunnelPeerLSR": {
      "get": {
        "summary": "Get cpwVcMplsOutboundTunnelPeerLSR",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundTunnelPeerLSR",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundTunnelPeerLSR": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundTunnelPeerLSR from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundIfIndex": {
      "get": {
        "summary": "Get cpwVcMplsOutboundIfIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundIfIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundRowStatus": {
      "get": {
        "summary": "Get cpwVcMplsOutboundRowStatus",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundRowStatus",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsOutboundTable/cpwVcMplsOutboundEntry/cpwVcMplsOutboundStorageType": {
      "get": {
        "summary": "Get cpwVcMplsOutboundStorageType",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsOutboundTable-cpwVcMplsOutboundEntry-cpwVcMplsOutboundStorageType",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsOutboundStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsOutboundStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable": {
      "get": {
        "summary": "Get cpwVcMplsInboundTable",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsInboundEntry": {
                      "type": "object",
                      "properties": {
                        "cpwVcIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsInboundIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cpwVcMplsInboundLsrXcIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cpwVcMplsInboundTunnelIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsInboundTunnelInstance": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsInboundTunnelLclLSR": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsInboundTunnelPeerLSR": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsInboundIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsInboundRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cpwVcMplsInboundStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsInboundTable": {
                    "cpwVcMplsInboundEntry": {
                      "cpwVcIndex": "configured-value",
                      "cpwVcMplsInboundIndex": 1,
                      "cpwVcMplsInboundLsrXcIndex": 1,
                      "cpwVcMplsInboundTunnelIndex": "configured-value",
                      "cpwVcMplsInboundTunnelInstance": "configured-value",
                      "cpwVcMplsInboundTunnelLclLSR": "configured-value",
                      "cpwVcMplsInboundTunnelPeerLSR": "configured-value",
                      "cpwVcMplsInboundIfIndex": "configured-value",
                      "cpwVcMplsInboundRowStatus": "active",
                      "cpwVcMplsInboundStorageType": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry": {
      "get": {
        "summary": "Get cpwVcMplsInboundEntry",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cpwVcMplsInboundLsrXcIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cpwVcMplsInboundTunnelIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundTunnelInstance": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundTunnelLclLSR": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundTunnelPeerLSR": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsInboundRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cpwVcMplsInboundStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsInboundEntry": {
                    "cpwVcIndex": "configured-value",
                    "cpwVcMplsInboundIndex": 1,
                    "cpwVcMplsInboundLsrXcIndex": 1,
                    "cpwVcMplsInboundTunnelIndex": "configured-value",
                    "cpwVcMplsInboundTunnelInstance": "configured-value",
                    "cpwVcMplsInboundTunnelLclLSR": "configured-value",
                    "cpwVcMplsInboundTunnelPeerLSR": "configured-value",
                    "cpwVcMplsInboundIfIndex": "configured-value",
                    "cpwVcMplsInboundRowStatus": "active",
                    "cpwVcMplsInboundStorageType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcIndex": {
      "get": {
        "summary": "Get cpwVcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundIndex": {
      "get": {
        "summary": "Get cpwVcMplsInboundIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsInboundIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundLsrXcIndex": {
      "get": {
        "summary": "Get cpwVcMplsInboundLsrXcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundLsrXcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsInboundLsrXcIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundLsrXcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundTunnelIndex": {
      "get": {
        "summary": "Get cpwVcMplsInboundTunnelIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundTunnelIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundTunnelIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundTunnelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundTunnelInstance": {
      "get": {
        "summary": "Get cpwVcMplsInboundTunnelInstance",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundTunnelInstance",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundTunnelInstance": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundTunnelInstance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundTunnelLclLSR": {
      "get": {
        "summary": "Get cpwVcMplsInboundTunnelLclLSR",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundTunnelLclLSR",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundTunnelLclLSR": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundTunnelLclLSR from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundTunnelPeerLSR": {
      "get": {
        "summary": "Get cpwVcMplsInboundTunnelPeerLSR",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundTunnelPeerLSR",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundTunnelPeerLSR": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundTunnelPeerLSR from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundIfIndex": {
      "get": {
        "summary": "Get cpwVcMplsInboundIfIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundIfIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundRowStatus": {
      "get": {
        "summary": "Get cpwVcMplsInboundRowStatus",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundRowStatus",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsInboundTable/cpwVcMplsInboundEntry/cpwVcMplsInboundStorageType": {
      "get": {
        "summary": "Get cpwVcMplsInboundStorageType",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsInboundTable-cpwVcMplsInboundEntry-cpwVcMplsInboundStorageType",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsInboundStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsInboundStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsNonTeMappingTable": {
      "get": {
        "summary": "Get cpwVcMplsNonTeMappingTable",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsNonTeMappingTable",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsNonTeMappingEntry": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsNonTeMappingTunnelDirection": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsNonTeMappingXcTunnelIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cpwVcMplsNonTeMappingIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsNonTeMappingVcIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsNonTeMappingTable": {
                    "cpwVcMplsNonTeMappingEntry": {
                      "cpwVcMplsNonTeMappingTunnelDirection": "default",
                      "cpwVcMplsNonTeMappingXcTunnelIndex": 1,
                      "cpwVcMplsNonTeMappingIfIndex": "configured-value",
                      "cpwVcMplsNonTeMappingVcIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsNonTeMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsNonTeMappingTable/cpwVcMplsNonTeMappingEntry": {
      "get": {
        "summary": "Get cpwVcMplsNonTeMappingEntry",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsNonTeMappingTable-cpwVcMplsNonTeMappingEntry",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsNonTeMappingTunnelDirection": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsNonTeMappingXcTunnelIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cpwVcMplsNonTeMappingIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsNonTeMappingVcIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsNonTeMappingEntry": {
                    "cpwVcMplsNonTeMappingTunnelDirection": "default",
                    "cpwVcMplsNonTeMappingXcTunnelIndex": 1,
                    "cpwVcMplsNonTeMappingIfIndex": "configured-value",
                    "cpwVcMplsNonTeMappingVcIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsNonTeMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsNonTeMappingTable/cpwVcMplsNonTeMappingEntry/cpwVcMplsNonTeMappingTunnelDirection": {
      "get": {
        "summary": "Get cpwVcMplsNonTeMappingTunnelDirection",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsNonTeMappingTable-cpwVcMplsNonTeMappingEntry-cpwVcMplsNonTeMappingTunnelDirection",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsNonTeMappingTunnelDirection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsNonTeMappingTunnelDirection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsNonTeMappingTable/cpwVcMplsNonTeMappingEntry/cpwVcMplsNonTeMappingXcTunnelIndex": {
      "get": {
        "summary": "Get cpwVcMplsNonTeMappingXcTunnelIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsNonTeMappingTable-cpwVcMplsNonTeMappingEntry-cpwVcMplsNonTeMappingXcTunnelIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsNonTeMappingXcTunnelIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsNonTeMappingXcTunnelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsNonTeMappingTable/cpwVcMplsNonTeMappingEntry/cpwVcMplsNonTeMappingIfIndex": {
      "get": {
        "summary": "Get cpwVcMplsNonTeMappingIfIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsNonTeMappingTable-cpwVcMplsNonTeMappingEntry-cpwVcMplsNonTeMappingIfIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsNonTeMappingIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsNonTeMappingIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsNonTeMappingTable/cpwVcMplsNonTeMappingEntry/cpwVcMplsNonTeMappingVcIndex": {
      "get": {
        "summary": "Get cpwVcMplsNonTeMappingVcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsNonTeMappingTable-cpwVcMplsNonTeMappingEntry-cpwVcMplsNonTeMappingVcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsNonTeMappingVcIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsNonTeMappingVcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingTable",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsTeMappingEntry": {
                      "type": "object",
                      "properties": {
                        "cpwVcMplsTeMappingTunnelDirection": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsTeMappingTunnelIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsTeMappingTunnelInstance": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cpwVcMplsTeMappingTunnelPeerLsrID": {
                          "type": "string",
                          "example": "1"
                        },
                        "cpwVcMplsTeMappingTunnelLocalLsrID": {
                          "type": "string",
                          "example": "1"
                        },
                        "cpwVcMplsTeMappingVcIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingTable": {
                    "cpwVcMplsTeMappingEntry": {
                      "cpwVcMplsTeMappingTunnelDirection": "default",
                      "cpwVcMplsTeMappingTunnelIndex": "configured-value",
                      "cpwVcMplsTeMappingTunnelInstance": "configured-value",
                      "cpwVcMplsTeMappingTunnelPeerLsrID": "1",
                      "cpwVcMplsTeMappingTunnelLocalLsrID": "1",
                      "cpwVcMplsTeMappingVcIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingEntry",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cpwVcMplsTeMappingTunnelDirection": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsTeMappingTunnelIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsTeMappingTunnelInstance": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cpwVcMplsTeMappingTunnelPeerLsrID": {
                      "type": "string",
                      "example": "1"
                    },
                    "cpwVcMplsTeMappingTunnelLocalLsrID": {
                      "type": "string",
                      "example": "1"
                    },
                    "cpwVcMplsTeMappingVcIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingEntry": {
                    "cpwVcMplsTeMappingTunnelDirection": "default",
                    "cpwVcMplsTeMappingTunnelIndex": "configured-value",
                    "cpwVcMplsTeMappingTunnelInstance": "configured-value",
                    "cpwVcMplsTeMappingTunnelPeerLsrID": "1",
                    "cpwVcMplsTeMappingTunnelLocalLsrID": "1",
                    "cpwVcMplsTeMappingVcIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry/cpwVcMplsTeMappingTunnelDirection": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingTunnelDirection",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry-cpwVcMplsTeMappingTunnelDirection",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingTunnelDirection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingTunnelDirection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry/cpwVcMplsTeMappingTunnelIndex": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingTunnelIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry-cpwVcMplsTeMappingTunnelIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingTunnelIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingTunnelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry/cpwVcMplsTeMappingTunnelInstance": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingTunnelInstance",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry-cpwVcMplsTeMappingTunnelInstance",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingTunnelInstance": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingTunnelInstance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry/cpwVcMplsTeMappingTunnelPeerLsrID": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingTunnelPeerLsrID",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry-cpwVcMplsTeMappingTunnelPeerLsrID",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingTunnelPeerLsrID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingTunnelPeerLsrID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry/cpwVcMplsTeMappingTunnelLocalLsrID": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingTunnelLocalLsrID",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry-cpwVcMplsTeMappingTunnelLocalLsrID",
        "tags": [
          "CISCO-IETF-PW-MPLS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingTunnelLocalLsrID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingTunnelLocalLsrID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB/cpwVcMplsTeMappingTable/cpwVcMplsTeMappingEntry/cpwVcMplsTeMappingVcIndex": {
      "get": {
        "summary": "Get cpwVcMplsTeMappingVcIndex",
        "operationId": "get-CISCO-IETF-PW-MPLS-MIB:CISCO-IETF-PW-MPLS-MIB-cpwVcMplsTeMappingTable-cpwVcMplsTeMappingEntry-cpwVcMplsTeMappingVcIndex",
        "tags": [
          "CISCO-IETF-PW-MPLS-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-IETF-PW-MPLS-MIB:cpwVcMplsTeMappingVcIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cpwVcMplsTeMappingVcIndex 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": []
    }
  ]
}
