{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - NOTIFICATION-LOG-MIB",
    "description": "MIB data from `NOTIFICATION-LOG-MIB` module.\n\n**Root containers:** 1 (NOTIFICATION-LOG-MIB)\n**Paths:** 46 | **Descendants:** 45\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": "NOTIFICATION-LOG-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/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB": {
      "get": {
        "summary": "Get NOTIFICATION-LOG-MIB",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmConfig": {
                      "type": "object",
                      "properties": {
                        "nlmConfigGlobalEntryLimit": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nlmConfigGlobalAgeOut": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlmStats": {
                      "type": "object",
                      "properties": {
                        "nlmStatsGlobalNotificationsLogged": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlmStatsGlobalNotificationsBumped": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlmConfigLogTable": {
                      "type": "object",
                      "properties": {
                        "nlmConfigLogEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nlmLogName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "nlmConfigLogFilterName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "nlmConfigLogEntryLimit": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nlmConfigLogAdminStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "nlmConfigLogOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "nlmConfigLogStorageType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nlmConfigLogEntryStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "nlmStatsLogNotificationsLogged": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nlmStatsLogNotificationsBumped": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlmLogTable": {
                      "type": "object",
                      "properties": {
                        "nlmLogEntry": {
                          "type": "object",
                          "properties": {
                            "nlmLogName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "nlmLogIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nlmLogTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "nlmLogDateAndTime": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlmLogEngineID": {
                              "type": "string",
                              "example": "1"
                            },
                            "nlmLogEngineTAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "nlmLogEngineTDomain": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlmLogContextEngineID": {
                              "type": "string",
                              "example": "1"
                            },
                            "nlmLogContextName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "nlmLogNotificationID": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlmLogVariableTable": {
                      "type": "object",
                      "properties": {
                        "nlmLogVariableEntry": {
                          "type": "object",
                          "properties": {
                            "nlmLogName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "nlmLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlmLogVariableIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nlmLogVariableID": {
                              "type": "string",
                              "example": "1"
                            },
                            "nlmLogVariableValueType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlmLogVariableCounter32Val": {
                              "type": "string",
                              "example": "10"
                            },
                            "nlmLogVariableUnsigned32Val": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nlmLogVariableTimeTicksVal": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "nlmLogVariableInteger32Val": {
                              "type": "integer",
                              "example": 1
                            },
                            "nlmLogVariableOctetStringVal": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "nlmLogVariableIpAddressVal": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "nlmLogVariableOidVal": {
                              "type": "string",
                              "example": "1"
                            },
                            "nlmLogVariableCounter64Val": {
                              "type": "string",
                              "example": "10"
                            },
                            "nlmLogVariableOpaqueVal": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB": {
                    "nlmConfig": {
                      "nlmConfigGlobalEntryLimit": 1,
                      "nlmConfigGlobalAgeOut": 1
                    },
                    "nlmStats": {
                      "nlmStatsGlobalNotificationsLogged": "configured-value",
                      "nlmStatsGlobalNotificationsBumped": "configured-value"
                    },
                    "nlmConfigLogTable": {
                      "nlmConfigLogEntry": [
                        {
                          "nlmLogName": "example-1",
                          "nlmConfigLogFilterName": "example-1",
                          "nlmConfigLogEntryLimit": 1,
                          "nlmConfigLogAdminStatus": "default",
                          "nlmConfigLogOperStatus": "default",
                          "nlmConfigLogStorageType": "configured-value",
                          "nlmConfigLogEntryStatus": "active",
                          "nlmStatsLogNotificationsLogged": "configured-value",
                          "nlmStatsLogNotificationsBumped": "configured-value"
                        }
                      ]
                    },
                    "nlmLogTable": {
                      "nlmLogEntry": {
                        "nlmLogName": "example-1",
                        "nlmLogIndex": 1,
                        "nlmLogTime": "10:30:45",
                        "nlmLogDateAndTime": "configured-value",
                        "nlmLogEngineID": "1",
                        "nlmLogEngineTAddress": "10.1.1.1",
                        "nlmLogEngineTDomain": "configured-value",
                        "nlmLogContextEngineID": "1",
                        "nlmLogContextName": "example-1",
                        "nlmLogNotificationID": "1"
                      }
                    },
                    "nlmLogVariableTable": {
                      "nlmLogVariableEntry": {
                        "nlmLogName": "example-1",
                        "nlmLogIndex": "configured-value",
                        "nlmLogVariableIndex": 1,
                        "nlmLogVariableID": "1",
                        "nlmLogVariableValueType": "default",
                        "nlmLogVariableCounter32Val": "10",
                        "nlmLogVariableUnsigned32Val": 1,
                        "nlmLogVariableTimeTicksVal": "10:30:45",
                        "nlmLogVariableInteger32Val": 1,
                        "nlmLogVariableOctetStringVal": "QmFzZTY0",
                        "nlmLogVariableIpAddressVal": "10.1.1.1",
                        "nlmLogVariableOidVal": "1",
                        "nlmLogVariableCounter64Val": "10",
                        "nlmLogVariableOpaqueVal": "QmFzZTY0"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve NOTIFICATION-LOG-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfig": {
      "get": {
        "summary": "Get nlmConfig",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfig",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmConfigGlobalEntryLimit": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nlmConfigGlobalAgeOut": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmConfig": {
                    "nlmConfigGlobalEntryLimit": 1,
                    "nlmConfigGlobalAgeOut": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfig/nlmConfigGlobalEntryLimit": {
      "get": {
        "summary": "Get nlmConfigGlobalEntryLimit",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfig-nlmConfigGlobalEntryLimit",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigGlobalEntryLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigGlobalEntryLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfig/nlmConfigGlobalAgeOut": {
      "get": {
        "summary": "Get nlmConfigGlobalAgeOut",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfig-nlmConfigGlobalAgeOut",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigGlobalAgeOut": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigGlobalAgeOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmStats": {
      "get": {
        "summary": "Get nlmStats",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmStats",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmStatsGlobalNotificationsLogged": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlmStatsGlobalNotificationsBumped": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmStats": {
                    "nlmStatsGlobalNotificationsLogged": "configured-value",
                    "nlmStatsGlobalNotificationsBumped": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmStats from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmStats/nlmStatsGlobalNotificationsLogged": {
      "get": {
        "summary": "Get nlmStatsGlobalNotificationsLogged",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmStats-nlmStatsGlobalNotificationsLogged",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmStatsGlobalNotificationsLogged": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmStatsGlobalNotificationsLogged from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmStats/nlmStatsGlobalNotificationsBumped": {
      "get": {
        "summary": "Get nlmStatsGlobalNotificationsBumped",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmStats-nlmStatsGlobalNotificationsBumped",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmStatsGlobalNotificationsBumped": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmStatsGlobalNotificationsBumped from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable": {
      "get": {
        "summary": "Get nlmConfigLogTable",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmConfigLogEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nlmLogName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "nlmConfigLogFilterName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "nlmConfigLogEntryLimit": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nlmConfigLogAdminStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "nlmConfigLogOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "nlmConfigLogStorageType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nlmConfigLogEntryStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "nlmStatsLogNotificationsLogged": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nlmStatsLogNotificationsBumped": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogTable": {
                    "nlmConfigLogEntry": [
                      {
                        "nlmLogName": "example-1",
                        "nlmConfigLogFilterName": "example-1",
                        "nlmConfigLogEntryLimit": 1,
                        "nlmConfigLogAdminStatus": "default",
                        "nlmConfigLogOperStatus": "default",
                        "nlmConfigLogStorageType": "configured-value",
                        "nlmConfigLogEntryStatus": "active",
                        "nlmStatsLogNotificationsLogged": "configured-value",
                        "nlmStatsLogNotificationsBumped": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry": {
      "get": {
        "summary": "Get nlmConfigLogEntry",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry",
        "tags": [
          "NOTIFICATION-LOG-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": {
                      "nlmLogName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "nlmConfigLogFilterName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "nlmConfigLogEntryLimit": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nlmConfigLogAdminStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "nlmConfigLogOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "nlmConfigLogStorageType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nlmConfigLogEntryStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "nlmStatsLogNotificationsLogged": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nlmStatsLogNotificationsBumped": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogEntry": [
                    {
                      "nlmLogName": "example-1",
                      "nlmConfigLogFilterName": "example-1",
                      "nlmConfigLogEntryLimit": 1,
                      "nlmConfigLogAdminStatus": "default",
                      "nlmConfigLogOperStatus": "default",
                      "nlmConfigLogStorageType": "configured-value",
                      "nlmConfigLogEntryStatus": "active",
                      "nlmStatsLogNotificationsLogged": "configured-value",
                      "nlmStatsLogNotificationsBumped": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmLogName": {
      "get": {
        "summary": "Get nlmLogName",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmLogName",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmConfigLogFilterName": {
      "get": {
        "summary": "Get nlmConfigLogFilterName",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmConfigLogFilterName",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogFilterName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogFilterName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmConfigLogEntryLimit": {
      "get": {
        "summary": "Get nlmConfigLogEntryLimit",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmConfigLogEntryLimit",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogEntryLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogEntryLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmConfigLogAdminStatus": {
      "get": {
        "summary": "Get nlmConfigLogAdminStatus",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmConfigLogAdminStatus",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogAdminStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmConfigLogOperStatus": {
      "get": {
        "summary": "Get nlmConfigLogOperStatus",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmConfigLogOperStatus",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogOperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmConfigLogStorageType": {
      "get": {
        "summary": "Get nlmConfigLogStorageType",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmConfigLogStorageType",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmConfigLogEntryStatus": {
      "get": {
        "summary": "Get nlmConfigLogEntryStatus",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmConfigLogEntryStatus",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmConfigLogEntryStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmConfigLogEntryStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmStatsLogNotificationsLogged": {
      "get": {
        "summary": "Get nlmStatsLogNotificationsLogged",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmStatsLogNotificationsLogged",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmStatsLogNotificationsLogged": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmStatsLogNotificationsLogged from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmStatsLogNotificationsBumped": {
      "get": {
        "summary": "Get nlmStatsLogNotificationsBumped",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmConfigLogTable-nlmConfigLogEntry-nlmStatsLogNotificationsBumped",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmStatsLogNotificationsBumped": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmStatsLogNotificationsBumped from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable": {
      "get": {
        "summary": "Get nlmLogTable",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmLogEntry": {
                      "type": "object",
                      "properties": {
                        "nlmLogName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "nlmLogIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nlmLogTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "nlmLogDateAndTime": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlmLogEngineID": {
                          "type": "string",
                          "example": "1"
                        },
                        "nlmLogEngineTAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "nlmLogEngineTDomain": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlmLogContextEngineID": {
                          "type": "string",
                          "example": "1"
                        },
                        "nlmLogContextName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "nlmLogNotificationID": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogTable": {
                    "nlmLogEntry": {
                      "nlmLogName": "example-1",
                      "nlmLogIndex": 1,
                      "nlmLogTime": "10:30:45",
                      "nlmLogDateAndTime": "configured-value",
                      "nlmLogEngineID": "1",
                      "nlmLogEngineTAddress": "10.1.1.1",
                      "nlmLogEngineTDomain": "configured-value",
                      "nlmLogContextEngineID": "1",
                      "nlmLogContextName": "example-1",
                      "nlmLogNotificationID": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry": {
      "get": {
        "summary": "Get nlmLogEntry",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmLogName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "nlmLogIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nlmLogTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "nlmLogDateAndTime": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlmLogEngineID": {
                      "type": "string",
                      "example": "1"
                    },
                    "nlmLogEngineTAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "nlmLogEngineTDomain": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlmLogContextEngineID": {
                      "type": "string",
                      "example": "1"
                    },
                    "nlmLogContextName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "nlmLogNotificationID": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogEntry": {
                    "nlmLogName": "example-1",
                    "nlmLogIndex": 1,
                    "nlmLogTime": "10:30:45",
                    "nlmLogDateAndTime": "configured-value",
                    "nlmLogEngineID": "1",
                    "nlmLogEngineTAddress": "10.1.1.1",
                    "nlmLogEngineTDomain": "configured-value",
                    "nlmLogContextEngineID": "1",
                    "nlmLogContextName": "example-1",
                    "nlmLogNotificationID": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogName": {
      "get": {
        "summary": "Get nlmLogName",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogName",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogIndex": {
      "get": {
        "summary": "Get nlmLogIndex",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogIndex",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogTime": {
      "get": {
        "summary": "Get nlmLogTime",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogTime",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogDateAndTime": {
      "get": {
        "summary": "Get nlmLogDateAndTime",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogDateAndTime",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogDateAndTime": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogDateAndTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogEngineID": {
      "get": {
        "summary": "Get nlmLogEngineID",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogEngineID",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogEngineID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogEngineID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogEngineTAddress": {
      "get": {
        "summary": "Get nlmLogEngineTAddress",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogEngineTAddress",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogEngineTAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogEngineTAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogEngineTDomain": {
      "get": {
        "summary": "Get nlmLogEngineTDomain",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogEngineTDomain",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogEngineTDomain": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogEngineTDomain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogContextEngineID": {
      "get": {
        "summary": "Get nlmLogContextEngineID",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogContextEngineID",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogContextEngineID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogContextEngineID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogContextName": {
      "get": {
        "summary": "Get nlmLogContextName",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogContextName",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogContextName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogContextName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogNotificationID": {
      "get": {
        "summary": "Get nlmLogNotificationID",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogTable-nlmLogEntry-nlmLogNotificationID",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogNotificationID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogNotificationID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable": {
      "get": {
        "summary": "Get nlmLogVariableTable",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmLogVariableEntry": {
                      "type": "object",
                      "properties": {
                        "nlmLogName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "nlmLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlmLogVariableIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nlmLogVariableID": {
                          "type": "string",
                          "example": "1"
                        },
                        "nlmLogVariableValueType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlmLogVariableCounter32Val": {
                          "type": "string",
                          "example": "10"
                        },
                        "nlmLogVariableUnsigned32Val": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nlmLogVariableTimeTicksVal": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "nlmLogVariableInteger32Val": {
                          "type": "integer",
                          "example": 1
                        },
                        "nlmLogVariableOctetStringVal": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "nlmLogVariableIpAddressVal": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "nlmLogVariableOidVal": {
                          "type": "string",
                          "example": "1"
                        },
                        "nlmLogVariableCounter64Val": {
                          "type": "string",
                          "example": "10"
                        },
                        "nlmLogVariableOpaqueVal": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableTable": {
                    "nlmLogVariableEntry": {
                      "nlmLogName": "example-1",
                      "nlmLogIndex": "configured-value",
                      "nlmLogVariableIndex": 1,
                      "nlmLogVariableID": "1",
                      "nlmLogVariableValueType": "default",
                      "nlmLogVariableCounter32Val": "10",
                      "nlmLogVariableUnsigned32Val": 1,
                      "nlmLogVariableTimeTicksVal": "10:30:45",
                      "nlmLogVariableInteger32Val": 1,
                      "nlmLogVariableOctetStringVal": "QmFzZTY0",
                      "nlmLogVariableIpAddressVal": "10.1.1.1",
                      "nlmLogVariableOidVal": "1",
                      "nlmLogVariableCounter64Val": "10",
                      "nlmLogVariableOpaqueVal": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry": {
      "get": {
        "summary": "Get nlmLogVariableEntry",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlmLogName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "nlmLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlmLogVariableIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nlmLogVariableID": {
                      "type": "string",
                      "example": "1"
                    },
                    "nlmLogVariableValueType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlmLogVariableCounter32Val": {
                      "type": "string",
                      "example": "10"
                    },
                    "nlmLogVariableUnsigned32Val": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nlmLogVariableTimeTicksVal": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "nlmLogVariableInteger32Val": {
                      "type": "integer",
                      "example": 1
                    },
                    "nlmLogVariableOctetStringVal": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "nlmLogVariableIpAddressVal": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "nlmLogVariableOidVal": {
                      "type": "string",
                      "example": "1"
                    },
                    "nlmLogVariableCounter64Val": {
                      "type": "string",
                      "example": "10"
                    },
                    "nlmLogVariableOpaqueVal": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableEntry": {
                    "nlmLogName": "example-1",
                    "nlmLogIndex": "configured-value",
                    "nlmLogVariableIndex": 1,
                    "nlmLogVariableID": "1",
                    "nlmLogVariableValueType": "default",
                    "nlmLogVariableCounter32Val": "10",
                    "nlmLogVariableUnsigned32Val": 1,
                    "nlmLogVariableTimeTicksVal": "10:30:45",
                    "nlmLogVariableInteger32Val": 1,
                    "nlmLogVariableOctetStringVal": "QmFzZTY0",
                    "nlmLogVariableIpAddressVal": "10.1.1.1",
                    "nlmLogVariableOidVal": "1",
                    "nlmLogVariableCounter64Val": "10",
                    "nlmLogVariableOpaqueVal": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogName": {
      "get": {
        "summary": "Get nlmLogName",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogName",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogIndex": {
      "get": {
        "summary": "Get nlmLogIndex",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogIndex",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableIndex": {
      "get": {
        "summary": "Get nlmLogVariableIndex",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableIndex",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableID": {
      "get": {
        "summary": "Get nlmLogVariableID",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableID",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableValueType": {
      "get": {
        "summary": "Get nlmLogVariableValueType",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableValueType",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableValueType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableValueType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableCounter32Val": {
      "get": {
        "summary": "Get nlmLogVariableCounter32Val",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableCounter32Val",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableCounter32Val": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableCounter32Val from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableUnsigned32Val": {
      "get": {
        "summary": "Get nlmLogVariableUnsigned32Val",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableUnsigned32Val",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableUnsigned32Val": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableUnsigned32Val from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableTimeTicksVal": {
      "get": {
        "summary": "Get nlmLogVariableTimeTicksVal",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableTimeTicksVal",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableTimeTicksVal": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableTimeTicksVal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableInteger32Val": {
      "get": {
        "summary": "Get nlmLogVariableInteger32Val",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableInteger32Val",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableInteger32Val": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableInteger32Val from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableOctetStringVal": {
      "get": {
        "summary": "Get nlmLogVariableOctetStringVal",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableOctetStringVal",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableOctetStringVal": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableOctetStringVal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableIpAddressVal": {
      "get": {
        "summary": "Get nlmLogVariableIpAddressVal",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableIpAddressVal",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableIpAddressVal": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableIpAddressVal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableOidVal": {
      "get": {
        "summary": "Get nlmLogVariableOidVal",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableOidVal",
        "tags": [
          "NOTIFICATION-LOG-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": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableOidVal": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableOidVal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableCounter64Val": {
      "get": {
        "summary": "Get nlmLogVariableCounter64Val",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableCounter64Val",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableCounter64Val": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableCounter64Val from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB/nlmLogVariableTable/nlmLogVariableEntry/nlmLogVariableOpaqueVal": {
      "get": {
        "summary": "Get nlmLogVariableOpaqueVal",
        "operationId": "get-NOTIFICATION-LOG-MIB:NOTIFICATION-LOG-MIB-nlmLogVariableTable-nlmLogVariableEntry-nlmLogVariableOpaqueVal",
        "tags": [
          "NOTIFICATION-LOG-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "NOTIFICATION-LOG-MIB:nlmLogVariableOpaqueVal": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlmLogVariableOpaqueVal 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": []
    }
  ]
}
