{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-SYSLOG-MIB",
    "description": "MIB data from `CISCO-SYSLOG-MIB` module.\n\n**Root containers:** 1 (CISCO-SYSLOG-MIB)\n**Paths:** 42 | **Descendants:** 41\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-SYSLOG-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-SYSLOG-MIB:CISCO-SYSLOG-MIB": {
      "get": {
        "summary": "Get CISCO-SYSLOG-MIB",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogBasic": {
                      "type": "object",
                      "properties": {
                        "clogNotificationsSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogNotificationsEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "clogMaxSeverity": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogMsgIgnores": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogMsgDrops": {
                          "type": "string",
                          "example": "0"
                        },
                        "clogOriginIDType": {
                          "type": "string",
                          "example": "1"
                        },
                        "clogOriginID": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "clogHistory": {
                      "type": "object",
                      "properties": {
                        "clogHistTableMaxLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "clogHistMsgsFlushed": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "clogServer": {
                      "type": "object",
                      "properties": {
                        "clogMaxServers": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "clogHistoryTable": {
                      "type": "object",
                      "properties": {
                        "clogHistoryEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "clogHistIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "clogHistFacility": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "clogHistSeverity": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "clogHistMsgName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "clogHistMsgText": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "clogHistTimestamp": {
                                "type": "string",
                                "example": "2025-03-15T10:30:45Z"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "clogServerConfigTable": {
                      "type": "object",
                      "properties": {
                        "clogServerConfigEntry": {
                          "type": "object",
                          "properties": {
                            "clogServerAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogServerAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogServerStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "clogHistIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogHistFacility": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "clogHistIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogHistSeverity": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "clogHistIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogHistMsgName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "clogHistIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogHistMsgText": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "clogHistIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "clogHistTimestamp": {
                              "type": "string",
                              "example": "2025-03-15T10:30:45Z"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB": {
                    "clogBasic": {
                      "clogNotificationsSent": "configured-value",
                      "clogNotificationsEnabled": true,
                      "clogMaxSeverity": "configured-value",
                      "clogMsgIgnores": "configured-value",
                      "clogMsgDrops": "0",
                      "clogOriginIDType": "default",
                      "clogOriginID": "1"
                    },
                    "clogHistory": {
                      "clogHistTableMaxLength": 1,
                      "clogHistMsgsFlushed": "configured-value"
                    },
                    "clogServer": {
                      "clogMaxServers": 1
                    },
                    "clogHistoryTable": {
                      "clogHistoryEntry": [
                        {
                          "clogHistIndex": 1,
                          "clogHistFacility": "configured-value",
                          "clogHistSeverity": "configured-value",
                          "clogHistMsgName": "example-1",
                          "clogHistMsgText": "configured-value",
                          "clogHistTimestamp": "2025-03-15T10:30:45Z"
                        }
                      ]
                    },
                    "clogServerConfigTable": {
                      "clogServerConfigEntry": {
                        "clogServerAddrType": "configured-value",
                        "clogServerAddr": "configured-value",
                        "clogServerStatus": "active"
                      },
                      "object-1": {
                        "clogHistIndex": "configured-value",
                        "clogHistFacility": "configured-value"
                      },
                      "object-2": {
                        "clogHistIndex": "configured-value",
                        "clogHistSeverity": "configured-value"
                      },
                      "object-3": {
                        "clogHistIndex": "configured-value",
                        "clogHistMsgName": "example-1"
                      },
                      "object-4": {
                        "clogHistIndex": "configured-value",
                        "clogHistMsgText": "configured-value"
                      },
                      "object-5": {
                        "clogHistIndex": "configured-value",
                        "clogHistTimestamp": "2025-03-15T10:30:45Z"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-SYSLOG-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic": {
      "get": {
        "summary": "Get clogBasic",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogNotificationsSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogNotificationsEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "clogMaxSeverity": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogMsgIgnores": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogMsgDrops": {
                      "type": "string",
                      "example": "0"
                    },
                    "clogOriginIDType": {
                      "type": "string",
                      "example": "1"
                    },
                    "clogOriginID": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogBasic": {
                    "clogNotificationsSent": "configured-value",
                    "clogNotificationsEnabled": true,
                    "clogMaxSeverity": "configured-value",
                    "clogMsgIgnores": "configured-value",
                    "clogMsgDrops": "0",
                    "clogOriginIDType": "default",
                    "clogOriginID": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogBasic from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogNotificationsSent": {
      "get": {
        "summary": "Get clogNotificationsSent",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogNotificationsSent",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogNotificationsSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogNotificationsSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogNotificationsEnabled": {
      "get": {
        "summary": "Get clogNotificationsEnabled",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogNotificationsEnabled",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogNotificationsEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogNotificationsEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogMaxSeverity": {
      "get": {
        "summary": "Get clogMaxSeverity",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogMaxSeverity",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogMaxSeverity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogMaxSeverity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogMsgIgnores": {
      "get": {
        "summary": "Get clogMsgIgnores",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogMsgIgnores",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogMsgIgnores": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogMsgIgnores from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogMsgDrops": {
      "get": {
        "summary": "Get clogMsgDrops",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogMsgDrops",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogMsgDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogMsgDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogOriginIDType": {
      "get": {
        "summary": "Get clogOriginIDType",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogOriginIDType",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogOriginIDType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogOriginIDType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogBasic/clogOriginID": {
      "get": {
        "summary": "Get clogOriginID",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogBasic-clogOriginID",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogOriginID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogOriginID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistory": {
      "get": {
        "summary": "Get clogHistory",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistory",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistTableMaxLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "clogHistMsgsFlushed": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistory": {
                    "clogHistTableMaxLength": 1,
                    "clogHistMsgsFlushed": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistory from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistory/clogHistTableMaxLength": {
      "get": {
        "summary": "Get clogHistTableMaxLength",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistory-clogHistTableMaxLength",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistTableMaxLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistTableMaxLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistory/clogHistMsgsFlushed": {
      "get": {
        "summary": "Get clogHistMsgsFlushed",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistory-clogHistMsgsFlushed",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistMsgsFlushed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistMsgsFlushed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServer": {
      "get": {
        "summary": "Get clogServer",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServer",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogMaxServers": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogServer": {
                    "clogMaxServers": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogServer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServer/clogMaxServers": {
      "get": {
        "summary": "Get clogMaxServers",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServer-clogMaxServers",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogMaxServers": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogMaxServers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable": {
      "get": {
        "summary": "Get clogHistoryTable",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistoryEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "clogHistIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "clogHistFacility": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "clogHistSeverity": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "clogHistMsgName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "clogHistMsgText": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "clogHistTimestamp": {
                            "type": "string",
                            "example": "2025-03-15T10:30:45Z"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistoryTable": {
                    "clogHistoryEntry": [
                      {
                        "clogHistIndex": 1,
                        "clogHistFacility": "configured-value",
                        "clogHistSeverity": "configured-value",
                        "clogHistMsgName": "example-1",
                        "clogHistMsgText": "configured-value",
                        "clogHistTimestamp": "2025-03-15T10:30:45Z"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry": {
      "get": {
        "summary": "Get clogHistoryEntry",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry",
        "tags": [
          "CISCO-SYSLOG-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": {
                      "clogHistIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "clogHistFacility": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "clogHistSeverity": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "clogHistMsgName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "clogHistMsgText": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "clogHistTimestamp": {
                        "type": "string",
                        "example": "2025-03-15T10:30:45Z"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistoryEntry": [
                    {
                      "clogHistIndex": 1,
                      "clogHistFacility": "configured-value",
                      "clogHistSeverity": "configured-value",
                      "clogHistMsgName": "example-1",
                      "clogHistMsgText": "configured-value",
                      "clogHistTimestamp": "2025-03-15T10:30:45Z"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistIndex": {
      "get": {
        "summary": "Get clogHistIndex",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry-clogHistIndex",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistFacility": {
      "get": {
        "summary": "Get clogHistFacility",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry-clogHistFacility",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistFacility": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistFacility from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistSeverity": {
      "get": {
        "summary": "Get clogHistSeverity",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry-clogHistSeverity",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistSeverity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistSeverity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistMsgName": {
      "get": {
        "summary": "Get clogHistMsgName",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry-clogHistMsgName",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistMsgName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistMsgName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistMsgText": {
      "get": {
        "summary": "Get clogHistMsgText",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry-clogHistMsgText",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistMsgText": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistMsgText from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistTimestamp": {
      "get": {
        "summary": "Get clogHistTimestamp",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogHistoryTable-clogHistoryEntry-clogHistTimestamp",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistTimestamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistTimestamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable": {
      "get": {
        "summary": "Get clogServerConfigTable",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogServerConfigEntry": {
                      "type": "object",
                      "properties": {
                        "clogServerAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogServerAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogServerStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "clogHistIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogHistFacility": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "clogHistIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogHistSeverity": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "clogHistIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogHistMsgName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "clogHistIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogHistMsgText": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "clogHistIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "clogHistTimestamp": {
                          "type": "string",
                          "example": "2025-03-15T10:30:45Z"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogServerConfigTable": {
                    "clogServerConfigEntry": {
                      "clogServerAddrType": "configured-value",
                      "clogServerAddr": "configured-value",
                      "clogServerStatus": "active"
                    },
                    "object-1": {
                      "clogHistIndex": "configured-value",
                      "clogHistFacility": "configured-value"
                    },
                    "object-2": {
                      "clogHistIndex": "configured-value",
                      "clogHistSeverity": "configured-value"
                    },
                    "object-3": {
                      "clogHistIndex": "configured-value",
                      "clogHistMsgName": "example-1"
                    },
                    "object-4": {
                      "clogHistIndex": "configured-value",
                      "clogHistMsgText": "configured-value"
                    },
                    "object-5": {
                      "clogHistIndex": "configured-value",
                      "clogHistTimestamp": "2025-03-15T10:30:45Z"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogServerConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/clogServerConfigEntry": {
      "get": {
        "summary": "Get clogServerConfigEntry",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-clogServerConfigEntry",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogServerAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogServerAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogServerStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogServerConfigEntry": {
                    "clogServerAddrType": "configured-value",
                    "clogServerAddr": "configured-value",
                    "clogServerStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogServerConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/clogServerConfigEntry/clogServerAddrType": {
      "get": {
        "summary": "Get clogServerAddrType",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-clogServerConfigEntry-clogServerAddrType",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogServerAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogServerAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/clogServerConfigEntry/clogServerAddr": {
      "get": {
        "summary": "Get clogServerAddr",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-clogServerConfigEntry-clogServerAddr",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogServerAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogServerAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/clogServerConfigEntry/clogServerStatus": {
      "get": {
        "summary": "Get clogServerStatus",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-clogServerConfigEntry-clogServerStatus",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogServerStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogServerStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-1",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogHistFacility": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:object-1": {
                    "clogHistIndex": "configured-value",
                    "clogHistFacility": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-1/clogHistIndex": {
      "get": {
        "summary": "Get clogHistIndex",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-1-clogHistIndex",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-1/clogHistFacility": {
      "get": {
        "summary": "Get clogHistFacility",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-1-clogHistFacility",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistFacility": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistFacility from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-2",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogHistSeverity": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:object-2": {
                    "clogHistIndex": "configured-value",
                    "clogHistSeverity": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-2/clogHistIndex": {
      "get": {
        "summary": "Get clogHistIndex",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-2-clogHistIndex",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-2/clogHistSeverity": {
      "get": {
        "summary": "Get clogHistSeverity",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-2-clogHistSeverity",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistSeverity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistSeverity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-3",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogHistMsgName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:object-3": {
                    "clogHistIndex": "configured-value",
                    "clogHistMsgName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-3/clogHistIndex": {
      "get": {
        "summary": "Get clogHistIndex",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-3-clogHistIndex",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-3/clogHistMsgName": {
      "get": {
        "summary": "Get clogHistMsgName",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-3-clogHistMsgName",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistMsgName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistMsgName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-4",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogHistMsgText": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:object-4": {
                    "clogHistIndex": "configured-value",
                    "clogHistMsgText": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-4/clogHistIndex": {
      "get": {
        "summary": "Get clogHistIndex",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-4-clogHistIndex",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-4/clogHistMsgText": {
      "get": {
        "summary": "Get clogHistMsgText",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-4-clogHistMsgText",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistMsgText": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistMsgText from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-5",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clogHistIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "clogHistTimestamp": {
                      "type": "string",
                      "example": "2025-03-15T10:30:45Z"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:object-5": {
                    "clogHistIndex": "configured-value",
                    "clogHistTimestamp": "2025-03-15T10:30:45Z"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-5/clogHistIndex": {
      "get": {
        "summary": "Get clogHistIndex",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-5-clogHistIndex",
        "tags": [
          "CISCO-SYSLOG-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-SYSLOG-MIB:clogHistIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB/clogServerConfigTable/object-5/clogHistTimestamp": {
      "get": {
        "summary": "Get clogHistTimestamp",
        "operationId": "get-CISCO-SYSLOG-MIB:CISCO-SYSLOG-MIB-clogServerConfigTable-object-5-clogHistTimestamp",
        "tags": [
          "CISCO-SYSLOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-SYSLOG-MIB:clogHistTimestamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve clogHistTimestamp 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": []
    }
  ]
}
