{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-ETHERLIKE-EXT-MIB",
    "description": "MIB data from `CISCO-ETHERLIKE-EXT-MIB` module.\n\n**Root containers:** 1 (CISCO-ETHERLIKE-EXT-MIB)\n**Paths:** 10 | **Descendants:** 9\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-ETHERLIKE-EXT-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-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB": {
      "get": {
        "summary": "Get CISCO-ETHERLIKE-EXT-MIB",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB",
        "tags": [
          "CISCO-ETHERLIKE-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceeDot3PauseExtTable": {
                      "type": "object",
                      "properties": {
                        "ceeDot3PauseExtEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot3StatsIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceeDot3PauseExtAdminMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceeDot3PauseExtOperMode": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ceeSubInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "ceeSubInterfaceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceeSubInterfaceCount": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 10
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB": {
                    "ceeDot3PauseExtTable": {
                      "ceeDot3PauseExtEntry": [
                        {
                          "dot3StatsIndex": "configured-value",
                          "ceeDot3PauseExtAdminMode": "",
                          "ceeDot3PauseExtOperMode": ""
                        }
                      ]
                    },
                    "ceeSubInterfaceTable": {
                      "ceeSubInterfaceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "ceeSubInterfaceCount": 10
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-ETHERLIKE-EXT-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeDot3PauseExtTable": {
      "get": {
        "summary": "Get ceeDot3PauseExtTable",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeDot3PauseExtTable",
        "tags": [
          "CISCO-ETHERLIKE-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceeDot3PauseExtEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot3StatsIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceeDot3PauseExtAdminMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceeDot3PauseExtOperMode": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ETHERLIKE-EXT-MIB:ceeDot3PauseExtTable": {
                    "ceeDot3PauseExtEntry": [
                      {
                        "dot3StatsIndex": "configured-value",
                        "ceeDot3PauseExtAdminMode": "",
                        "ceeDot3PauseExtOperMode": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeDot3PauseExtTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeDot3PauseExtTable/ceeDot3PauseExtEntry": {
      "get": {
        "summary": "Get ceeDot3PauseExtEntry",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeDot3PauseExtTable-ceeDot3PauseExtEntry",
        "tags": [
          "CISCO-ETHERLIKE-EXT-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": {
                      "dot3StatsIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ceeDot3PauseExtAdminMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ceeDot3PauseExtOperMode": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ETHERLIKE-EXT-MIB:ceeDot3PauseExtEntry": [
                    {
                      "dot3StatsIndex": "configured-value",
                      "ceeDot3PauseExtAdminMode": "",
                      "ceeDot3PauseExtOperMode": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeDot3PauseExtEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeDot3PauseExtTable/ceeDot3PauseExtEntry/dot3StatsIndex": {
      "get": {
        "summary": "Get dot3StatsIndex",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeDot3PauseExtTable-ceeDot3PauseExtEntry-dot3StatsIndex",
        "tags": [
          "CISCO-ETHERLIKE-EXT-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-ETHERLIKE-EXT-MIB:dot3StatsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeDot3PauseExtTable/ceeDot3PauseExtEntry/ceeDot3PauseExtAdminMode": {
      "get": {
        "summary": "Get ceeDot3PauseExtAdminMode",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeDot3PauseExtTable-ceeDot3PauseExtEntry-ceeDot3PauseExtAdminMode",
        "tags": [
          "CISCO-ETHERLIKE-EXT-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-ETHERLIKE-EXT-MIB:ceeDot3PauseExtAdminMode": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeDot3PauseExtAdminMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeDot3PauseExtTable/ceeDot3PauseExtEntry/ceeDot3PauseExtOperMode": {
      "get": {
        "summary": "Get ceeDot3PauseExtOperMode",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeDot3PauseExtTable-ceeDot3PauseExtEntry-ceeDot3PauseExtOperMode",
        "tags": [
          "CISCO-ETHERLIKE-EXT-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-ETHERLIKE-EXT-MIB:ceeDot3PauseExtOperMode": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeDot3PauseExtOperMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeSubInterfaceTable": {
      "get": {
        "summary": "Get ceeSubInterfaceTable",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeSubInterfaceTable",
        "tags": [
          "CISCO-ETHERLIKE-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceeSubInterfaceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceeSubInterfaceCount": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 10
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ETHERLIKE-EXT-MIB:ceeSubInterfaceTable": {
                    "ceeSubInterfaceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "ceeSubInterfaceCount": 10
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeSubInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeSubInterfaceTable/ceeSubInterfaceEntry": {
      "get": {
        "summary": "Get ceeSubInterfaceEntry",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeSubInterfaceTable-ceeSubInterfaceEntry",
        "tags": [
          "CISCO-ETHERLIKE-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ceeSubInterfaceCount": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 10
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ETHERLIKE-EXT-MIB:ceeSubInterfaceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "ceeSubInterfaceCount": 10
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeSubInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeSubInterfaceTable/ceeSubInterfaceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeSubInterfaceTable-ceeSubInterfaceEntry-ifIndex",
        "tags": [
          "CISCO-ETHERLIKE-EXT-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-ETHERLIKE-EXT-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB/ceeSubInterfaceTable/ceeSubInterfaceEntry/ceeSubInterfaceCount": {
      "get": {
        "summary": "Get ceeSubInterfaceCount",
        "operationId": "get-CISCO-ETHERLIKE-EXT-MIB:CISCO-ETHERLIKE-EXT-MIB-ceeSubInterfaceTable-ceeSubInterfaceEntry-ceeSubInterfaceCount",
        "tags": [
          "CISCO-ETHERLIKE-EXT-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": 10
                },
                "example": {
                  "CISCO-ETHERLIKE-EXT-MIB:ceeSubInterfaceCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceeSubInterfaceCount 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": []
    }
  ]
}
