{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-CONFIG-COPY-MIB",
    "description": "MIB data from `CISCO-CONFIG-COPY-MIB` module.\n\n**Root containers:** 1 (CISCO-CONFIG-COPY-MIB)\n**Paths:** 43 | **Descendants:** 42\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-CONFIG-COPY-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-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB": {
      "get": {
        "summary": "Get CISCO-CONFIG-COPY-MIB",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyTable": {
                      "type": "object",
                      "properties": {
                        "ccCopyEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ccCopyIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ccCopyProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ccCopySourceFileType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ccCopyDestFileType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ccCopyFileName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ccCopyUserName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ccCopyUserPassword": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ccCopyNotificationOnCompletion": {
                                "type": "boolean",
                                "example": true
                              },
                              "ccCopyState": {
                                "type": "string",
                                "example": "active"
                              },
                              "ccCopyTimeStarted": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "ccCopyTimeCompleted": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "ccCopyFailCause": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ccCopyEntryRowStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ccCopyServerAddressType": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "ccCopyServerAddressRev1": {
                                "type": "string",
                                "example": "10.1.1.1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ccCopyErrorTable": {
                      "type": "object",
                      "properties": {
                        "ccCopyErrorEntry": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ccCopyErrorIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 0
                            },
                            "ccCopyErrorDeviceIpAddressType": {
                              "type": "string",
                              "example": "0"
                            },
                            "ccCopyErrorDeviceIpAddress": {
                              "type": "string",
                              "example": "0"
                            },
                            "ccCopyErrorDeviceWWN": {
                              "type": "string",
                              "example": "0"
                            },
                            "ccCopyErrorDescription": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": 0
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ccCopyFileName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ccCopyState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ccCopyTimeStarted": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ccCopyTimeCompleted": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "ccCopyIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ccCopyFailCause": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": 0
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB": {
                    "ccCopyTable": {
                      "ccCopyEntry": [
                        {
                          "ccCopyIndex": 1,
                          "ccCopyProtocol": "configured-value",
                          "ccCopySourceFileType": "configured-value",
                          "ccCopyDestFileType": "configured-value",
                          "ccCopyFileName": "example-1",
                          "ccCopyUserName": "example-1",
                          "ccCopyUserPassword": "configured-value",
                          "ccCopyNotificationOnCompletion": true,
                          "ccCopyState": "active",
                          "ccCopyTimeStarted": "10:30:45",
                          "ccCopyTimeCompleted": "10:30:45",
                          "ccCopyFailCause": "configured-value",
                          "ccCopyEntryRowStatus": "active",
                          "ccCopyServerAddressType": "10.1.1.1",
                          "ccCopyServerAddressRev1": "10.1.1.1"
                        }
                      ]
                    },
                    "ccCopyErrorTable": {
                      "ccCopyErrorEntry": {
                        "ccCopyIndex": "configured-value",
                        "ccCopyErrorIndex": 0,
                        "ccCopyErrorDeviceIpAddressType": "0",
                        "ccCopyErrorDeviceIpAddress": "0",
                        "ccCopyErrorDeviceWWN": "0",
                        "ccCopyErrorDescription": "0"
                      },
                      "object-1": {
                        "ccCopyIndex": "configured-value"
                      },
                      "object-2": {
                        "ccCopyIndex": "configured-value",
                        "ccCopyFileName": "example-1"
                      },
                      "object-3": {
                        "ccCopyIndex": "configured-value",
                        "ccCopyState": "active"
                      },
                      "object-4": {
                        "ccCopyIndex": "configured-value",
                        "ccCopyTimeStarted": "10:30:45"
                      },
                      "object-5": {
                        "ccCopyIndex": "configured-value",
                        "ccCopyTimeCompleted": "10:30:45"
                      },
                      "object-6": {
                        "ccCopyIndex": "configured-value",
                        "ccCopyFailCause": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-CONFIG-COPY-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable": {
      "get": {
        "summary": "Get ccCopyTable",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ccCopyIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ccCopyProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ccCopySourceFileType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ccCopyDestFileType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ccCopyFileName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ccCopyUserName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ccCopyUserPassword": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ccCopyNotificationOnCompletion": {
                            "type": "boolean",
                            "example": true
                          },
                          "ccCopyState": {
                            "type": "string",
                            "example": "active"
                          },
                          "ccCopyTimeStarted": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "ccCopyTimeCompleted": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "ccCopyFailCause": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ccCopyEntryRowStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ccCopyServerAddressType": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "ccCopyServerAddressRev1": {
                            "type": "string",
                            "example": "10.1.1.1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyTable": {
                    "ccCopyEntry": [
                      {
                        "ccCopyIndex": 1,
                        "ccCopyProtocol": "configured-value",
                        "ccCopySourceFileType": "configured-value",
                        "ccCopyDestFileType": "configured-value",
                        "ccCopyFileName": "example-1",
                        "ccCopyUserName": "example-1",
                        "ccCopyUserPassword": "configured-value",
                        "ccCopyNotificationOnCompletion": true,
                        "ccCopyState": "active",
                        "ccCopyTimeStarted": "10:30:45",
                        "ccCopyTimeCompleted": "10:30:45",
                        "ccCopyFailCause": "configured-value",
                        "ccCopyEntryRowStatus": "active",
                        "ccCopyServerAddressType": "10.1.1.1",
                        "ccCopyServerAddressRev1": "10.1.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry": {
      "get": {
        "summary": "Get ccCopyEntry",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry",
        "tags": [
          "CISCO-CONFIG-COPY-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": {
                      "ccCopyIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ccCopyProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ccCopySourceFileType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ccCopyDestFileType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ccCopyFileName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ccCopyUserName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ccCopyUserPassword": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ccCopyNotificationOnCompletion": {
                        "type": "boolean",
                        "example": true
                      },
                      "ccCopyState": {
                        "type": "string",
                        "example": "active"
                      },
                      "ccCopyTimeStarted": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "ccCopyTimeCompleted": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "ccCopyFailCause": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ccCopyEntryRowStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ccCopyServerAddressType": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "ccCopyServerAddressRev1": {
                        "type": "string",
                        "example": "10.1.1.1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyEntry": [
                    {
                      "ccCopyIndex": 1,
                      "ccCopyProtocol": "configured-value",
                      "ccCopySourceFileType": "configured-value",
                      "ccCopyDestFileType": "configured-value",
                      "ccCopyFileName": "example-1",
                      "ccCopyUserName": "example-1",
                      "ccCopyUserPassword": "configured-value",
                      "ccCopyNotificationOnCompletion": true,
                      "ccCopyState": "active",
                      "ccCopyTimeStarted": "10:30:45",
                      "ccCopyTimeCompleted": "10:30:45",
                      "ccCopyFailCause": "configured-value",
                      "ccCopyEntryRowStatus": "active",
                      "ccCopyServerAddressType": "10.1.1.1",
                      "ccCopyServerAddressRev1": "10.1.1.1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyProtocol": {
      "get": {
        "summary": "Get ccCopyProtocol",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyProtocol",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopySourceFileType": {
      "get": {
        "summary": "Get ccCopySourceFileType",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopySourceFileType",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopySourceFileType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopySourceFileType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyDestFileType": {
      "get": {
        "summary": "Get ccCopyDestFileType",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyDestFileType",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyDestFileType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyDestFileType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyFileName": {
      "get": {
        "summary": "Get ccCopyFileName",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyFileName",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyFileName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyFileName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyUserName": {
      "get": {
        "summary": "Get ccCopyUserName",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyUserName",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyUserName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyUserName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyUserPassword": {
      "get": {
        "summary": "Get ccCopyUserPassword",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyUserPassword",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyUserPassword": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyUserPassword from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyNotificationOnCompletion": {
      "get": {
        "summary": "Get ccCopyNotificationOnCompletion",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyNotificationOnCompletion",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyNotificationOnCompletion": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyNotificationOnCompletion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyState": {
      "get": {
        "summary": "Get ccCopyState",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyState",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyTimeStarted": {
      "get": {
        "summary": "Get ccCopyTimeStarted",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyTimeStarted",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyTimeStarted": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyTimeStarted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyTimeCompleted": {
      "get": {
        "summary": "Get ccCopyTimeCompleted",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyTimeCompleted",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyTimeCompleted": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyTimeCompleted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyFailCause": {
      "get": {
        "summary": "Get ccCopyFailCause",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyFailCause",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyFailCause": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyFailCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyEntryRowStatus": {
      "get": {
        "summary": "Get ccCopyEntryRowStatus",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyEntryRowStatus",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyEntryRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyEntryRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyServerAddressType": {
      "get": {
        "summary": "Get ccCopyServerAddressType",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyServerAddressType",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyServerAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyServerAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyTable/ccCopyEntry/ccCopyServerAddressRev1": {
      "get": {
        "summary": "Get ccCopyServerAddressRev1",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyTable-ccCopyEntry-ccCopyServerAddressRev1",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyServerAddressRev1": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyServerAddressRev1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable": {
      "get": {
        "summary": "Get ccCopyErrorTable",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyErrorEntry": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ccCopyErrorIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 0
                        },
                        "ccCopyErrorDeviceIpAddressType": {
                          "type": "string",
                          "example": "0"
                        },
                        "ccCopyErrorDeviceIpAddress": {
                          "type": "string",
                          "example": "0"
                        },
                        "ccCopyErrorDeviceWWN": {
                          "type": "string",
                          "example": "0"
                        },
                        "ccCopyErrorDescription": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": 0
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ccCopyFileName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ccCopyState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ccCopyTimeStarted": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ccCopyTimeCompleted": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "ccCopyIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ccCopyFailCause": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": 0
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorTable": {
                    "ccCopyErrorEntry": {
                      "ccCopyIndex": "configured-value",
                      "ccCopyErrorIndex": 0,
                      "ccCopyErrorDeviceIpAddressType": "0",
                      "ccCopyErrorDeviceIpAddress": "0",
                      "ccCopyErrorDeviceWWN": "0",
                      "ccCopyErrorDescription": "0"
                    },
                    "object-1": {
                      "ccCopyIndex": "configured-value"
                    },
                    "object-2": {
                      "ccCopyIndex": "configured-value",
                      "ccCopyFileName": "example-1"
                    },
                    "object-3": {
                      "ccCopyIndex": "configured-value",
                      "ccCopyState": "active"
                    },
                    "object-4": {
                      "ccCopyIndex": "configured-value",
                      "ccCopyTimeStarted": "10:30:45"
                    },
                    "object-5": {
                      "ccCopyIndex": "configured-value",
                      "ccCopyTimeCompleted": "10:30:45"
                    },
                    "object-6": {
                      "ccCopyIndex": "configured-value",
                      "ccCopyFailCause": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry": {
      "get": {
        "summary": "Get ccCopyErrorEntry",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ccCopyErrorIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 0
                    },
                    "ccCopyErrorDeviceIpAddressType": {
                      "type": "string",
                      "example": "0"
                    },
                    "ccCopyErrorDeviceIpAddress": {
                      "type": "string",
                      "example": "0"
                    },
                    "ccCopyErrorDeviceWWN": {
                      "type": "string",
                      "example": "0"
                    },
                    "ccCopyErrorDescription": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": 0
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorEntry": {
                    "ccCopyIndex": "configured-value",
                    "ccCopyErrorIndex": 0,
                    "ccCopyErrorDeviceIpAddressType": "0",
                    "ccCopyErrorDeviceIpAddress": "0",
                    "ccCopyErrorDeviceWWN": "0",
                    "ccCopyErrorDescription": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry/ccCopyErrorIndex": {
      "get": {
        "summary": "Get ccCopyErrorIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry-ccCopyErrorIndex",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 0
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorIndex": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry/ccCopyErrorDeviceIpAddressType": {
      "get": {
        "summary": "Get ccCopyErrorDeviceIpAddressType",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry-ccCopyErrorDeviceIpAddressType",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorDeviceIpAddressType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorDeviceIpAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry/ccCopyErrorDeviceIpAddress": {
      "get": {
        "summary": "Get ccCopyErrorDeviceIpAddress",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry-ccCopyErrorDeviceIpAddress",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorDeviceIpAddress": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorDeviceIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry/ccCopyErrorDeviceWWN": {
      "get": {
        "summary": "Get ccCopyErrorDeviceWWN",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry-ccCopyErrorDeviceWWN",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorDeviceWWN": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorDeviceWWN from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/ccCopyErrorEntry/ccCopyErrorDescription": {
      "get": {
        "summary": "Get ccCopyErrorDescription",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-ccCopyErrorEntry-ccCopyErrorDescription",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:ccCopyErrorDescription": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyErrorDescription from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-1",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:object-1": {
                    "ccCopyIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-1/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-1-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-2",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ccCopyFileName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:object-2": {
                    "ccCopyIndex": "configured-value",
                    "ccCopyFileName": "example-1"
                  }
                }
              }
            }
          },
          "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-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-2/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-2-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-2/ccCopyFileName": {
      "get": {
        "summary": "Get ccCopyFileName",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-2-ccCopyFileName",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyFileName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyFileName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-3",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ccCopyState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:object-3": {
                    "ccCopyIndex": "configured-value",
                    "ccCopyState": "active"
                  }
                }
              }
            }
          },
          "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-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-3/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-3-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-3/ccCopyState": {
      "get": {
        "summary": "Get ccCopyState",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-3-ccCopyState",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-4",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ccCopyTimeStarted": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:object-4": {
                    "ccCopyIndex": "configured-value",
                    "ccCopyTimeStarted": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-4/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-4-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-4/ccCopyTimeStarted": {
      "get": {
        "summary": "Get ccCopyTimeStarted",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-4-ccCopyTimeStarted",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyTimeStarted": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyTimeStarted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-5",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ccCopyTimeCompleted": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:object-5": {
                    "ccCopyIndex": "configured-value",
                    "ccCopyTimeCompleted": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-5/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-5-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-5/ccCopyTimeCompleted": {
      "get": {
        "summary": "Get ccCopyTimeCompleted",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-5-ccCopyTimeCompleted",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyTimeCompleted": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyTimeCompleted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-6",
        "tags": [
          "CISCO-CONFIG-COPY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ccCopyIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ccCopyFailCause": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CONFIG-COPY-MIB:object-6": {
                    "ccCopyIndex": "configured-value",
                    "ccCopyFailCause": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-6 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-6/ccCopyIndex": {
      "get": {
        "summary": "Get ccCopyIndex",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-6-ccCopyIndex",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB/ccCopyErrorTable/object-6/ccCopyFailCause": {
      "get": {
        "summary": "Get ccCopyFailCause",
        "operationId": "get-CISCO-CONFIG-COPY-MIB:CISCO-CONFIG-COPY-MIB-ccCopyErrorTable-object-6-ccCopyFailCause",
        "tags": [
          "CISCO-CONFIG-COPY-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-CONFIG-COPY-MIB:ccCopyFailCause": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ccCopyFailCause 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": []
    }
  ]
}
