{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-MPLS-LSR-EXT-STD-MIB",
    "description": "MIB data from `CISCO-MPLS-LSR-EXT-STD-MIB` module.\n\n**Root containers:** 1 (CISCO-MPLS-LSR-EXT-STD-MIB)\n**Paths:** 8 | **Descendants:** 7\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-MPLS-LSR-EXT-STD-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB": {
      "get": {
        "summary": "Get CISCO-MPLS-LSR-EXT-STD-MIB",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmplsXCExtTable": {
                      "type": "object",
                      "properties": {
                        "cmplsXCExtEntry": {
                          "type": "object",
                          "properties": {
                            "mplsXCIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsXCInSegmentIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsXCOutSegmentIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmplsXCExtTunnelPointer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cmplsXCOppositeDirXCPtr": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB": {
                    "cmplsXCExtTable": {
                      "cmplsXCExtEntry": {
                        "mplsXCIndex": "configured-value",
                        "mplsXCInSegmentIndex": "configured-value",
                        "mplsXCOutSegmentIndex": "configured-value",
                        "cmplsXCExtTunnelPointer": "configured-value",
                        "cmplsXCOppositeDirXCPtr": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-MPLS-LSR-EXT-STD-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable": {
      "get": {
        "summary": "Get cmplsXCExtTable",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cmplsXCExtEntry": {
                      "type": "object",
                      "properties": {
                        "mplsXCIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsXCInSegmentIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsXCOutSegmentIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmplsXCExtTunnelPointer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cmplsXCOppositeDirXCPtr": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:cmplsXCExtTable": {
                    "cmplsXCExtEntry": {
                      "mplsXCIndex": "configured-value",
                      "mplsXCInSegmentIndex": "configured-value",
                      "mplsXCOutSegmentIndex": "configured-value",
                      "cmplsXCExtTunnelPointer": "configured-value",
                      "cmplsXCOppositeDirXCPtr": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmplsXCExtTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable/cmplsXCExtEntry": {
      "get": {
        "summary": "Get cmplsXCExtEntry",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable-cmplsXCExtEntry",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsXCIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsXCInSegmentIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsXCOutSegmentIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmplsXCExtTunnelPointer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cmplsXCOppositeDirXCPtr": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:cmplsXCExtEntry": {
                    "mplsXCIndex": "configured-value",
                    "mplsXCInSegmentIndex": "configured-value",
                    "mplsXCOutSegmentIndex": "configured-value",
                    "cmplsXCExtTunnelPointer": "configured-value",
                    "cmplsXCOppositeDirXCPtr": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmplsXCExtEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable/cmplsXCExtEntry/mplsXCIndex": {
      "get": {
        "summary": "Get mplsXCIndex",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable-cmplsXCExtEntry-mplsXCIndex",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:mplsXCIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsXCIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable/cmplsXCExtEntry/mplsXCInSegmentIndex": {
      "get": {
        "summary": "Get mplsXCInSegmentIndex",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable-cmplsXCExtEntry-mplsXCInSegmentIndex",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:mplsXCInSegmentIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsXCInSegmentIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable/cmplsXCExtEntry/mplsXCOutSegmentIndex": {
      "get": {
        "summary": "Get mplsXCOutSegmentIndex",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable-cmplsXCExtEntry-mplsXCOutSegmentIndex",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:mplsXCOutSegmentIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsXCOutSegmentIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable/cmplsXCExtEntry/cmplsXCExtTunnelPointer": {
      "get": {
        "summary": "Get cmplsXCExtTunnelPointer",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable-cmplsXCExtEntry-cmplsXCExtTunnelPointer",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:cmplsXCExtTunnelPointer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmplsXCExtTunnelPointer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB/cmplsXCExtTable/cmplsXCExtEntry/cmplsXCOppositeDirXCPtr": {
      "get": {
        "summary": "Get cmplsXCOppositeDirXCPtr",
        "operationId": "get-CISCO-MPLS-LSR-EXT-STD-MIB:CISCO-MPLS-LSR-EXT-STD-MIB-cmplsXCExtTable-cmplsXCExtEntry-cmplsXCOppositeDirXCPtr",
        "tags": [
          "CISCO-MPLS-LSR-EXT-STD-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-MPLS-LSR-EXT-STD-MIB:cmplsXCOppositeDirXCPtr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cmplsXCOppositeDirXCPtr 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": []
    }
  ]
}
