{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IPSEC-MIB",
    "description": "MIB data from `CISCO-IPSEC-MIB` module.\n\n**Root containers:** 1 (CISCO-IPSEC-MIB)\n**Paths:** 83 | **Descendants:** 96\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-IPSEC-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB": {
      "get": {
        "summary": "Get CISCO-IPSEC-MIB",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsIsakmpGroup": {
                      "type": "object",
                      "properties": {
                        "cipsIsakmpEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cipsIsakmpIdentity": {
                          "type": "string",
                          "example": "1"
                        },
                        "cipsIsakmpKeepaliveInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "cipsNumIsakmpPolicies": {
                          "type": "integer",
                          "example": 10
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsIPsecGlobals": {
                      "type": "object",
                      "properties": {
                        "cipsSALifetime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cipsSALifesize": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsNumStaticCryptomapSets": {
                          "type": "string",
                          "example": "10"
                        },
                        "cipsNumCETCryptomapSets": {
                          "type": "string",
                          "example": "10"
                        },
                        "cipsNumDynamicCryptomapSets": {
                          "type": "string",
                          "example": "10"
                        },
                        "cipsNumTEDCryptomapSets": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsIPsecStatistics": {
                      "type": "object",
                      "properties": {
                        "cipsNumTEDProbesReceived": {
                          "type": "string",
                          "example": "10"
                        },
                        "cipsNumTEDProbesSent": {
                          "type": "string",
                          "example": "10"
                        },
                        "cipsNumTEDFailures": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsSysCapacityGroup": {
                      "type": "object",
                      "properties": {
                        "cipsMaxSAs": {
                          "type": "integer",
                          "example": 1
                        },
                        "cips3DesCapable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsTrapCntlGroup": {
                      "type": "object",
                      "properties": {
                        "cipsCntlIsakmpPolicyAdded": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsCntlIsakmpPolicyDeleted": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsCntlCryptomapAdded": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsCntlCryptomapDeleted": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsCntlCryptomapSetAttached": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsCntlCryptomapSetDetached": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsCntlTooManySAs": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsIsakmpPolicyTable": {
                      "type": "object",
                      "properties": {
                        "cipsIsakmpPolicyEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cipsIsakmpPolPriority": {
                                "type": "integer",
                                "example": 1
                              },
                              "cipsIsakmpPolEncr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cipsIsakmpPolHash": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cipsIsakmpPolAuth": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cipsIsakmpPolGroup": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cipsIsakmpPolLifetime": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapSetTable": {
                      "type": "object",
                      "properties": {
                        "cipsStaticCryptomapSetEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cipsStaticCryptomapSetName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cipsStaticCryptomapSetSize": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cipsStaticCryptomapSetNumIsakmp": {
                                "type": "string",
                                "example": "10"
                              },
                              "cipsStaticCryptomapSetNumManual": {
                                "type": "string",
                                "example": "10"
                              },
                              "cipsStaticCryptomapSetNumCET": {
                                "type": "string",
                                "example": "10"
                              },
                              "cipsStaticCryptomapSetNumDynamic": {
                                "type": "string",
                                "example": "10"
                              },
                              "cipsStaticCryptomapSetNumDisc": {
                                "type": "string",
                                "example": "10"
                              },
                              "cipsStaticCryptomapSetNumSAs": {
                                "type": "string",
                                "example": "10"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsDynamicCryptomapSetTable": {
                      "type": "object",
                      "properties": {
                        "cipsDynamicCryptomapSetEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cipsDynamicCryptomapSetName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cipsDynamicCryptomapSetSize": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cipsDynamicCryptomapSetNumAssoc": {
                                "type": "string",
                                "example": "10"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapTable": {
                      "type": "object",
                      "properties": {
                        "cipsStaticCryptomapEntry": {
                          "type": "object",
                          "properties": {
                            "cipsStaticCryptomapSetName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cipsStaticCryptomapPriority": {
                              "type": "integer",
                              "example": 1
                            },
                            "cipsStaticCryptomapType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cipsStaticCryptomapDescr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cipsStaticCryptomapPeer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cipsStaticCryptomapNumPeers": {
                              "type": "integer",
                              "example": 10
                            },
                            "cipsStaticCryptomapPfs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cipsStaticCryptomapLifetime": {
                              "type": "integer",
                              "example": 1
                            },
                            "cipsStaticCryptomapLifesize": {
                              "type": "integer",
                              "example": 1
                            },
                            "cipsStaticCryptomapLevelHost": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cipsCryptomapSetIfTable": {
                      "type": "object",
                      "properties": {
                        "cipsCryptomapSetIfEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cipsStaticCryptomapSetName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cipsCryptomapSetIfVirtual": {
                              "type": "boolean",
                              "example": true
                            },
                            "cipsCryptomapSetIfStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cipsMaxSAs": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cipsStaticCryptomapSetName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cipsStaticCryptomapSetNumIsakmp": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cipsStaticCryptomapSetName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cipsStaticCryptomapSetNumDynamic": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:CISCO-IPSEC-MIB": {
                    "cipsIsakmpGroup": {
                      "cipsIsakmpEnabled": true,
                      "cipsIsakmpIdentity": "1",
                      "cipsIsakmpKeepaliveInterval": 1,
                      "cipsNumIsakmpPolicies": 10
                    },
                    "cipsIPsecGlobals": {
                      "cipsSALifetime": "10:30:45",
                      "cipsSALifesize": "configured-value",
                      "cipsNumStaticCryptomapSets": "10",
                      "cipsNumCETCryptomapSets": "10",
                      "cipsNumDynamicCryptomapSets": "10",
                      "cipsNumTEDCryptomapSets": "10"
                    },
                    "cipsIPsecStatistics": {
                      "cipsNumTEDProbesReceived": "10",
                      "cipsNumTEDProbesSent": "10",
                      "cipsNumTEDFailures": "10"
                    },
                    "cipsSysCapacityGroup": {
                      "cipsMaxSAs": 1,
                      "cips3DesCapable": true
                    },
                    "cipsTrapCntlGroup": {
                      "cipsCntlIsakmpPolicyAdded": "configured-value",
                      "cipsCntlIsakmpPolicyDeleted": "configured-value",
                      "cipsCntlCryptomapAdded": "configured-value",
                      "cipsCntlCryptomapDeleted": "configured-value",
                      "cipsCntlCryptomapSetAttached": "configured-value",
                      "cipsCntlCryptomapSetDetached": "configured-value",
                      "cipsCntlTooManySAs": "configured-value"
                    },
                    "cipsIsakmpPolicyTable": {
                      "cipsIsakmpPolicyEntry": [
                        {
                          "cipsIsakmpPolPriority": 1,
                          "cipsIsakmpPolEncr": "configured-value",
                          "cipsIsakmpPolHash": "configured-value",
                          "cipsIsakmpPolAuth": "configured-value",
                          "cipsIsakmpPolGroup": "configured-value",
                          "cipsIsakmpPolLifetime": 1
                        }
                      ]
                    },
                    "cipsStaticCryptomapSetTable": {
                      "cipsStaticCryptomapSetEntry": [
                        {
                          "cipsStaticCryptomapSetName": "example-1",
                          "cipsStaticCryptomapSetSize": "configured-value",
                          "cipsStaticCryptomapSetNumIsakmp": "10",
                          "cipsStaticCryptomapSetNumManual": "10",
                          "cipsStaticCryptomapSetNumCET": "10",
                          "cipsStaticCryptomapSetNumDynamic": "10",
                          "cipsStaticCryptomapSetNumDisc": "10",
                          "cipsStaticCryptomapSetNumSAs": "10"
                        }
                      ]
                    },
                    "cipsDynamicCryptomapSetTable": {
                      "cipsDynamicCryptomapSetEntry": [
                        {
                          "cipsDynamicCryptomapSetName": "example-1",
                          "cipsDynamicCryptomapSetSize": "configured-value",
                          "cipsDynamicCryptomapSetNumAssoc": "10"
                        }
                      ]
                    },
                    "cipsStaticCryptomapTable": {
                      "cipsStaticCryptomapEntry": {
                        "cipsStaticCryptomapSetName": "example-1",
                        "cipsStaticCryptomapPriority": 1,
                        "cipsStaticCryptomapType": "configured-value",
                        "cipsStaticCryptomapDescr": "configured-value",
                        "cipsStaticCryptomapPeer": "configured-value",
                        "cipsStaticCryptomapNumPeers": 10,
                        "cipsStaticCryptomapPfs": "configured-value",
                        "cipsStaticCryptomapLifetime": 1,
                        "cipsStaticCryptomapLifesize": 1,
                        "cipsStaticCryptomapLevelHost": true
                      }
                    },
                    "cipsCryptomapSetIfTable": {
                      "cipsCryptomapSetIfEntry": {
                        "ifIndex": "configured-value",
                        "cipsStaticCryptomapSetName": "example-1",
                        "cipsCryptomapSetIfVirtual": true,
                        "cipsCryptomapSetIfStatus": "active"
                      },
                      "object-1": {
                        "cipsMaxSAs": "configured-value"
                      },
                      "object-2": {
                        "cipsStaticCryptomapSetName": "example-1",
                        "cipsStaticCryptomapSetNumIsakmp": "10"
                      },
                      "object-3": {
                        "cipsStaticCryptomapSetName": "example-1",
                        "cipsStaticCryptomapSetNumDynamic": "10"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IPSEC-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpGroup": {
      "get": {
        "summary": "Get cipsIsakmpGroup",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpGroup",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsIsakmpEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cipsIsakmpIdentity": {
                      "type": "string",
                      "example": "1"
                    },
                    "cipsIsakmpKeepaliveInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "cipsNumIsakmpPolicies": {
                      "type": "integer",
                      "example": 10
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpGroup": {
                    "cipsIsakmpEnabled": true,
                    "cipsIsakmpIdentity": "1",
                    "cipsIsakmpKeepaliveInterval": 1,
                    "cipsNumIsakmpPolicies": 10
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpGroup/cipsIsakmpEnabled": {
      "get": {
        "summary": "Get cipsIsakmpEnabled",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpGroup-cipsIsakmpEnabled",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpGroup/cipsIsakmpIdentity": {
      "get": {
        "summary": "Get cipsIsakmpIdentity",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpGroup-cipsIsakmpIdentity",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpIdentity": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpIdentity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpGroup/cipsIsakmpKeepaliveInterval": {
      "get": {
        "summary": "Get cipsIsakmpKeepaliveInterval",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpGroup-cipsIsakmpKeepaliveInterval",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpKeepaliveInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpKeepaliveInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpGroup/cipsNumIsakmpPolicies": {
      "get": {
        "summary": "Get cipsNumIsakmpPolicies",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpGroup-cipsNumIsakmpPolicies",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsNumIsakmpPolicies": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumIsakmpPolicies from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals": {
      "get": {
        "summary": "Get cipsIPsecGlobals",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsSALifetime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cipsSALifesize": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsNumStaticCryptomapSets": {
                      "type": "string",
                      "example": "10"
                    },
                    "cipsNumCETCryptomapSets": {
                      "type": "string",
                      "example": "10"
                    },
                    "cipsNumDynamicCryptomapSets": {
                      "type": "string",
                      "example": "10"
                    },
                    "cipsNumTEDCryptomapSets": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIPsecGlobals": {
                    "cipsSALifetime": "10:30:45",
                    "cipsSALifesize": "configured-value",
                    "cipsNumStaticCryptomapSets": "10",
                    "cipsNumCETCryptomapSets": "10",
                    "cipsNumDynamicCryptomapSets": "10",
                    "cipsNumTEDCryptomapSets": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIPsecGlobals from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals/cipsSALifetime": {
      "get": {
        "summary": "Get cipsSALifetime",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals-cipsSALifetime",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsSALifetime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsSALifetime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals/cipsSALifesize": {
      "get": {
        "summary": "Get cipsSALifesize",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals-cipsSALifesize",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsSALifesize": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsSALifesize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals/cipsNumStaticCryptomapSets": {
      "get": {
        "summary": "Get cipsNumStaticCryptomapSets",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals-cipsNumStaticCryptomapSets",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumStaticCryptomapSets": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumStaticCryptomapSets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals/cipsNumCETCryptomapSets": {
      "get": {
        "summary": "Get cipsNumCETCryptomapSets",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals-cipsNumCETCryptomapSets",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumCETCryptomapSets": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumCETCryptomapSets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals/cipsNumDynamicCryptomapSets": {
      "get": {
        "summary": "Get cipsNumDynamicCryptomapSets",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals-cipsNumDynamicCryptomapSets",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumDynamicCryptomapSets": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumDynamicCryptomapSets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecGlobals/cipsNumTEDCryptomapSets": {
      "get": {
        "summary": "Get cipsNumTEDCryptomapSets",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecGlobals-cipsNumTEDCryptomapSets",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumTEDCryptomapSets": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumTEDCryptomapSets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecStatistics": {
      "get": {
        "summary": "Get cipsIPsecStatistics",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecStatistics",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsNumTEDProbesReceived": {
                      "type": "string",
                      "example": "10"
                    },
                    "cipsNumTEDProbesSent": {
                      "type": "string",
                      "example": "10"
                    },
                    "cipsNumTEDFailures": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIPsecStatistics": {
                    "cipsNumTEDProbesReceived": "10",
                    "cipsNumTEDProbesSent": "10",
                    "cipsNumTEDFailures": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIPsecStatistics from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecStatistics/cipsNumTEDProbesReceived": {
      "get": {
        "summary": "Get cipsNumTEDProbesReceived",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecStatistics-cipsNumTEDProbesReceived",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumTEDProbesReceived": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumTEDProbesReceived from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecStatistics/cipsNumTEDProbesSent": {
      "get": {
        "summary": "Get cipsNumTEDProbesSent",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecStatistics-cipsNumTEDProbesSent",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumTEDProbesSent": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumTEDProbesSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIPsecStatistics/cipsNumTEDFailures": {
      "get": {
        "summary": "Get cipsNumTEDFailures",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIPsecStatistics-cipsNumTEDFailures",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumTEDFailures": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumTEDFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsSysCapacityGroup": {
      "get": {
        "summary": "Get cipsSysCapacityGroup",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsSysCapacityGroup",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsMaxSAs": {
                      "type": "integer",
                      "example": 1
                    },
                    "cips3DesCapable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsSysCapacityGroup": {
                    "cipsMaxSAs": 1,
                    "cips3DesCapable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsSysCapacityGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsSysCapacityGroup/cipsMaxSAs": {
      "get": {
        "summary": "Get cipsMaxSAs",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsSysCapacityGroup-cipsMaxSAs",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsMaxSAs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsMaxSAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsSysCapacityGroup/cips3DesCapable": {
      "get": {
        "summary": "Get cips3DesCapable",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsSysCapacityGroup-cips3DesCapable",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-IPSEC-MIB:cips3DesCapable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cips3DesCapable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup": {
      "get": {
        "summary": "Get cipsTrapCntlGroup",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsCntlIsakmpPolicyAdded": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsCntlIsakmpPolicyDeleted": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsCntlCryptomapAdded": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsCntlCryptomapDeleted": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsCntlCryptomapSetAttached": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsCntlCryptomapSetDetached": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsCntlTooManySAs": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsTrapCntlGroup": {
                    "cipsCntlIsakmpPolicyAdded": "configured-value",
                    "cipsCntlIsakmpPolicyDeleted": "configured-value",
                    "cipsCntlCryptomapAdded": "configured-value",
                    "cipsCntlCryptomapDeleted": "configured-value",
                    "cipsCntlCryptomapSetAttached": "configured-value",
                    "cipsCntlCryptomapSetDetached": "configured-value",
                    "cipsCntlTooManySAs": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsTrapCntlGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlIsakmpPolicyAdded": {
      "get": {
        "summary": "Get cipsCntlIsakmpPolicyAdded",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlIsakmpPolicyAdded",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlIsakmpPolicyAdded": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlIsakmpPolicyAdded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlIsakmpPolicyDeleted": {
      "get": {
        "summary": "Get cipsCntlIsakmpPolicyDeleted",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlIsakmpPolicyDeleted",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlIsakmpPolicyDeleted": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlIsakmpPolicyDeleted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlCryptomapAdded": {
      "get": {
        "summary": "Get cipsCntlCryptomapAdded",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlCryptomapAdded",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlCryptomapAdded": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlCryptomapAdded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlCryptomapDeleted": {
      "get": {
        "summary": "Get cipsCntlCryptomapDeleted",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlCryptomapDeleted",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlCryptomapDeleted": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlCryptomapDeleted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlCryptomapSetAttached": {
      "get": {
        "summary": "Get cipsCntlCryptomapSetAttached",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlCryptomapSetAttached",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlCryptomapSetAttached": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlCryptomapSetAttached from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlCryptomapSetDetached": {
      "get": {
        "summary": "Get cipsCntlCryptomapSetDetached",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlCryptomapSetDetached",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlCryptomapSetDetached": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlCryptomapSetDetached from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsTrapCntlGroup/cipsCntlTooManySAs": {
      "get": {
        "summary": "Get cipsCntlTooManySAs",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsTrapCntlGroup-cipsCntlTooManySAs",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCntlTooManySAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCntlTooManySAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable": {
      "get": {
        "summary": "Get cipsIsakmpPolicyTable",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsIsakmpPolicyEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cipsIsakmpPolPriority": {
                            "type": "integer",
                            "example": 1
                          },
                          "cipsIsakmpPolEncr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cipsIsakmpPolHash": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cipsIsakmpPolAuth": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cipsIsakmpPolGroup": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cipsIsakmpPolLifetime": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolicyTable": {
                    "cipsIsakmpPolicyEntry": [
                      {
                        "cipsIsakmpPolPriority": 1,
                        "cipsIsakmpPolEncr": "configured-value",
                        "cipsIsakmpPolHash": "configured-value",
                        "cipsIsakmpPolAuth": "configured-value",
                        "cipsIsakmpPolGroup": "configured-value",
                        "cipsIsakmpPolLifetime": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolicyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry": {
      "get": {
        "summary": "Get cipsIsakmpPolicyEntry",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry",
        "tags": [
          "CISCO-IPSEC-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": {
                      "cipsIsakmpPolPriority": {
                        "type": "integer",
                        "example": 1
                      },
                      "cipsIsakmpPolEncr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cipsIsakmpPolHash": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cipsIsakmpPolAuth": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cipsIsakmpPolGroup": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cipsIsakmpPolLifetime": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolicyEntry": [
                    {
                      "cipsIsakmpPolPriority": 1,
                      "cipsIsakmpPolEncr": "configured-value",
                      "cipsIsakmpPolHash": "configured-value",
                      "cipsIsakmpPolAuth": "configured-value",
                      "cipsIsakmpPolGroup": "configured-value",
                      "cipsIsakmpPolLifetime": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolicyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry/cipsIsakmpPolPriority": {
      "get": {
        "summary": "Get cipsIsakmpPolPriority",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry-cipsIsakmpPolPriority",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry/cipsIsakmpPolEncr": {
      "get": {
        "summary": "Get cipsIsakmpPolEncr",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry-cipsIsakmpPolEncr",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolEncr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolEncr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry/cipsIsakmpPolHash": {
      "get": {
        "summary": "Get cipsIsakmpPolHash",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry-cipsIsakmpPolHash",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolHash": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolHash from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry/cipsIsakmpPolAuth": {
      "get": {
        "summary": "Get cipsIsakmpPolAuth",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry-cipsIsakmpPolAuth",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolAuth": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolAuth from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry/cipsIsakmpPolGroup": {
      "get": {
        "summary": "Get cipsIsakmpPolGroup",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry-cipsIsakmpPolGroup",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolGroup": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsIsakmpPolicyTable/cipsIsakmpPolicyEntry/cipsIsakmpPolLifetime": {
      "get": {
        "summary": "Get cipsIsakmpPolLifetime",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsIsakmpPolicyTable-cipsIsakmpPolicyEntry-cipsIsakmpPolLifetime",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsIsakmpPolLifetime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsIsakmpPolLifetime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetTable",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsStaticCryptomapSetEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cipsStaticCryptomapSetName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cipsStaticCryptomapSetSize": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cipsStaticCryptomapSetNumIsakmp": {
                            "type": "string",
                            "example": "10"
                          },
                          "cipsStaticCryptomapSetNumManual": {
                            "type": "string",
                            "example": "10"
                          },
                          "cipsStaticCryptomapSetNumCET": {
                            "type": "string",
                            "example": "10"
                          },
                          "cipsStaticCryptomapSetNumDynamic": {
                            "type": "string",
                            "example": "10"
                          },
                          "cipsStaticCryptomapSetNumDisc": {
                            "type": "string",
                            "example": "10"
                          },
                          "cipsStaticCryptomapSetNumSAs": {
                            "type": "string",
                            "example": "10"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetTable": {
                    "cipsStaticCryptomapSetEntry": [
                      {
                        "cipsStaticCryptomapSetName": "example-1",
                        "cipsStaticCryptomapSetSize": "configured-value",
                        "cipsStaticCryptomapSetNumIsakmp": "10",
                        "cipsStaticCryptomapSetNumManual": "10",
                        "cipsStaticCryptomapSetNumCET": "10",
                        "cipsStaticCryptomapSetNumDynamic": "10",
                        "cipsStaticCryptomapSetNumDisc": "10",
                        "cipsStaticCryptomapSetNumSAs": "10"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetEntry",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry",
        "tags": [
          "CISCO-IPSEC-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": {
                      "cipsStaticCryptomapSetName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cipsStaticCryptomapSetSize": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cipsStaticCryptomapSetNumIsakmp": {
                        "type": "string",
                        "example": "10"
                      },
                      "cipsStaticCryptomapSetNumManual": {
                        "type": "string",
                        "example": "10"
                      },
                      "cipsStaticCryptomapSetNumCET": {
                        "type": "string",
                        "example": "10"
                      },
                      "cipsStaticCryptomapSetNumDynamic": {
                        "type": "string",
                        "example": "10"
                      },
                      "cipsStaticCryptomapSetNumDisc": {
                        "type": "string",
                        "example": "10"
                      },
                      "cipsStaticCryptomapSetNumSAs": {
                        "type": "string",
                        "example": "10"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetEntry": [
                    {
                      "cipsStaticCryptomapSetName": "example-1",
                      "cipsStaticCryptomapSetSize": "configured-value",
                      "cipsStaticCryptomapSetNumIsakmp": "10",
                      "cipsStaticCryptomapSetNumManual": "10",
                      "cipsStaticCryptomapSetNumCET": "10",
                      "cipsStaticCryptomapSetNumDynamic": "10",
                      "cipsStaticCryptomapSetNumDisc": "10",
                      "cipsStaticCryptomapSetNumSAs": "10"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetSize": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetSize",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetSize",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetSize": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumIsakmp": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumIsakmp",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetNumIsakmp",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumIsakmp": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumIsakmp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumManual": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumManual",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetNumManual",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumManual": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumManual from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumCET": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumCET",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetNumCET",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumCET": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumCET from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumDynamic": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumDynamic",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetNumDynamic",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumDynamic": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumDynamic from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumDisc": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumDisc",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetNumDisc",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumDisc": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumDisc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumSAs": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumSAs",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapSetTable-cipsStaticCryptomapSetEntry-cipsStaticCryptomapSetNumSAs",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumSAs": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumSAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsDynamicCryptomapSetTable": {
      "get": {
        "summary": "Get cipsDynamicCryptomapSetTable",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsDynamicCryptomapSetTable",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsDynamicCryptomapSetEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cipsDynamicCryptomapSetName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cipsDynamicCryptomapSetSize": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cipsDynamicCryptomapSetNumAssoc": {
                            "type": "string",
                            "example": "10"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsDynamicCryptomapSetTable": {
                    "cipsDynamicCryptomapSetEntry": [
                      {
                        "cipsDynamicCryptomapSetName": "example-1",
                        "cipsDynamicCryptomapSetSize": "configured-value",
                        "cipsDynamicCryptomapSetNumAssoc": "10"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsDynamicCryptomapSetTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsDynamicCryptomapSetTable/cipsDynamicCryptomapSetEntry": {
      "get": {
        "summary": "Get cipsDynamicCryptomapSetEntry",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsDynamicCryptomapSetTable-cipsDynamicCryptomapSetEntry",
        "tags": [
          "CISCO-IPSEC-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": {
                      "cipsDynamicCryptomapSetName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cipsDynamicCryptomapSetSize": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cipsDynamicCryptomapSetNumAssoc": {
                        "type": "string",
                        "example": "10"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsDynamicCryptomapSetEntry": [
                    {
                      "cipsDynamicCryptomapSetName": "example-1",
                      "cipsDynamicCryptomapSetSize": "configured-value",
                      "cipsDynamicCryptomapSetNumAssoc": "10"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsDynamicCryptomapSetEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsDynamicCryptomapSetTable/cipsDynamicCryptomapSetEntry/cipsDynamicCryptomapSetName": {
      "get": {
        "summary": "Get cipsDynamicCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsDynamicCryptomapSetTable-cipsDynamicCryptomapSetEntry-cipsDynamicCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsDynamicCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsDynamicCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsDynamicCryptomapSetTable/cipsDynamicCryptomapSetEntry/cipsDynamicCryptomapSetSize": {
      "get": {
        "summary": "Get cipsDynamicCryptomapSetSize",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsDynamicCryptomapSetTable-cipsDynamicCryptomapSetEntry-cipsDynamicCryptomapSetSize",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsDynamicCryptomapSetSize": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsDynamicCryptomapSetSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsDynamicCryptomapSetTable/cipsDynamicCryptomapSetEntry/cipsDynamicCryptomapSetNumAssoc": {
      "get": {
        "summary": "Get cipsDynamicCryptomapSetNumAssoc",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsDynamicCryptomapSetTable-cipsDynamicCryptomapSetEntry-cipsDynamicCryptomapSetNumAssoc",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsDynamicCryptomapSetNumAssoc": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsDynamicCryptomapSetNumAssoc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable": {
      "get": {
        "summary": "Get cipsStaticCryptomapTable",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsStaticCryptomapEntry": {
                      "type": "object",
                      "properties": {
                        "cipsStaticCryptomapSetName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cipsStaticCryptomapPriority": {
                          "type": "integer",
                          "example": 1
                        },
                        "cipsStaticCryptomapType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsStaticCryptomapDescr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsStaticCryptomapPeer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsStaticCryptomapNumPeers": {
                          "type": "integer",
                          "example": 10
                        },
                        "cipsStaticCryptomapPfs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsStaticCryptomapLifetime": {
                          "type": "integer",
                          "example": 1
                        },
                        "cipsStaticCryptomapLifesize": {
                          "type": "integer",
                          "example": 1
                        },
                        "cipsStaticCryptomapLevelHost": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapTable": {
                    "cipsStaticCryptomapEntry": {
                      "cipsStaticCryptomapSetName": "example-1",
                      "cipsStaticCryptomapPriority": 1,
                      "cipsStaticCryptomapType": "configured-value",
                      "cipsStaticCryptomapDescr": "configured-value",
                      "cipsStaticCryptomapPeer": "configured-value",
                      "cipsStaticCryptomapNumPeers": 10,
                      "cipsStaticCryptomapPfs": "configured-value",
                      "cipsStaticCryptomapLifetime": 1,
                      "cipsStaticCryptomapLifesize": 1,
                      "cipsStaticCryptomapLevelHost": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry": {
      "get": {
        "summary": "Get cipsStaticCryptomapEntry",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsStaticCryptomapSetName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cipsStaticCryptomapPriority": {
                      "type": "integer",
                      "example": 1
                    },
                    "cipsStaticCryptomapType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapDescr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapPeer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapNumPeers": {
                      "type": "integer",
                      "example": 10
                    },
                    "cipsStaticCryptomapPfs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapLifetime": {
                      "type": "integer",
                      "example": 1
                    },
                    "cipsStaticCryptomapLifesize": {
                      "type": "integer",
                      "example": 1
                    },
                    "cipsStaticCryptomapLevelHost": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapEntry": {
                    "cipsStaticCryptomapSetName": "example-1",
                    "cipsStaticCryptomapPriority": 1,
                    "cipsStaticCryptomapType": "configured-value",
                    "cipsStaticCryptomapDescr": "configured-value",
                    "cipsStaticCryptomapPeer": "configured-value",
                    "cipsStaticCryptomapNumPeers": 10,
                    "cipsStaticCryptomapPfs": "configured-value",
                    "cipsStaticCryptomapLifetime": 1,
                    "cipsStaticCryptomapLifesize": 1,
                    "cipsStaticCryptomapLevelHost": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapSetName": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapPriority": {
      "get": {
        "summary": "Get cipsStaticCryptomapPriority",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapPriority",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapType": {
      "get": {
        "summary": "Get cipsStaticCryptomapType",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapType",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapDescr": {
      "get": {
        "summary": "Get cipsStaticCryptomapDescr",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapDescr",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapPeer": {
      "get": {
        "summary": "Get cipsStaticCryptomapPeer",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapPeer",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapPeer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapNumPeers": {
      "get": {
        "summary": "Get cipsStaticCryptomapNumPeers",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapNumPeers",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapNumPeers": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapNumPeers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapPfs": {
      "get": {
        "summary": "Get cipsStaticCryptomapPfs",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapPfs",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapPfs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapPfs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapLifetime": {
      "get": {
        "summary": "Get cipsStaticCryptomapLifetime",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapLifetime",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapLifetime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapLifetime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapLifesize": {
      "get": {
        "summary": "Get cipsStaticCryptomapLifesize",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapLifesize",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapLifesize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapLifesize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapLevelHost": {
      "get": {
        "summary": "Get cipsStaticCryptomapLevelHost",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsStaticCryptomapTable-cipsStaticCryptomapEntry-cipsStaticCryptomapLevelHost",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapLevelHost": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapLevelHost from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable": {
      "get": {
        "summary": "Get cipsCryptomapSetIfTable",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsCryptomapSetIfEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cipsStaticCryptomapSetName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cipsCryptomapSetIfVirtual": {
                          "type": "boolean",
                          "example": true
                        },
                        "cipsCryptomapSetIfStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cipsMaxSAs": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cipsStaticCryptomapSetName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cipsStaticCryptomapSetNumIsakmp": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cipsStaticCryptomapSetName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cipsStaticCryptomapSetNumDynamic": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCryptomapSetIfTable": {
                    "cipsCryptomapSetIfEntry": {
                      "ifIndex": "configured-value",
                      "cipsStaticCryptomapSetName": "example-1",
                      "cipsCryptomapSetIfVirtual": true,
                      "cipsCryptomapSetIfStatus": "active"
                    },
                    "object-1": {
                      "cipsMaxSAs": "configured-value"
                    },
                    "object-2": {
                      "cipsStaticCryptomapSetName": "example-1",
                      "cipsStaticCryptomapSetNumIsakmp": "10"
                    },
                    "object-3": {
                      "cipsStaticCryptomapSetName": "example-1",
                      "cipsStaticCryptomapSetNumDynamic": "10"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCryptomapSetIfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/cipsCryptomapSetIfEntry": {
      "get": {
        "summary": "Get cipsCryptomapSetIfEntry",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-cipsCryptomapSetIfEntry",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cipsStaticCryptomapSetName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cipsCryptomapSetIfVirtual": {
                      "type": "boolean",
                      "example": true
                    },
                    "cipsCryptomapSetIfStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCryptomapSetIfEntry": {
                    "ifIndex": "configured-value",
                    "cipsStaticCryptomapSetName": "example-1",
                    "cipsCryptomapSetIfVirtual": true,
                    "cipsCryptomapSetIfStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCryptomapSetIfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/cipsCryptomapSetIfEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-cipsCryptomapSetIfEntry-ifIndex",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/cipsCryptomapSetIfEntry/cipsStaticCryptomapSetName": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-cipsCryptomapSetIfEntry-cipsStaticCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/cipsCryptomapSetIfEntry/cipsCryptomapSetIfVirtual": {
      "get": {
        "summary": "Get cipsCryptomapSetIfVirtual",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-cipsCryptomapSetIfEntry-cipsCryptomapSetIfVirtual",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCryptomapSetIfVirtual": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCryptomapSetIfVirtual from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/cipsCryptomapSetIfEntry/cipsCryptomapSetIfStatus": {
      "get": {
        "summary": "Get cipsCryptomapSetIfStatus",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-cipsCryptomapSetIfEntry-cipsCryptomapSetIfStatus",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsCryptomapSetIfStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsCryptomapSetIfStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsNumIsakmpPolicies": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:object-1": {
                    "cipsNumIsakmpPolicies": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1/cipsNumIsakmpPolicies": {
      "get": {
        "summary": "Get cipsNumIsakmpPolicies",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1-cipsNumIsakmpPolicies",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsNumIsakmpPolicies": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsNumIsakmpPolicies from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1/cipsStaticCryptomapSetName": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1-cipsStaticCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1/cipsStaticCryptomapPriority": {
      "get": {
        "summary": "Get cipsStaticCryptomapPriority",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1-cipsStaticCryptomapPriority",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapPriority": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1/cipsStaticCryptomapType": {
      "get": {
        "summary": "Get cipsStaticCryptomapType",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1-cipsStaticCryptomapType",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-2",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsStaticCryptomapSetName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cipsStaticCryptomapSetSize": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:object-2": {
                    "cipsStaticCryptomapSetName": "example-1",
                    "cipsStaticCryptomapSetSize": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-2/cipsStaticCryptomapSetName": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-2-cipsStaticCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-2/cipsStaticCryptomapSetSize": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetSize",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-2-cipsStaticCryptomapSetSize",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetSize": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1/cipsStaticCryptomapSetSize": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetSize",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1-cipsStaticCryptomapSetSize",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetSize": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-2/cipsStaticCryptomapSetNumIsakmp": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumIsakmp",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-2-cipsStaticCryptomapSetNumIsakmp",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumIsakmp": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumIsakmp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-3",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cipsStaticCryptomapSetName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cipsStaticCryptomapSetNumDynamic": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:object-3": {
                    "cipsStaticCryptomapSetName": "example-1",
                    "cipsStaticCryptomapSetNumDynamic": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-3/cipsStaticCryptomapSetName": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetName",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-3-cipsStaticCryptomapSetName",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-3/cipsStaticCryptomapSetNumDynamic": {
      "get": {
        "summary": "Get cipsStaticCryptomapSetNumDynamic",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-3-cipsStaticCryptomapSetNumDynamic",
        "tags": [
          "CISCO-IPSEC-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": {
                  "CISCO-IPSEC-MIB:cipsStaticCryptomapSetNumDynamic": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsStaticCryptomapSetNumDynamic from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-MIB:CISCO-IPSEC-MIB/cipsCryptomapSetIfTable/object-1/cipsMaxSAs": {
      "get": {
        "summary": "Get cipsMaxSAs",
        "operationId": "get-CISCO-IPSEC-MIB:CISCO-IPSEC-MIB-cipsCryptomapSetIfTable-object-1-cipsMaxSAs",
        "tags": [
          "CISCO-IPSEC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-MIB:cipsMaxSAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cipsMaxSAs 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": []
    }
  ]
}
