{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IPSEC-POLICY-MAP-MIB",
    "description": "MIB data from `CISCO-IPSEC-POLICY-MAP-MIB` module.\n\n**Root containers:** 1 (CISCO-IPSEC-POLICY-MAP-MIB)\n**Paths:** 12 | **Descendants:** 11\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-POLICY-MAP-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-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB": {
      "get": {
        "summary": "Get CISCO-IPSEC-POLICY-MAP-MIB",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ikePolMapTable": {
                      "type": "object",
                      "properties": {
                        "ikePolMapEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ikePolMapTunIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "ikePolMapPolicyNum": {
                                "type": "integer",
                                "example": 10
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ipSecPolMapTable": {
                      "type": "object",
                      "properties": {
                        "ipSecPolMapEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ipSecPolMapTunIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "ipSecPolMapCryptoMapName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ipSecPolMapCryptoMapNum": {
                                "type": "integer",
                                "example": 10
                              },
                              "ipSecPolMapAclString": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ipSecPolMapAceString": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB": {
                    "ikePolMapTable": {
                      "ikePolMapEntry": [
                        {
                          "ikePolMapTunIndex": 1,
                          "ikePolMapPolicyNum": 10
                        }
                      ]
                    },
                    "ipSecPolMapTable": {
                      "ipSecPolMapEntry": [
                        {
                          "ipSecPolMapTunIndex": 1,
                          "ipSecPolMapCryptoMapName": "example-1",
                          "ipSecPolMapCryptoMapNum": 10,
                          "ipSecPolMapAclString": "configured-value",
                          "ipSecPolMapAceString": "configured-value"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IPSEC-POLICY-MAP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ikePolMapTable": {
      "get": {
        "summary": "Get ikePolMapTable",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ikePolMapTable",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ikePolMapEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ikePolMapTunIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "ikePolMapPolicyNum": {
                            "type": "integer",
                            "example": 10
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-POLICY-MAP-MIB:ikePolMapTable": {
                    "ikePolMapEntry": [
                      {
                        "ikePolMapTunIndex": 1,
                        "ikePolMapPolicyNum": 10
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ikePolMapTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ikePolMapTable/ikePolMapEntry": {
      "get": {
        "summary": "Get ikePolMapEntry",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ikePolMapTable-ikePolMapEntry",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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": {
                      "ikePolMapTunIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "ikePolMapPolicyNum": {
                        "type": "integer",
                        "example": 10
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-POLICY-MAP-MIB:ikePolMapEntry": [
                    {
                      "ikePolMapTunIndex": 1,
                      "ikePolMapPolicyNum": 10
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ikePolMapEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ikePolMapTable/ikePolMapEntry/ikePolMapTunIndex": {
      "get": {
        "summary": "Get ikePolMapTunIndex",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ikePolMapTable-ikePolMapEntry-ikePolMapTunIndex",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ikePolMapTunIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ikePolMapTunIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ikePolMapTable/ikePolMapEntry/ikePolMapPolicyNum": {
      "get": {
        "summary": "Get ikePolMapPolicyNum",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ikePolMapTable-ikePolMapEntry-ikePolMapPolicyNum",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ikePolMapPolicyNum": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ikePolMapPolicyNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable": {
      "get": {
        "summary": "Get ipSecPolMapTable",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipSecPolMapEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipSecPolMapTunIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "ipSecPolMapCryptoMapName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ipSecPolMapCryptoMapNum": {
                            "type": "integer",
                            "example": 10
                          },
                          "ipSecPolMapAclString": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ipSecPolMapAceString": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-POLICY-MAP-MIB:ipSecPolMapTable": {
                    "ipSecPolMapEntry": [
                      {
                        "ipSecPolMapTunIndex": 1,
                        "ipSecPolMapCryptoMapName": "example-1",
                        "ipSecPolMapCryptoMapNum": 10,
                        "ipSecPolMapAclString": "configured-value",
                        "ipSecPolMapAceString": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable/ipSecPolMapEntry": {
      "get": {
        "summary": "Get ipSecPolMapEntry",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable-ipSecPolMapEntry",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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": {
                      "ipSecPolMapTunIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "ipSecPolMapCryptoMapName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ipSecPolMapCryptoMapNum": {
                        "type": "integer",
                        "example": 10
                      },
                      "ipSecPolMapAclString": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ipSecPolMapAceString": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IPSEC-POLICY-MAP-MIB:ipSecPolMapEntry": [
                    {
                      "ipSecPolMapTunIndex": 1,
                      "ipSecPolMapCryptoMapName": "example-1",
                      "ipSecPolMapCryptoMapNum": 10,
                      "ipSecPolMapAclString": "configured-value",
                      "ipSecPolMapAceString": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable/ipSecPolMapEntry/ipSecPolMapTunIndex": {
      "get": {
        "summary": "Get ipSecPolMapTunIndex",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable-ipSecPolMapEntry-ipSecPolMapTunIndex",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ipSecPolMapTunIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapTunIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable/ipSecPolMapEntry/ipSecPolMapCryptoMapName": {
      "get": {
        "summary": "Get ipSecPolMapCryptoMapName",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable-ipSecPolMapEntry-ipSecPolMapCryptoMapName",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ipSecPolMapCryptoMapName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapCryptoMapName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable/ipSecPolMapEntry/ipSecPolMapCryptoMapNum": {
      "get": {
        "summary": "Get ipSecPolMapCryptoMapNum",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable-ipSecPolMapEntry-ipSecPolMapCryptoMapNum",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ipSecPolMapCryptoMapNum": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapCryptoMapNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable/ipSecPolMapEntry/ipSecPolMapAclString": {
      "get": {
        "summary": "Get ipSecPolMapAclString",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable-ipSecPolMapEntry-ipSecPolMapAclString",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ipSecPolMapAclString": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapAclString from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB/ipSecPolMapTable/ipSecPolMapEntry/ipSecPolMapAceString": {
      "get": {
        "summary": "Get ipSecPolMapAceString",
        "operationId": "get-CISCO-IPSEC-POLICY-MAP-MIB:CISCO-IPSEC-POLICY-MAP-MIB-ipSecPolMapTable-ipSecPolMapEntry-ipSecPolMapAceString",
        "tags": [
          "CISCO-IPSEC-POLICY-MAP-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-POLICY-MAP-MIB:ipSecPolMapAceString": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ipSecPolMapAceString 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": []
    }
  ]
}
