{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/containers/json": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersjson",
        "description": "The parameters and request body are for method: getContainersjson. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Id": {
                        "type": "string"
                      },
                      "Names": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "Image": {
                        "type": "string"
                      },
                      "ImageID": {
                        "type": "string"
                      },
                      "Command": {
                        "type": "string"
                      },
                      "Created": {
                        "type": "number"
                      },
                      "State": {
                        "type": "string"
                      },
                      "Status": {
                        "type": "string"
                      },
                      "Ports": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "PrivatePort": {
                              "type": "number"
                            },
                            "PublicPort": {
                              "type": "number"
                            },
                            "Type": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "Labels": {
                        "type": "object",
                        "properties": {
                          "com.example.vendor": {
                            "type": "string"
                          },
                          "com.example.license": {
                            "type": "string"
                          },
                          "com.example.version": {
                            "type": "string"
                          }
                        }
                      },
                      "SizeRw": {
                        "type": "number"
                      },
                      "SizeRootFs": {
                        "type": "number"
                      },
                      "HostConfig": {
                        "type": "object",
                        "properties": {
                          "NetworkMode": {
                            "type": "string"
                          }
                        }
                      },
                      "NetworkSettings": {
                        "type": "object",
                        "properties": {
                          "Networks": {
                            "type": "object",
                            "properties": {
                              "bridge": {
                                "type": "object",
                                "properties": {
                                  "NetworkID": {
                                    "type": "string"
                                  },
                                  "EndpointID": {
                                    "type": "string"
                                  },
                                  "Gateway": {
                                    "type": "string"
                                  },
                                  "IPAddress": {
                                    "type": "string"
                                  },
                                  "IPPrefixLen": {
                                    "type": "number"
                                  },
                                  "IPv6Gateway": {
                                    "type": "string"
                                  },
                                  "GlobalIPv6Address": {
                                    "type": "string"
                                  },
                                  "GlobalIPv6PrefixLen": {
                                    "type": "number"
                                  },
                                  "MacAddress": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "Mounts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "Name": {
                              "type": "string"
                            },
                            "Source": {
                              "type": "string"
                            },
                            "Destination": {
                              "type": "string"
                            },
                            "Driver": {
                              "type": "string"
                            },
                            "Mode": {
                              "type": "string"
                            },
                            "RW": {
                              "type": "boolean"
                            },
                            "Propagation": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Id": "8dfafdbc3a40",
                    "Names": [
                      "/boring_feynman"
                    ],
                    "Image": "ubuntu:latest",
                    "ImageID": "d74508fb6632491cea586a1fd7d748dfc5274cd6fdfedee309ecdcbc2bf5cb82",
                    "Command": "echo 1",
                    "Created": 1367854155,
                    "State": "Exited",
                    "Status": "Exit 0",
                    "Ports": [
                      {
                        "PrivatePort": 2222,
                        "PublicPort": 3333,
                        "Type": "tcp"
                      }
                    ],
                    "Labels": {
                      "com.example.vendor": "Acme",
                      "com.example.license": "GPL",
                      "com.example.version": "1.0"
                    },
                    "SizeRw": 12288,
                    "SizeRootFs": 0,
                    "HostConfig": {
                      "NetworkMode": "default"
                    },
                    "NetworkSettings": {
                      "Networks": {
                        "bridge": {
                          "NetworkID": "7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812",
                          "EndpointID": "2cdc4edb1ded3631c81f57966563e5c8525b81121bb3706a9a9a3ae102711f3f",
                          "Gateway": "172.17.0.1",
                          "IPAddress": "172.17.0.2",
                          "IPPrefixLen": 16,
                          "IPv6Gateway": "",
                          "GlobalIPv6Address": "",
                          "GlobalIPv6PrefixLen": 0,
                          "MacAddress": "02:42:ac:11:00:02"
                        }
                      }
                    },
                    "Mounts": [
                      {
                        "Name": "fac362...80535",
                        "Source": "/data",
                        "Destination": "/data",
                        "Driver": "local",
                        "Mode": "ro,Z",
                        "RW": false,
                        "Propagation": ""
                      }
                    ]
                  },
                  {
                    "Id": "9cd87474be90",
                    "Names": [
                      "/coolName"
                    ],
                    "Image": "ubuntu:latest",
                    "ImageID": "d74508fb6632491cea586a1fd7d748dfc5274cd6fdfedee309ecdcbc2bf5cb82",
                    "Command": "echo 222222",
                    "Created": 1367854155,
                    "State": "Exited",
                    "Status": "Exit 0",
                    "Ports": [],
                    "Labels": {},
                    "SizeRw": 12288,
                    "SizeRootFs": 0,
                    "HostConfig": {
                      "NetworkMode": "default"
                    },
                    "NetworkSettings": {
                      "Networks": {
                        "bridge": {
                          "NetworkID": "7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812",
                          "EndpointID": "88eaed7b37b38c2a3f0c4bc796494fdf51b270c2d22656412a2ca5d559a64d7a",
                          "Gateway": "172.17.0.1",
                          "IPAddress": "172.17.0.8",
                          "IPPrefixLen": 16,
                          "IPv6Gateway": "",
                          "GlobalIPv6Address": "",
                          "GlobalIPv6PrefixLen": 0,
                          "MacAddress": "02:42:ac:11:00:08"
                        }
                      }
                    },
                    "Mounts": []
                  },
                  {
                    "Id": "3176a2479c92",
                    "Names": [
                      "/sleepy_dog"
                    ],
                    "Image": "ubuntu:latest",
                    "ImageID": "d74508fb6632491cea586a1fd7d748dfc5274cd6fdfedee309ecdcbc2bf5cb82",
                    "Command": "echo 3333333333333333",
                    "Created": 1367854154,
                    "State": "Exited",
                    "Status": "Exit 0",
                    "Ports": [],
                    "Labels": {},
                    "SizeRw": 12288,
                    "SizeRootFs": 0,
                    "HostConfig": {
                      "NetworkMode": "default"
                    },
                    "NetworkSettings": {
                      "Networks": {
                        "bridge": {
                          "NetworkID": "7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812",
                          "EndpointID": "8b27c041c30326d59cd6e6f510d4f8d1d570a228466f956edf7815508f78e30d",
                          "Gateway": "172.17.0.1",
                          "IPAddress": "172.17.0.6",
                          "IPPrefixLen": 16,
                          "IPv6Gateway": "",
                          "GlobalIPv6Address": "",
                          "GlobalIPv6PrefixLen": 0,
                          "MacAddress": "02:42:ac:11:00:06"
                        }
                      }
                    },
                    "Mounts": []
                  },
                  {
                    "Id": "4cb07b47f9fb",
                    "Names": [
                      "/running_cat"
                    ],
                    "Image": "ubuntu:latest",
                    "ImageID": "d74508fb6632491cea586a1fd7d748dfc5274cd6fdfedee309ecdcbc2bf5cb82",
                    "Command": "echo 444444444444444444444444444444444",
                    "Created": 1367854152,
                    "State": "Exited",
                    "Status": "Exit 0",
                    "Ports": [],
                    "Labels": {},
                    "SizeRw": 12288,
                    "SizeRootFs": 0,
                    "HostConfig": {
                      "NetworkMode": "default"
                    },
                    "NetworkSettings": {
                      "Networks": {
                        "bridge": {
                          "NetworkID": "7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812",
                          "EndpointID": "d91c7b2f0644403d7ef3095985ea0e2370325cd2332ff3a3225c4247328e66e9",
                          "Gateway": "172.17.0.1",
                          "IPAddress": "172.17.0.5",
                          "IPPrefixLen": 16,
                          "IPv6Gateway": "",
                          "GlobalIPv6Address": "",
                          "GlobalIPv6PrefixLen": 0,
                          "MacAddress": "02:42:ac:11:00:05"
                        }
                      }
                    },
                    "Mounts": []
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "all",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/create": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainerscreate",
        "description": "The parameters and request body are for method: postContainerscreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    },
                    "Warnings": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "Id": "e90e34656806",
                  "Warnings": []
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/containers/{id}/json": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidjson",
        "description": "The parameters and request body are for method: getContainersidjson. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "AppArmorProfile": {
                      "type": "string"
                    },
                    "Args": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Config": {
                      "type": "object",
                      "properties": {
                        "AttachStderr": {
                          "type": "boolean"
                        },
                        "AttachStdin": {
                          "type": "boolean"
                        },
                        "AttachStdout": {
                          "type": "boolean"
                        },
                        "Cmd": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Domainname": {
                          "type": "string"
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Hostname": {
                          "type": "string"
                        },
                        "Image": {
                          "type": "string"
                        },
                        "Labels": {
                          "type": "object",
                          "properties": {
                            "com.example.vendor": {
                              "type": "string"
                            },
                            "com.example.license": {
                              "type": "string"
                            },
                            "com.example.version": {
                              "type": "string"
                            }
                          }
                        },
                        "MacAddress": {
                          "type": "string"
                        },
                        "NetworkDisabled": {
                          "type": "boolean"
                        },
                        "OpenStdin": {
                          "type": "boolean"
                        },
                        "StdinOnce": {
                          "type": "boolean"
                        },
                        "Tty": {
                          "type": "boolean"
                        },
                        "User": {
                          "type": "string"
                        },
                        "Volumes": {
                          "type": "object",
                          "properties": {
                            "/volumes/data": {
                              "type": "object"
                            }
                          }
                        },
                        "WorkingDir": {
                          "type": "string"
                        },
                        "StopSignal": {
                          "type": "string"
                        },
                        "StopTimeout": {
                          "type": "number"
                        }
                      }
                    },
                    "Created": {
                      "type": "string"
                    },
                    "Driver": {
                      "type": "string"
                    },
                    "HostConfig": {
                      "type": "object",
                      "properties": {
                        "MaximumIOps": {
                          "type": "number"
                        },
                        "MaximumIOBps": {
                          "type": "number"
                        },
                        "BlkioWeight": {
                          "type": "number"
                        },
                        "BlkioWeightDevice": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "BlkioDeviceReadBps": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "BlkioDeviceWriteBps": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "BlkioDeviceReadIOps": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "BlkioDeviceWriteIOps": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "ContainerIDFile": {
                          "type": "string"
                        },
                        "CpusetCpus": {
                          "type": "string"
                        },
                        "CpusetMems": {
                          "type": "string"
                        },
                        "CpuPercent": {
                          "type": "number"
                        },
                        "CpuShares": {
                          "type": "number"
                        },
                        "CpuPeriod": {
                          "type": "number"
                        },
                        "CpuRealtimePeriod": {
                          "type": "number"
                        },
                        "CpuRealtimeRuntime": {
                          "type": "number"
                        },
                        "Devices": {
                          "type": "object"
                        },
                        "IpcMode": {
                          "type": "string"
                        },
                        "LxcConf": {
                          "type": "object"
                        },
                        "Memory": {
                          "type": "number"
                        },
                        "MemorySwap": {
                          "type": "number"
                        },
                        "MemoryReservation": {
                          "type": "number"
                        },
                        "KernelMemory": {
                          "type": "number"
                        },
                        "OomKillDisable": {
                          "type": "boolean"
                        },
                        "OomScoreAdj": {
                          "type": "number"
                        },
                        "NetworkMode": {
                          "type": "string"
                        },
                        "PidMode": {
                          "type": "string"
                        },
                        "PortBindings": {
                          "type": "object"
                        },
                        "Privileged": {
                          "type": "boolean"
                        },
                        "ReadonlyRootfs": {
                          "type": "boolean"
                        },
                        "PublishAllPorts": {
                          "type": "boolean"
                        },
                        "RestartPolicy": {
                          "type": "object",
                          "properties": {
                            "MaximumRetryCount": {
                              "type": "number"
                            },
                            "Name": {
                              "type": "string"
                            }
                          }
                        },
                        "LogConfig": {
                          "type": "object",
                          "properties": {
                            "Type": {
                              "type": "string"
                            }
                          }
                        },
                        "Sysctls": {
                          "type": "object",
                          "properties": {
                            "net.ipv4.ip_forward": {
                              "type": "string"
                            }
                          }
                        },
                        "Ulimits": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "VolumeDriver": {
                          "type": "string"
                        },
                        "ShmSize": {
                          "type": "number"
                        }
                      }
                    },
                    "HostnamePath": {
                      "type": "string"
                    },
                    "HostsPath": {
                      "type": "string"
                    },
                    "LogPath": {
                      "type": "string"
                    },
                    "Id": {
                      "type": "string"
                    },
                    "Image": {
                      "type": "string"
                    },
                    "MountLabel": {
                      "type": "string"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "NetworkSettings": {
                      "type": "object",
                      "properties": {
                        "Bridge": {
                          "type": "string"
                        },
                        "SandboxID": {
                          "type": "string"
                        },
                        "HairpinMode": {
                          "type": "boolean"
                        },
                        "LinkLocalIPv6Address": {
                          "type": "string"
                        },
                        "LinkLocalIPv6PrefixLen": {
                          "type": "number"
                        },
                        "SandboxKey": {
                          "type": "string"
                        },
                        "SecondaryIPAddresses": {
                          "type": "object"
                        },
                        "SecondaryIPv6Addresses": {
                          "type": "object"
                        },
                        "EndpointID": {
                          "type": "string"
                        },
                        "Gateway": {
                          "type": "string"
                        },
                        "GlobalIPv6Address": {
                          "type": "string"
                        },
                        "GlobalIPv6PrefixLen": {
                          "type": "number"
                        },
                        "IPAddress": {
                          "type": "string"
                        },
                        "IPPrefixLen": {
                          "type": "number"
                        },
                        "IPv6Gateway": {
                          "type": "string"
                        },
                        "MacAddress": {
                          "type": "string"
                        },
                        "Networks": {
                          "type": "object",
                          "properties": {
                            "bridge": {
                              "type": "object",
                              "properties": {
                                "NetworkID": {
                                  "type": "string"
                                },
                                "EndpointID": {
                                  "type": "string"
                                },
                                "Gateway": {
                                  "type": "string"
                                },
                                "IPAddress": {
                                  "type": "string"
                                },
                                "IPPrefixLen": {
                                  "type": "number"
                                },
                                "IPv6Gateway": {
                                  "type": "string"
                                },
                                "GlobalIPv6Address": {
                                  "type": "string"
                                },
                                "GlobalIPv6PrefixLen": {
                                  "type": "number"
                                },
                                "MacAddress": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "Path": {
                      "type": "string"
                    },
                    "ProcessLabel": {
                      "type": "string"
                    },
                    "ResolvConfPath": {
                      "type": "string"
                    },
                    "RestartCount": {
                      "type": "number"
                    },
                    "State": {
                      "type": "object",
                      "properties": {
                        "Error": {
                          "type": "string"
                        },
                        "ExitCode": {
                          "type": "number"
                        },
                        "FinishedAt": {
                          "type": "string"
                        },
                        "OOMKilled": {
                          "type": "boolean"
                        },
                        "Dead": {
                          "type": "boolean"
                        },
                        "Paused": {
                          "type": "boolean"
                        },
                        "Pid": {
                          "type": "number"
                        },
                        "Restarting": {
                          "type": "boolean"
                        },
                        "Running": {
                          "type": "boolean"
                        },
                        "StartedAt": {
                          "type": "string"
                        },
                        "Status": {
                          "type": "string"
                        }
                      }
                    },
                    "Mounts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "Source": {
                            "type": "string"
                          },
                          "Destination": {
                            "type": "string"
                          },
                          "Driver": {
                            "type": "string"
                          },
                          "Mode": {
                            "type": "string"
                          },
                          "RW": {
                            "type": "boolean"
                          },
                          "Propagation": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "AppArmorProfile": "",
                  "Args": [
                    "-c",
                    "exit 9"
                  ],
                  "Config": {
                    "AttachStderr": true,
                    "AttachStdin": false,
                    "AttachStdout": true,
                    "Cmd": [
                      "/bin/sh",
                      "-c",
                      "exit 9"
                    ],
                    "Domainname": "",
                    "Env": [
                      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
                    ],
                    "Hostname": "ba033ac44011",
                    "Image": "ubuntu",
                    "Labels": {
                      "com.example.vendor": "Acme",
                      "com.example.license": "GPL",
                      "com.example.version": "1.0"
                    },
                    "MacAddress": "",
                    "NetworkDisabled": false,
                    "OpenStdin": false,
                    "StdinOnce": false,
                    "Tty": false,
                    "User": "",
                    "Volumes": {
                      "/volumes/data": {}
                    },
                    "WorkingDir": "",
                    "StopSignal": "SIGTERM",
                    "StopTimeout": 10
                  },
                  "Created": "2015-01-06T15:47:31.485331387Z",
                  "Driver": "devicemapper",
                  "HostConfig": {
                    "MaximumIOps": 0,
                    "MaximumIOBps": 0,
                    "BlkioWeight": 0,
                    "BlkioWeightDevice": [
                      {}
                    ],
                    "BlkioDeviceReadBps": [
                      {}
                    ],
                    "BlkioDeviceWriteBps": [
                      {}
                    ],
                    "BlkioDeviceReadIOps": [
                      {}
                    ],
                    "BlkioDeviceWriteIOps": [
                      {}
                    ],
                    "ContainerIDFile": "",
                    "CpusetCpus": "",
                    "CpusetMems": "",
                    "CpuPercent": 80,
                    "CpuShares": 0,
                    "CpuPeriod": 100000,
                    "CpuRealtimePeriod": 1000000,
                    "CpuRealtimeRuntime": 10000,
                    "Devices": [],
                    "IpcMode": "",
                    "LxcConf": [],
                    "Memory": 0,
                    "MemorySwap": 0,
                    "MemoryReservation": 0,
                    "KernelMemory": 0,
                    "OomKillDisable": false,
                    "OomScoreAdj": 500,
                    "NetworkMode": "bridge",
                    "PidMode": "",
                    "PortBindings": {},
                    "Privileged": false,
                    "ReadonlyRootfs": false,
                    "PublishAllPorts": false,
                    "RestartPolicy": {
                      "MaximumRetryCount": 2,
                      "Name": "on-failure"
                    },
                    "LogConfig": {
                      "Type": "json-file"
                    },
                    "Sysctls": {
                      "net.ipv4.ip_forward": "1"
                    },
                    "Ulimits": [
                      {}
                    ],
                    "VolumeDriver": "",
                    "ShmSize": 67108864
                  },
                  "HostnamePath": "/var/lib/docker/containers/ba033ac4401106a3b513bc9d639eee123ad78ca3616b921167cd74b20e25ed39/hostname",
                  "HostsPath": "/var/lib/docker/containers/ba033ac4401106a3b513bc9d639eee123ad78ca3616b921167cd74b20e25ed39/hosts",
                  "LogPath": "/var/lib/docker/containers/1eb5fabf5a03807136561b3c00adcd2992b535d624d5e18b6cdc6a6844d9767b/1eb5fabf5a03807136561b3c00adcd2992b535d624d5e18b6cdc6a6844d9767b-json.log",
                  "Id": "ba033ac4401106a3b513bc9d639eee123ad78ca3616b921167cd74b20e25ed39",
                  "Image": "04c5d3b7b0656168630d3ba35d8889bd0e9caafcaeb3004d2bfbc47e7c5d35d2",
                  "MountLabel": "",
                  "Name": "/boring_euclid",
                  "NetworkSettings": {
                    "Bridge": "",
                    "SandboxID": "",
                    "HairpinMode": false,
                    "LinkLocalIPv6Address": "",
                    "LinkLocalIPv6PrefixLen": 0,
                    "SandboxKey": "",
                    "SecondaryIPAddresses": null,
                    "SecondaryIPv6Addresses": null,
                    "EndpointID": "",
                    "Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "IPAddress": "",
                    "IPPrefixLen": 0,
                    "IPv6Gateway": "",
                    "MacAddress": "",
                    "Networks": {
                      "bridge": {
                        "NetworkID": "7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812",
                        "EndpointID": "7587b82f0dada3656fda26588aee72630c6fab1536d36e394b2bfbcf898c971d",
                        "Gateway": "172.17.0.1",
                        "IPAddress": "172.17.0.2",
                        "IPPrefixLen": 16,
                        "IPv6Gateway": "",
                        "GlobalIPv6Address": "",
                        "GlobalIPv6PrefixLen": 0,
                        "MacAddress": "02:42:ac:12:00:02"
                      }
                    }
                  },
                  "Path": "/bin/sh",
                  "ProcessLabel": "",
                  "ResolvConfPath": "/var/lib/docker/containers/ba033ac4401106a3b513bc9d639eee123ad78ca3616b921167cd74b20e25ed39/resolv.conf",
                  "RestartCount": 1,
                  "State": {
                    "Error": "",
                    "ExitCode": 9,
                    "FinishedAt": "2015-01-06T15:47:32.080254511Z",
                    "OOMKilled": false,
                    "Dead": false,
                    "Paused": false,
                    "Pid": 0,
                    "Restarting": false,
                    "Running": true,
                    "StartedAt": "2015-01-06T15:47:32.072697474Z",
                    "Status": "running"
                  },
                  "Mounts": [
                    {
                      "Name": "fac362...80535",
                      "Source": "/data",
                      "Destination": "/data",
                      "Driver": "local",
                      "Mode": "ro,Z",
                      "RW": false,
                      "Propagation": ""
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/top": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidtop",
        "description": "The parameters and request body are for method: getContainersidtop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Titles": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Processes": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Titles": [
                    "UID",
                    "PID",
                    "PPID",
                    "C",
                    "STIME",
                    "TTY",
                    "TIME",
                    "CMD"
                  ],
                  "Processes": [
                    [
                      "root",
                      "13642",
                      "882",
                      "0",
                      "17:03",
                      "pts/0",
                      "00:00:00",
                      "/bin/bash"
                    ],
                    [
                      "root",
                      "13735",
                      "13642",
                      "0",
                      "17:06",
                      "pts/0",
                      "00:00:00",
                      "sleep 10"
                    ]
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "psArgs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/logs": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidlogs",
        "description": "The parameters and request body are for method: getContainersidlogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "follow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stdout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stderr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timestamps",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tail",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/changes": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidchanges",
        "description": "The parameters and request body are for method: getContainersidchanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Path": {
                        "type": "string"
                      },
                      "Kind": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Path": "/dev",
                    "Kind": 0
                  },
                  {
                    "Path": "/dev/kmsg",
                    "Kind": 1
                  },
                  {
                    "Path": "/test",
                    "Kind": 1
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/export": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidexport",
        "description": "The parameters and request body are for method: getContainersidexport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/stats": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidstats",
        "description": "The parameters and request body are for method: getContainersidstats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "read": {
                      "type": "string"
                    },
                    "pids_stats": {
                      "type": "object",
                      "properties": {
                        "current": {
                          "type": "number"
                        }
                      }
                    },
                    "networks": {
                      "type": "object",
                      "properties": {
                        "eth0": {
                          "type": "object",
                          "properties": {
                            "rx_bytes": {
                              "type": "number"
                            },
                            "rx_dropped": {
                              "type": "number"
                            },
                            "rx_errors": {
                              "type": "number"
                            },
                            "rx_packets": {
                              "type": "number"
                            },
                            "tx_bytes": {
                              "type": "number"
                            },
                            "tx_dropped": {
                              "type": "number"
                            },
                            "tx_errors": {
                              "type": "number"
                            },
                            "tx_packets": {
                              "type": "number"
                            }
                          }
                        },
                        "eth5": {
                          "type": "object",
                          "properties": {
                            "rx_bytes": {
                              "type": "number"
                            },
                            "rx_dropped": {
                              "type": "number"
                            },
                            "rx_errors": {
                              "type": "number"
                            },
                            "rx_packets": {
                              "type": "number"
                            },
                            "tx_bytes": {
                              "type": "number"
                            },
                            "tx_dropped": {
                              "type": "number"
                            },
                            "tx_errors": {
                              "type": "number"
                            },
                            "tx_packets": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "memory_stats": {
                      "type": "object",
                      "properties": {
                        "stats": {
                          "type": "object",
                          "properties": {
                            "total_pgmajfault": {
                              "type": "number"
                            },
                            "cache": {
                              "type": "number"
                            },
                            "mapped_file": {
                              "type": "number"
                            },
                            "total_inactive_file": {
                              "type": "number"
                            },
                            "pgpgout": {
                              "type": "number"
                            },
                            "rss": {
                              "type": "number"
                            },
                            "total_mapped_file": {
                              "type": "number"
                            },
                            "writeback": {
                              "type": "number"
                            },
                            "unevictable": {
                              "type": "number"
                            },
                            "pgpgin": {
                              "type": "number"
                            },
                            "total_unevictable": {
                              "type": "number"
                            },
                            "pgmajfault": {
                              "type": "number"
                            },
                            "total_rss": {
                              "type": "number"
                            },
                            "total_rss_huge": {
                              "type": "number"
                            },
                            "total_writeback": {
                              "type": "number"
                            },
                            "total_inactive_anon": {
                              "type": "number"
                            },
                            "rss_huge": {
                              "type": "number"
                            },
                            "hierarchical_memory_limit": {
                              "type": "number"
                            },
                            "total_pgfault": {
                              "type": "number"
                            },
                            "total_active_file": {
                              "type": "number"
                            },
                            "active_anon": {
                              "type": "number"
                            },
                            "total_active_anon": {
                              "type": "number"
                            },
                            "total_pgpgout": {
                              "type": "number"
                            },
                            "total_cache": {
                              "type": "number"
                            },
                            "inactive_anon": {
                              "type": "number"
                            },
                            "active_file": {
                              "type": "number"
                            },
                            "pgfault": {
                              "type": "number"
                            },
                            "inactive_file": {
                              "type": "number"
                            },
                            "total_pgpgin": {
                              "type": "number"
                            }
                          }
                        },
                        "max_usage": {
                          "type": "number"
                        },
                        "usage": {
                          "type": "number"
                        },
                        "failcnt": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        }
                      }
                    },
                    "blkio_stats": {
                      "type": "object"
                    },
                    "cpu_stats": {
                      "type": "object",
                      "properties": {
                        "cpu_usage": {
                          "type": "object",
                          "properties": {
                            "percpu_usage": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "usage_in_usermode": {
                              "type": "number"
                            },
                            "total_usage": {
                              "type": "number"
                            },
                            "usage_in_kernelmode": {
                              "type": "number"
                            }
                          }
                        },
                        "system_cpu_usage": {
                          "type": "number"
                        },
                        "throttling_data": {
                          "type": "object",
                          "properties": {
                            "periods": {
                              "type": "number"
                            },
                            "throttled_periods": {
                              "type": "number"
                            },
                            "throttled_time": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "precpu_stats": {
                      "type": "object",
                      "properties": {
                        "cpu_usage": {
                          "type": "object",
                          "properties": {
                            "percpu_usage": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "usage_in_usermode": {
                              "type": "number"
                            },
                            "total_usage": {
                              "type": "number"
                            },
                            "usage_in_kernelmode": {
                              "type": "number"
                            }
                          }
                        },
                        "system_cpu_usage": {
                          "type": "number"
                        },
                        "throttling_data": {
                          "type": "object",
                          "properties": {
                            "periods": {
                              "type": "number"
                            },
                            "throttled_periods": {
                              "type": "number"
                            },
                            "throttled_time": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "read": "2015-01-08T22:57:31.547920715Z",
                  "pids_stats": {
                    "current": 3
                  },
                  "networks": {
                    "eth0": {
                      "rx_bytes": 5338,
                      "rx_dropped": 0,
                      "rx_errors": 0,
                      "rx_packets": 36,
                      "tx_bytes": 648,
                      "tx_dropped": 0,
                      "tx_errors": 0,
                      "tx_packets": 8
                    },
                    "eth5": {
                      "rx_bytes": 4641,
                      "rx_dropped": 0,
                      "rx_errors": 0,
                      "rx_packets": 26,
                      "tx_bytes": 690,
                      "tx_dropped": 0,
                      "tx_errors": 0,
                      "tx_packets": 9
                    }
                  },
                  "memory_stats": {
                    "stats": {
                      "total_pgmajfault": 0,
                      "cache": 0,
                      "mapped_file": 0,
                      "total_inactive_file": 0,
                      "pgpgout": 414,
                      "rss": 6537216,
                      "total_mapped_file": 0,
                      "writeback": 0,
                      "unevictable": 0,
                      "pgpgin": 477,
                      "total_unevictable": 0,
                      "pgmajfault": 0,
                      "total_rss": 6537216,
                      "total_rss_huge": 6291456,
                      "total_writeback": 0,
                      "total_inactive_anon": 0,
                      "rss_huge": 6291456,
                      "hierarchical_memory_limit": 67108864,
                      "total_pgfault": 964,
                      "total_active_file": 0,
                      "active_anon": 6537216,
                      "total_active_anon": 6537216,
                      "total_pgpgout": 414,
                      "total_cache": 0,
                      "inactive_anon": 0,
                      "active_file": 0,
                      "pgfault": 964,
                      "inactive_file": 0,
                      "total_pgpgin": 477
                    },
                    "max_usage": 6651904,
                    "usage": 6537216,
                    "failcnt": 0,
                    "limit": 67108864
                  },
                  "blkio_stats": {},
                  "cpu_stats": {
                    "cpu_usage": {
                      "percpu_usage": [
                        8646879,
                        24472255,
                        36438778,
                        30657443
                      ],
                      "usage_in_usermode": 50000000,
                      "total_usage": 100215355,
                      "usage_in_kernelmode": 30000000
                    },
                    "system_cpu_usage": 739306590000000,
                    "throttling_data": {
                      "periods": 0,
                      "throttled_periods": 0,
                      "throttled_time": 0
                    }
                  },
                  "precpu_stats": {
                    "cpu_usage": {
                      "percpu_usage": [
                        8646879,
                        24350896,
                        36438778,
                        30657443
                      ],
                      "usage_in_usermode": 50000000,
                      "total_usage": 100093996,
                      "usage_in_kernelmode": 30000000
                    },
                    "system_cpu_usage": 9492140000000,
                    "throttling_data": {
                      "periods": 0,
                      "throttled_periods": 0,
                      "throttled_time": 0
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "stream",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/resize": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidresize",
        "description": "The parameters and request body are for method: postContainersidresize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "h",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "w",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/start": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidstart",
        "description": "The parameters and request body are for method: postContainersidstart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "detachKeys",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/stop": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidstop",
        "description": "The parameters and request body are for method: postContainersidstop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "t",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/restart": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidrestart",
        "description": "The parameters and request body are for method: postContainersidrestart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "t",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/kill": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidkill",
        "description": "The parameters and request body are for method: postContainersidkill. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "signal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/update": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidupdate",
        "description": "The parameters and request body are for method: postContainersidupdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Warnings": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "Warnings": [
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "update"
            }
          }
        }
      }
    },
    "/containers/{id}/rename": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidrename",
        "description": "The parameters and request body are for method: postContainersidrename. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/pause": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidpause",
        "description": "The parameters and request body are for method: postContainersidpause. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/unpause": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidunpause",
        "description": "The parameters and request body are for method: postContainersidunpause. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/attach": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidattach",
        "description": "The parameters and request body are for method: postContainersidattach. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "detachKeys",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "logs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stream",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stdin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stdout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stderr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/attach/ws": {
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidattachws",
        "description": "The parameters and request body are for method: getContainersidattachws. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "detachKeys",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "logs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stream",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stdin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stdout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stderr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/wait": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersidwait",
        "description": "The parameters and request body are for method: postContainersidwait. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "StatusCode": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "StatusCode": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}": {
      "delete": {
        "tags": [
          "Container"
        ],
        "operationId": "deleteContainersid",
        "description": "The parameters and request body are for method: deleteContainersid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "v",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/archive": {
      "head": {
        "tags": [
          "Container"
        ],
        "operationId": "headContainersidarchive",
        "description": "The parameters and request body are for method: headContainersidarchive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "path_resource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Container"
        ],
        "operationId": "getContainersidarchive",
        "description": "The parameters and request body are for method: getContainersidarchive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "path_resource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Container"
        ],
        "operationId": "putContainersidarchive",
        "description": "The parameters and request body are for method: putContainersidarchive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "path_dir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "noOverwriteDirNonDir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "inputStream": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "inputStream": "inputStream"
              }
            }
          }
        }
      }
    },
    "/containers/prune": {
      "post": {
        "tags": [
          "Container"
        ],
        "operationId": "postContainersprune",
        "description": "The parameters and request body are for method: postContainersprune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ContainersDeleted": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "SpaceReclaimed": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "ContainersDeleted": [
                    "string",
                    "string",
                    "string"
                  ],
                  "SpaceReclaimed": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/json": {
      "get": {
        "tags": [
          "Image"
        ],
        "operationId": "getImagesjson",
        "description": "The parameters and request body are for method: getImagesjson. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Id": {
                        "type": "string"
                      },
                      "ParentId": {
                        "type": "string"
                      },
                      "RepoTags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "RepoDigests": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "Created": {
                        "type": "number"
                      },
                      "Size": {
                        "type": "number"
                      },
                      "VirtualSize": {
                        "type": "number"
                      },
                      "SharedSize": {
                        "type": "number"
                      },
                      "Labels": {
                        "type": "object"
                      },
                      "Containers": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Id": "sha256:e216a057b1cb1efc11f8a268f37ef62083e70b1b38323ba252e25ac88904a7e8",
                    "ParentId": "",
                    "RepoTags": [
                      "ubuntu:12.04",
                      "ubuntu:precise"
                    ],
                    "RepoDigests": [
                      "ubuntu@sha256:992069aee4016783df6345315302fa59681aae51a8eeb2f889dea59290f21787"
                    ],
                    "Created": 1474925151,
                    "Size": 103579269,
                    "VirtualSize": 103579269,
                    "SharedSize": 0,
                    "Labels": {},
                    "Containers": 2
                  },
                  {
                    "Id": "sha256:3e314f95dcace0f5e4fd37b10862fe8398e3c60ed36600bc0ca5fda78b087175",
                    "ParentId": "",
                    "RepoTags": [
                      "ubuntu:12.10",
                      "ubuntu:quantal"
                    ],
                    "RepoDigests": [
                      "ubuntu@sha256:002fba3e3255af10be97ea26e476692a7ebed0bb074a9ab960b2e7a1526b15d7",
                      "ubuntu@sha256:68ea0200f0b90df725d99d823905b04cf844f6039ef60c60bf3e019915017bd3"
                    ],
                    "Created": 1403128455,
                    "Size": 172064416,
                    "VirtualSize": 172064416,
                    "SharedSize": 0,
                    "Labels": {},
                    "Containers": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "all",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "digests",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/build": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postBuild",
        "description": "The parameters and request body are for method: postBuild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dockerfile",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "t",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remote",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nocache",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cachefrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pull",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rm",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "forcerm",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memory",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memswap",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cpushares",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cpusetcpus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cpuperiod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cpuquota",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "buildargs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shmsize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "squash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labels",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkmode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "inputStream": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "inputStream": "inputStream"
              }
            }
          }
        }
      }
    },
    "/images/create": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postImagescreate",
        "description": "The parameters and request body are for method: postImagescreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromImage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromSrc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "inputImage": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "inputImage": "inputImage"
              }
            }
          }
        }
      }
    },
    "/images/{name}/json": {
      "get": {
        "tags": [
          "Image"
        ],
        "operationId": "getImagesnamejson",
        "description": "The parameters and request body are for method: getImagesnamejson. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    },
                    "Container": {
                      "type": "string"
                    },
                    "Comment": {
                      "type": "string"
                    },
                    "Os": {
                      "type": "string"
                    },
                    "Architecture": {
                      "type": "string"
                    },
                    "Parent": {
                      "type": "string"
                    },
                    "ContainerConfig": {
                      "type": "object",
                      "properties": {
                        "Tty": {
                          "type": "boolean"
                        },
                        "Hostname": {
                          "type": "string"
                        },
                        "Domainname": {
                          "type": "string"
                        },
                        "AttachStdout": {
                          "type": "boolean"
                        },
                        "PublishService": {
                          "type": "string"
                        },
                        "AttachStdin": {
                          "type": "boolean"
                        },
                        "OpenStdin": {
                          "type": "boolean"
                        },
                        "StdinOnce": {
                          "type": "boolean"
                        },
                        "NetworkDisabled": {
                          "type": "boolean"
                        },
                        "OnBuild": {
                          "type": "object"
                        },
                        "Image": {
                          "type": "string"
                        },
                        "User": {
                          "type": "string"
                        },
                        "WorkingDir": {
                          "type": "string"
                        },
                        "MacAddress": {
                          "type": "string"
                        },
                        "AttachStderr": {
                          "type": "boolean"
                        },
                        "Labels": {
                          "type": "object",
                          "properties": {
                            "com.example.license": {
                              "type": "string"
                            },
                            "com.example.version": {
                              "type": "string"
                            },
                            "com.example.vendor": {
                              "type": "string"
                            }
                          }
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Cmd": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "DockerVersion": {
                      "type": "string"
                    },
                    "VirtualSize": {
                      "type": "number"
                    },
                    "Size": {
                      "type": "number"
                    },
                    "Author": {
                      "type": "string"
                    },
                    "Created": {
                      "type": "string"
                    },
                    "GraphDriver": {
                      "type": "object",
                      "properties": {
                        "Name": {
                          "type": "string"
                        }
                      }
                    },
                    "RepoDigests": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "RepoTags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Config": {
                      "type": "object",
                      "properties": {
                        "Image": {
                          "type": "string"
                        },
                        "NetworkDisabled": {
                          "type": "boolean"
                        },
                        "OnBuild": {
                          "type": "object"
                        },
                        "StdinOnce": {
                          "type": "boolean"
                        },
                        "PublishService": {
                          "type": "string"
                        },
                        "AttachStdin": {
                          "type": "boolean"
                        },
                        "OpenStdin": {
                          "type": "boolean"
                        },
                        "Domainname": {
                          "type": "string"
                        },
                        "AttachStdout": {
                          "type": "boolean"
                        },
                        "Tty": {
                          "type": "boolean"
                        },
                        "Hostname": {
                          "type": "string"
                        },
                        "Cmd": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Labels": {
                          "type": "object",
                          "properties": {
                            "com.example.vendor": {
                              "type": "string"
                            },
                            "com.example.version": {
                              "type": "string"
                            },
                            "com.example.license": {
                              "type": "string"
                            }
                          }
                        },
                        "MacAddress": {
                          "type": "string"
                        },
                        "AttachStderr": {
                          "type": "boolean"
                        },
                        "WorkingDir": {
                          "type": "string"
                        },
                        "User": {
                          "type": "string"
                        }
                      }
                    },
                    "RootFS": {
                      "type": "object",
                      "properties": {
                        "Type": {
                          "type": "string"
                        },
                        "Layers": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Id": "sha256:85f05633ddc1c50679be2b16a0479ab6f7637f8884e0cfe0f4d20e1ebb3d6e7c",
                  "Container": "cb91e48a60d01f1e27028b4fc6819f4f290b3cf12496c8176ec714d0d390984a",
                  "Comment": "",
                  "Os": "linux",
                  "Architecture": "amd64",
                  "Parent": "sha256:91e54dfb11794fad694460162bf0cb0a4fa710cfa3f60979c177d920813e267c",
                  "ContainerConfig": {
                    "Tty": false,
                    "Hostname": "e611e15f9c9d",
                    "Domainname": "",
                    "AttachStdout": false,
                    "PublishService": "",
                    "AttachStdin": false,
                    "OpenStdin": false,
                    "StdinOnce": false,
                    "NetworkDisabled": false,
                    "OnBuild": [],
                    "Image": "91e54dfb11794fad694460162bf0cb0a4fa710cfa3f60979c177d920813e267c",
                    "User": "",
                    "WorkingDir": "",
                    "MacAddress": "",
                    "AttachStderr": false,
                    "Labels": {
                      "com.example.license": "GPL",
                      "com.example.version": "1.0",
                      "com.example.vendor": "Acme"
                    },
                    "Env": [
                      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
                    ],
                    "Cmd": [
                      "/bin/sh",
                      "-c",
                      "#(nop) LABEL com.example.vendor=Acme com.example.license=GPL com.example.version=1.0"
                    ]
                  },
                  "DockerVersion": "1.9.0-dev",
                  "VirtualSize": 188359297,
                  "Size": 0,
                  "Author": "",
                  "Created": "2015-09-10T08:30:53.26995814Z",
                  "GraphDriver": {
                    "Name": "aufs"
                  },
                  "RepoDigests": [
                    "localhost:5000/test/busybox/example@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf"
                  ],
                  "RepoTags": [
                    "example:1.0",
                    "example:latest",
                    "example:stable"
                  ],
                  "Config": {
                    "Image": "91e54dfb11794fad694460162bf0cb0a4fa710cfa3f60979c177d920813e267c",
                    "NetworkDisabled": false,
                    "OnBuild": [],
                    "StdinOnce": false,
                    "PublishService": "",
                    "AttachStdin": false,
                    "OpenStdin": false,
                    "Domainname": "",
                    "AttachStdout": false,
                    "Tty": false,
                    "Hostname": "e611e15f9c9d",
                    "Cmd": [
                      "/bin/bash"
                    ],
                    "Env": [
                      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
                    ],
                    "Labels": {
                      "com.example.vendor": "Acme",
                      "com.example.version": "1.0",
                      "com.example.license": "GPL"
                    },
                    "MacAddress": "",
                    "AttachStderr": false,
                    "WorkingDir": "",
                    "User": ""
                  },
                  "RootFS": {
                    "Type": "layers",
                    "Layers": [
                      "sha256:1834950e52ce4d5a88a1bbd131c537f4d0e56d10ff0dd69e66be3b7dfa9df7e6",
                      "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/{name}/history": {
      "get": {
        "tags": [
          "Image"
        ],
        "operationId": "getImagesnamehistory",
        "description": "The parameters and request body are for method: getImagesnamehistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Id": {
                        "type": "string"
                      },
                      "Created": {
                        "type": "number"
                      },
                      "CreatedBy": {
                        "type": "string"
                      },
                      "Tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "Size": {
                        "type": "number"
                      },
                      "Comment": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Id": "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710",
                    "Created": 1398108230,
                    "CreatedBy": "/bin/sh -c #(nop) ADD file:eb15dbd63394e063b805a3c32ca7bf0266ef64676d5a6fab4801f2e81e2a5148 in /",
                    "Tags": [
                      "ubuntu:lucid",
                      "ubuntu:10.04"
                    ],
                    "Size": 182964289,
                    "Comment": ""
                  },
                  {
                    "Id": "6cfa4d1f33fb861d4d114f43b25abd0ac737509268065cdfd69d544a59c85ab8",
                    "Created": 1398108222,
                    "CreatedBy": "/bin/sh -c #(nop) MAINTAINER Tianon Gravi <admwiggin@gmail.com> - mkimage-debootstrap.sh -i iproute,iputils-ping,ubuntu-minimal -t lucid.tar.xz lucid http://archive.ubuntu.com/ubuntu/",
                    "Tags": [],
                    "Size": 0,
                    "Comment": ""
                  },
                  {
                    "Id": "511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158",
                    "Created": 1371157430,
                    "CreatedBy": "",
                    "Tags": [
                      "scratch12:latest",
                      "scratch:latest"
                    ],
                    "Size": 0,
                    "Comment": "Imported from -"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/{name}/push": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postImagesnamepush",
        "description": "The parameters and request body are for method: postImagesnamepush. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/{name}/tag": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postImagesnametag",
        "description": "The parameters and request body are for method: postImagesnametag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/{name}": {
      "delete": {
        "tags": [
          "Image"
        ],
        "operationId": "deleteImagesname",
        "description": "The parameters and request body are for method: deleteImagesname. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Untagged": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Untagged": "3e2f21a89f"
                  },
                  {
                    "Deleted": "3e2f21a89f"
                  },
                  {
                    "Deleted": "53b4f83ac9"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "noprune",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/search": {
      "get": {
        "tags": [
          "Image"
        ],
        "operationId": "getImagessearch",
        "description": "The parameters and request body are for method: getImagessearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "description": {
                        "type": "string"
                      },
                      "is_official": {
                        "type": "boolean"
                      },
                      "is_automated": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "star_count": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "description": "",
                    "is_official": false,
                    "is_automated": false,
                    "name": "wma55/u1210sshd",
                    "star_count": 0
                  },
                  {
                    "description": "",
                    "is_official": false,
                    "is_automated": false,
                    "name": "jdswinbank/sshd",
                    "star_count": 0
                  },
                  {
                    "description": "",
                    "is_official": false,
                    "is_automated": false,
                    "name": "vgauthier/sshd",
                    "star_count": 0
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "term",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/prune": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postImagesprune",
        "description": "The parameters and request body are for method: postImagesprune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ImagesDeleted": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Untagged": {
                            "type": "string"
                          },
                          "Deleted": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "SpaceReclaimed": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "ImagesDeleted": [
                    {
                      "Untagged": "string",
                      "Deleted": "string"
                    },
                    {
                      "Untagged": "string",
                      "Deleted": "string"
                    }
                  ],
                  "SpaceReclaimed": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commit": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postCommit",
        "description": "The parameters and request body are for method: postCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Id": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "container",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "comment",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "author",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pause",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "containerConfig"
            }
          }
        }
      }
    },
    "/images/{name}/get": {
      "get": {
        "tags": [
          "Image"
        ],
        "operationId": "getImagesnameget",
        "description": "The parameters and request body are for method: getImagesnameget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/get": {
      "get": {
        "tags": [
          "Image"
        ],
        "operationId": "getImagesget",
        "description": "The parameters and request body are for method: getImagesget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "names",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/images/load": {
      "post": {
        "tags": [
          "Image"
        ],
        "operationId": "postImagesload",
        "description": "The parameters and request body are for method: postImagesload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "quiet",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "imagesTarball": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "imagesTarball": "imagesTarball"
              }
            }
          }
        }
      }
    },
    "/auth": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postAuth",
        "description": "The parameters and request body are for method: postAuth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "IdentityToken": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Login Succeeded",
                  "IdentityToken": "9cbaf023786cd7..."
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "authConfig"
            }
          }
        }
      }
    },
    "/info": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getInfo",
        "description": "The parameters and request body are for method: getInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Architecture": {
                      "type": "string"
                    },
                    "ClusterStore": {
                      "type": "string"
                    },
                    "CgroupDriver": {
                      "type": "string"
                    },
                    "Containers": {
                      "type": "number"
                    },
                    "ContainersRunning": {
                      "type": "number"
                    },
                    "ContainersStopped": {
                      "type": "number"
                    },
                    "ContainersPaused": {
                      "type": "number"
                    },
                    "CpuCfsPeriod": {
                      "type": "boolean"
                    },
                    "CpuCfsQuota": {
                      "type": "boolean"
                    },
                    "Debug": {
                      "type": "boolean"
                    },
                    "DockerRootDir": {
                      "type": "string"
                    },
                    "Driver": {
                      "type": "string"
                    },
                    "DriverStatus": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    },
                    "ExperimentalBuild": {
                      "type": "boolean"
                    },
                    "HttpProxy": {
                      "type": "string"
                    },
                    "HttpsProxy": {
                      "type": "string"
                    },
                    "ID": {
                      "type": "string"
                    },
                    "IPv4Forwarding": {
                      "type": "boolean"
                    },
                    "Images": {
                      "type": "number"
                    },
                    "IndexServerAddress": {
                      "type": "string"
                    },
                    "InitPath": {
                      "type": "string"
                    },
                    "InitSha1": {
                      "type": "string"
                    },
                    "KernelMemory": {
                      "type": "boolean"
                    },
                    "KernelVersion": {
                      "type": "string"
                    },
                    "Labels": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "MemTotal": {
                      "type": "number"
                    },
                    "MemoryLimit": {
                      "type": "boolean"
                    },
                    "NCPU": {
                      "type": "number"
                    },
                    "NEventsListener": {
                      "type": "number"
                    },
                    "NFd": {
                      "type": "number"
                    },
                    "NGoroutines": {
                      "type": "number"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "NoProxy": {
                      "type": "string"
                    },
                    "OomKillDisable": {
                      "type": "boolean"
                    },
                    "OSType": {
                      "type": "string"
                    },
                    "OperatingSystem": {
                      "type": "string"
                    },
                    "Plugins": {
                      "type": "object",
                      "properties": {
                        "Volume": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Network": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "RegistryConfig": {
                      "type": "object",
                      "properties": {
                        "IndexConfigs": {
                          "type": "object",
                          "properties": {
                            "docker.io": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string"
                                },
                                "Official": {
                                  "type": "boolean"
                                },
                                "Secure": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        },
                        "InsecureRegistryCIDRs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "SecurityOptions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Key": {
                            "type": "string"
                          },
                          "Value": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "ServerVersion": {
                      "type": "string"
                    },
                    "SwapLimit": {
                      "type": "boolean"
                    },
                    "SystemStatus": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    },
                    "SystemTime": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Architecture": "x86_64",
                  "ClusterStore": "etcd://localhost:2379",
                  "CgroupDriver": "cgroupfs",
                  "Containers": 11,
                  "ContainersRunning": 7,
                  "ContainersStopped": 3,
                  "ContainersPaused": 1,
                  "CpuCfsPeriod": true,
                  "CpuCfsQuota": true,
                  "Debug": false,
                  "DockerRootDir": "/var/lib/docker",
                  "Driver": "btrfs",
                  "DriverStatus": [
                    [
                      ""
                    ]
                  ],
                  "ExperimentalBuild": false,
                  "HttpProxy": "http://test:test@localhost:8080",
                  "HttpsProxy": "https://test:test@localhost:8080",
                  "ID": "7TRN:IPZB:QYBB:VPBQ:UMPP:KARE:6ZNR:XE6T:7EWV:PKF4:ZOJD:TPYS",
                  "IPv4Forwarding": true,
                  "Images": 16,
                  "IndexServerAddress": "https://index.docker.io/v1/",
                  "InitPath": "/usr/bin/docker",
                  "InitSha1": "",
                  "KernelMemory": true,
                  "KernelVersion": "3.12.0-1-amd64",
                  "Labels": [
                    "storage=ssd"
                  ],
                  "MemTotal": 2099236864,
                  "MemoryLimit": true,
                  "NCPU": 1,
                  "NEventsListener": 0,
                  "NFd": 11,
                  "NGoroutines": 21,
                  "Name": "prod-server-42",
                  "NoProxy": "9.81.1.160",
                  "OomKillDisable": true,
                  "OSType": "linux",
                  "OperatingSystem": "Boot2Docker",
                  "Plugins": {
                    "Volume": [
                      "local"
                    ],
                    "Network": [
                      "null",
                      "host",
                      "bridge"
                    ]
                  },
                  "RegistryConfig": {
                    "IndexConfigs": {
                      "docker.io": {
                        "Name": "docker.io",
                        "Official": true,
                        "Secure": true
                      }
                    },
                    "InsecureRegistryCIDRs": [
                      "127.0.0.0/8"
                    ]
                  },
                  "SecurityOptions": [
                    {
                      "Key": "Name",
                      "Value": "seccomp"
                    },
                    {
                      "Key": "Profile",
                      "Value": "default"
                    },
                    {
                      "Key": "Name",
                      "Value": "apparmor"
                    },
                    {
                      "Key": "Name",
                      "Value": "selinux"
                    },
                    {
                      "Key": "Name",
                      "Value": "userns"
                    }
                  ],
                  "ServerVersion": "1.9.0",
                  "SwapLimit": false,
                  "SystemStatus": [
                    [
                      "State",
                      "Healthy"
                    ]
                  ],
                  "SystemTime": "2015-03-10T11:11:23.730591467-07:00"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/version": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getVersion",
        "description": "The parameters and request body are for method: getVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Version": {
                      "type": "string"
                    },
                    "Os": {
                      "type": "string"
                    },
                    "KernelVersion": {
                      "type": "string"
                    },
                    "GoVersion": {
                      "type": "string"
                    },
                    "GitCommit": {
                      "type": "string"
                    },
                    "Arch": {
                      "type": "string"
                    },
                    "ApiVersion": {
                      "type": "string"
                    },
                    "MinAPIVersion": {
                      "type": "string"
                    },
                    "BuildTime": {
                      "type": "string"
                    },
                    "Experimental": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "Version": "1.13.0",
                  "Os": "linux",
                  "KernelVersion": "3.19.0-23-generic",
                  "GoVersion": "go1.6.3",
                  "GitCommit": "deadbee",
                  "Arch": "amd64",
                  "ApiVersion": "1.25",
                  "MinAPIVersion": "1.12",
                  "BuildTime": "2016-06-14T07:09:13.444803460+00:00",
                  "Experimental": true
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/_ping": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getPing",
        "description": "The parameters and request body are for method: getPing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getEvents",
        "description": "The parameters and request body are for method: getEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Type": {
                      "type": "string"
                    },
                    "Action": {
                      "type": "string"
                    },
                    "Actor": {
                      "type": "object",
                      "properties": {
                        "ID": {
                          "type": "string"
                        },
                        "Attributes": {
                          "type": "object",
                          "properties": {
                            "com.example.some-label": {
                              "type": "string"
                            },
                            "image": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "time": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "Type": "container",
                  "Action": "create",
                  "Actor": {
                    "ID": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
                    "Attributes": {
                      "com.example.some-label": "some-label-value",
                      "image": "alpine",
                      "name": "my-container"
                    }
                  },
                  "time": 1461943101
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/system/df": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSystemdf",
        "description": "The parameters and request body are for method: getSystemdf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "LayersSize": {
                      "type": "number"
                    },
                    "Images": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Id": {
                            "type": "string"
                          },
                          "ParentId": {
                            "type": "string"
                          },
                          "RepoTags": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "RepoDigests": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "Created": {
                            "type": "number"
                          },
                          "Size": {
                            "type": "number"
                          },
                          "SharedSize": {
                            "type": "number"
                          },
                          "VirtualSize": {
                            "type": "number"
                          },
                          "Labels": {
                            "type": "object"
                          },
                          "Containers": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "Containers": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "Id": {
                              "type": "string"
                            },
                            "Names": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "Image": {
                              "type": "string"
                            },
                            "ImageID": {
                              "type": "string"
                            },
                            "Command": {
                              "type": "string"
                            },
                            "Created": {
                              "type": "number"
                            },
                            "Ports": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "PrivatePort": {
                                    "type": "number"
                                  },
                                  "PublicPort": {
                                    "type": "number"
                                  },
                                  "Type": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "SizeRw": {
                              "type": "number"
                            },
                            "SizeRootFs": {
                              "type": "number"
                            },
                            "Labels": {
                              "type": "object"
                            },
                            "State": {
                              "type": "string"
                            },
                            "Status": {
                              "type": "string"
                            },
                            "HostConfig": {
                              "type": "object",
                              "properties": {
                                "NetworkMode": {
                                  "type": "string"
                                }
                              }
                            },
                            "NetworkSettings": {
                              "type": "object",
                              "properties": {
                                "Networks": {
                                  "type": "object"
                                }
                              }
                            },
                            "Mounts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Target": {
                                    "type": "string"
                                  },
                                  "Source": {
                                    "type": "object"
                                  },
                                  "Type": {
                                    "type": "string"
                                  },
                                  "ReadOnly": {
                                    "type": "boolean"
                                  },
                                  "BindOptions": {
                                    "type": "object",
                                    "properties": {
                                      "Propagation": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "VolumeOptions": {
                                    "type": "object",
                                    "properties": {
                                      "NoCopy": {
                                        "type": "boolean"
                                      },
                                      "Labels": {
                                        "type": "object"
                                      },
                                      "DriverConfig": {
                                        "type": "object",
                                        "properties": {
                                          "Name": {
                                            "type": "string"
                                          },
                                          "Options": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "TmpfsOptions": {
                                    "type": "object",
                                    "properties": {
                                      "SizeBytes": {
                                        "type": "number"
                                      },
                                      "Mode": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "Volumes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "Driver": {
                            "type": "string"
                          },
                          "Mountpoint": {
                            "type": "string"
                          },
                          "Status": {
                            "type": "object",
                            "properties": {
                              "hello": {
                                "type": "string"
                              }
                            }
                          },
                          "Labels": {
                            "type": "object",
                            "properties": {
                              "com.example.some-label": {
                                "type": "string"
                              },
                              "com.example.some-other-label": {
                                "type": "string"
                              }
                            }
                          },
                          "Scope": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LayersSize": 9,
                  "Images": [
                    {
                      "Id": "string",
                      "ParentId": "string",
                      "RepoTags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "RepoDigests": [
                        "string",
                        "string",
                        "string"
                      ],
                      "Created": 7,
                      "Size": 6,
                      "SharedSize": 6,
                      "VirtualSize": 6,
                      "Labels": {},
                      "Containers": 9
                    },
                    {
                      "Id": "string",
                      "ParentId": "string",
                      "RepoTags": [
                        "string"
                      ],
                      "RepoDigests": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "Created": 2,
                      "Size": 8,
                      "SharedSize": 5,
                      "VirtualSize": 5,
                      "Labels": {},
                      "Containers": 2
                    }
                  ],
                  "Containers": [
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 3,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 9,
                        "SizeRootFs": 8,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 1
                            }
                          }
                        ]
                      }
                    ],
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 3,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 6,
                        "SizeRootFs": 3,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 3
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 7,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 5,
                        "SizeRootFs": 6,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 4
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 6,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 10,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 8
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 6,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 6,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 7,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 10,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 1,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 10,
                        "SizeRootFs": 9,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 4
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 5,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 1,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 6
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 8,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 10,
                        "SizeRootFs": 6,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 3
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 1,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 7,
                        "SizeRootFs": 3,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 8
                            }
                          }
                        ]
                      }
                    ],
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 6,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 1,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 6
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 8,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 2,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 8,
                        "SizeRootFs": 9,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 3,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 7,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 10
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 6,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 4,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 7
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 5,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 3
                            }
                          }
                        ]
                      }
                    ],
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 8,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 7,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 1,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 9,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 3
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 2,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 6,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 7
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 10,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 9,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 1,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 3,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 7
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 5,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 1,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 4
                            }
                          }
                        ]
                      }
                    ],
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 7,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 6,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 3
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 7,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 9,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 9
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 10,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 10,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 5
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 1,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 6,
                        "SizeRootFs": 10,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 4
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 6,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 9,
                        "SizeRootFs": 8,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 4
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 9,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 10,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 1
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 3,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 9,
                        "SizeRootFs": 4,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 6
                            }
                          }
                        ]
                      }
                    ],
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 9,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 4,
                        "SizeRootFs": 8,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 8
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 2,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 1,
                        "SizeRootFs": 10,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 9
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 5,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 6,
                        "SizeRootFs": 6,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 3
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 6,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 5,
                        "SizeRootFs": 9,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 6
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 5,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 2,
                        "SizeRootFs": 5,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 1
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 10,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 9,
                        "SizeRootFs": 7,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 1
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 2,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 3,
                        "SizeRootFs": 1,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 4,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 7,
                        "SizeRootFs": 7,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 8
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 4,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 8,
                        "SizeRootFs": 3,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 8,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 4,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 3,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 9
                            }
                          }
                        ]
                      }
                    ],
                    [
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 3,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 6,
                        "SizeRootFs": 8,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 3
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 5,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 1,
                        "SizeRootFs": 2,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 1
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 10,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 10,
                        "SizeRootFs": 7,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 6
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 4,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 10,
                        "SizeRootFs": 6,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 2
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 1,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 5,
                        "SizeRootFs": 8,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 8,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 6
                            }
                          }
                        ]
                      },
                      {
                        "Id": "string",
                        "Names": [
                          "string",
                          "string"
                        ],
                        "Image": "string",
                        "ImageID": "string",
                        "Command": "string",
                        "Created": 2,
                        "Ports": [
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          },
                          {
                            "PrivatePort": 8080,
                            "PublicPort": 80,
                            "Type": "tcp"
                          }
                        ],
                        "SizeRw": 5,
                        "SizeRootFs": 4,
                        "Labels": {},
                        "State": "string",
                        "Status": "string",
                        "HostConfig": {
                          "NetworkMode": "string"
                        },
                        "NetworkSettings": {
                          "Networks": {}
                        },
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 3
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 2,
                              "Mode": 8
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 6
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 4
                            }
                          }
                        ]
                      }
                    ]
                  ],
                  "Volumes": [
                    {
                      "Name": "tardis",
                      "Driver": "custom",
                      "Mountpoint": "/var/lib/docker/volumes/tardis",
                      "Status": {
                        "hello": "world"
                      },
                      "Labels": {
                        "com.example.some-label": "some-value",
                        "com.example.some-other-label": "some-other-value"
                      },
                      "Scope": "local"
                    },
                    {
                      "Name": "tardis",
                      "Driver": "custom",
                      "Mountpoint": "/var/lib/docker/volumes/tardis",
                      "Status": {
                        "hello": "world"
                      },
                      "Labels": {
                        "com.example.some-label": "some-value",
                        "com.example.some-other-label": "some-other-value"
                      },
                      "Scope": "local"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/containers/{id}/exec": {
      "post": {
        "tags": [
          "Exec"
        ],
        "operationId": "postContainersidexec",
        "description": "The parameters and request body are for method: postContainersidexec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Id": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "execConfig"
            }
          }
        }
      }
    },
    "/exec/{id}/start": {
      "post": {
        "tags": [
          "Exec"
        ],
        "operationId": "postExecidstart",
        "description": "The parameters and request body are for method: postExecidstart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "execStartConfig"
            }
          }
        }
      }
    },
    "/exec/{id}/resize": {
      "post": {
        "tags": [
          "Exec"
        ],
        "operationId": "postExecidresize",
        "description": "The parameters and request body are for method: postExecidresize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "h",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "w",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/exec/{id}/json": {
      "get": {
        "tags": [
          "Exec"
        ],
        "operationId": "getExecidjson",
        "description": "The parameters and request body are for method: getExecidjson. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "CanRemove": {
                      "type": "boolean"
                    },
                    "ContainerID": {
                      "type": "string"
                    },
                    "DetachKeys": {
                      "type": "string"
                    },
                    "ExitCode": {
                      "type": "number"
                    },
                    "ID": {
                      "type": "string"
                    },
                    "OpenStderr": {
                      "type": "boolean"
                    },
                    "OpenStdin": {
                      "type": "boolean"
                    },
                    "OpenStdout": {
                      "type": "boolean"
                    },
                    "ProcessConfig": {
                      "type": "object",
                      "properties": {
                        "arguments": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "entrypoint": {
                          "type": "string"
                        },
                        "privileged": {
                          "type": "boolean"
                        },
                        "tty": {
                          "type": "boolean"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "Running": {
                      "type": "boolean"
                    },
                    "Pid": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "CanRemove": false,
                  "ContainerID": "b53ee82b53a40c7dca428523e34f741f3abc51d9f297a14ff874bf761b995126",
                  "DetachKeys": "",
                  "ExitCode": 2,
                  "ID": "f33bbfb39f5b142420f4759b2348913bd4a8d1a6d7fd56499cb41a1bb91d7b3b",
                  "OpenStderr": true,
                  "OpenStdin": true,
                  "OpenStdout": true,
                  "ProcessConfig": {
                    "arguments": [
                      "-c",
                      "exit 2"
                    ],
                    "entrypoint": "sh",
                    "privileged": false,
                    "tty": true,
                    "user": "1000"
                  },
                  "Running": false,
                  "Pid": 42000
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/volumes": {
      "get": {
        "tags": [
          "Volume"
        ],
        "operationId": "getVolumes",
        "description": "The parameters and request body are for method: getVolumes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Volumes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "Driver": {
                            "type": "string"
                          },
                          "Mountpoint": {
                            "type": "string"
                          },
                          "Labels": {
                            "type": "object",
                            "properties": {
                              "com.example.some-label": {
                                "type": "string"
                              },
                              "com.example.some-other-label": {
                                "type": "string"
                              }
                            }
                          },
                          "Scope": {
                            "type": "string"
                          },
                          "Options": {
                            "type": "object",
                            "properties": {
                              "device": {
                                "type": "string"
                              },
                              "o": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Warnings": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "Volumes": [
                    {
                      "Name": "tardis",
                      "Driver": "local",
                      "Mountpoint": "/var/lib/docker/volumes/tardis",
                      "Labels": {
                        "com.example.some-label": "some-value",
                        "com.example.some-other-label": "some-other-value"
                      },
                      "Scope": "local",
                      "Options": {
                        "device": "tmpfs",
                        "o": "size=100m,uid=1000",
                        "type": "tmpfs"
                      }
                    }
                  ],
                  "Warnings": []
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/volumes/create": {
      "post": {
        "tags": [
          "Volume"
        ],
        "operationId": "postVolumescreate",
        "description": "The parameters and request body are for method: postVolumescreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Name": {
                      "type": "string"
                    },
                    "Driver": {
                      "type": "string"
                    },
                    "Mountpoint": {
                      "type": "string"
                    },
                    "Status": {
                      "type": "object"
                    },
                    "Labels": {
                      "type": "object"
                    },
                    "Scope": {
                      "type": "string"
                    },
                    "Options": {
                      "type": "object"
                    },
                    "UsageData": {
                      "type": "object",
                      "properties": {
                        "Size": {
                          "type": "number"
                        },
                        "RefCount": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Name": "string",
                  "Driver": "string",
                  "Mountpoint": "string",
                  "Status": {},
                  "Labels": {},
                  "Scope": "local",
                  "Options": {},
                  "UsageData": {
                    "Size": -1,
                    "RefCount": -1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "volumeConfig"
            }
          }
        }
      }
    },
    "/volumes/{name}": {
      "get": {
        "tags": [
          "Volume"
        ],
        "operationId": "getVolumesname",
        "description": "The parameters and request body are for method: getVolumesname. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Name": {
                      "type": "string"
                    },
                    "Driver": {
                      "type": "string"
                    },
                    "Mountpoint": {
                      "type": "string"
                    },
                    "Status": {
                      "type": "object"
                    },
                    "Labels": {
                      "type": "object"
                    },
                    "Scope": {
                      "type": "string"
                    },
                    "Options": {
                      "type": "object"
                    },
                    "UsageData": {
                      "type": "object",
                      "properties": {
                        "Size": {
                          "type": "number"
                        },
                        "RefCount": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Name": "string",
                  "Driver": "string",
                  "Mountpoint": "string",
                  "Status": {},
                  "Labels": {},
                  "Scope": "local",
                  "Options": {},
                  "UsageData": {
                    "Size": -1,
                    "RefCount": -1
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Volume"
        ],
        "operationId": "deleteVolumesname",
        "description": "The parameters and request body are for method: deleteVolumesname. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/volumes/prune": {
      "post": {
        "tags": [
          "Volume"
        ],
        "operationId": "postVolumesprune",
        "description": "The parameters and request body are for method: postVolumesprune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "VolumesDeleted": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "SpaceReclaimed": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "VolumesDeleted": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "SpaceReclaimed": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networks": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworks",
        "description": "The parameters and request body are for method: getNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Name": {
                        "type": "string"
                      },
                      "Id": {
                        "type": "string"
                      },
                      "Created": {
                        "type": "string"
                      },
                      "Scope": {
                        "type": "string"
                      },
                      "Driver": {
                        "type": "string"
                      },
                      "EnableIPv6": {
                        "type": "boolean"
                      },
                      "Internal": {
                        "type": "boolean"
                      },
                      "IPAM": {
                        "type": "object",
                        "properties": {
                          "Driver": {
                            "type": "string"
                          },
                          "Config": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Subnet": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "Containers": {
                        "type": "object",
                        "properties": {
                          "39b69226f9d79f5634485fb236a23b2fe4e96a0a94128390a7fbbcc167065867": {
                            "type": "object",
                            "properties": {
                              "EndpointID": {
                                "type": "string"
                              },
                              "MacAddress": {
                                "type": "string"
                              },
                              "IPv4Address": {
                                "type": "string"
                              },
                              "IPv6Address": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "Options": {
                        "type": "object",
                        "properties": {
                          "com.docker.network.bridge.default_bridge": {
                            "type": "string"
                          },
                          "com.docker.network.bridge.enable_icc": {
                            "type": "string"
                          },
                          "com.docker.network.bridge.enable_ip_masquerade": {
                            "type": "string"
                          },
                          "com.docker.network.bridge.host_binding_ipv4": {
                            "type": "string"
                          },
                          "com.docker.network.bridge.name": {
                            "type": "string"
                          },
                          "com.docker.network.driver.mtu": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Name": "bridge",
                    "Id": "f2de39df4171b0dc801e8002d1d999b77256983dfc63041c0f34030aa3977566",
                    "Created": "2016-10-19T06:21:00.416543526Z",
                    "Scope": "local",
                    "Driver": "bridge",
                    "EnableIPv6": false,
                    "Internal": false,
                    "IPAM": {
                      "Driver": "default",
                      "Config": [
                        {
                          "Subnet": "172.17.0.0/16"
                        }
                      ]
                    },
                    "Containers": {
                      "39b69226f9d79f5634485fb236a23b2fe4e96a0a94128390a7fbbcc167065867": {
                        "EndpointID": "ed2419a97c1d9954d05b46e462e7002ea552f216e9b136b80a7db8d98b442eda",
                        "MacAddress": "02:42:ac:11:00:02",
                        "IPv4Address": "172.17.0.2/16",
                        "IPv6Address": ""
                      }
                    },
                    "Options": {
                      "com.docker.network.bridge.default_bridge": "true",
                      "com.docker.network.bridge.enable_icc": "true",
                      "com.docker.network.bridge.enable_ip_masquerade": "true",
                      "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
                      "com.docker.network.bridge.name": "docker0",
                      "com.docker.network.driver.mtu": "1500"
                    }
                  },
                  {
                    "Name": "none",
                    "Id": "e086a3893b05ab69242d3c44e49483a3bbbd3a26b46baa8f61ab797c1088d794",
                    "Created": "0001-01-01T00:00:00Z",
                    "Scope": "local",
                    "Driver": "null",
                    "EnableIPv6": false,
                    "Internal": false,
                    "IPAM": {
                      "Driver": "default",
                      "Config": []
                    },
                    "Containers": {},
                    "Options": {}
                  },
                  {
                    "Name": "host",
                    "Id": "13e871235c677f196c4e1ecebb9dc733b9b2d2ab589e30c539efeda84a24215e",
                    "Created": "0001-01-01T00:00:00Z",
                    "Scope": "local",
                    "Driver": "host",
                    "EnableIPv6": false,
                    "Internal": false,
                    "IPAM": {
                      "Driver": "default",
                      "Config": []
                    },
                    "Containers": {},
                    "Options": {}
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networks/{id}": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworksid",
        "description": "The parameters and request body are for method: getNetworksid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Name": {
                      "type": "string"
                    },
                    "Id": {
                      "type": "string"
                    },
                    "Created": {
                      "type": "string"
                    },
                    "Scope": {
                      "type": "string"
                    },
                    "Driver": {
                      "type": "string"
                    },
                    "EnableIPv6": {
                      "type": "boolean"
                    },
                    "IPAM": {
                      "type": "object",
                      "properties": {
                        "Driver": {
                          "type": "string"
                        },
                        "Config": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "Options": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        }
                      }
                    },
                    "Internal": {
                      "type": "boolean"
                    },
                    "Containers": {
                      "type": "object"
                    },
                    "Options": {
                      "type": "object"
                    },
                    "Labels": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "Name": "string",
                  "Id": "string",
                  "Created": "string",
                  "Scope": "string",
                  "Driver": "string",
                  "EnableIPv6": true,
                  "IPAM": {
                    "Driver": "default",
                    "Config": [
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "Options": [
                      {},
                      {}
                    ]
                  },
                  "Internal": true,
                  "Containers": {},
                  "Options": {},
                  "Labels": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "operationId": "deleteNetworksid",
        "description": "The parameters and request body are for method: deleteNetworksid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networks/create": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworkscreate",
        "description": "The parameters and request body are for method: postNetworkscreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    },
                    "Warning": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Id": "string",
                  "Warning": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "networkConfig"
            }
          }
        }
      }
    },
    "/networks/{id}/connect": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworksidconnect",
        "description": "The parameters and request body are for method: postNetworksidconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "container"
            }
          }
        }
      }
    },
    "/networks/{id}/disconnect": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworksiddisconnect",
        "description": "The parameters and request body are for method: postNetworksiddisconnect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "container"
            }
          }
        }
      }
    },
    "/networks/prune": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworksprune",
        "description": "The parameters and request body are for method: postNetworksprune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "VolumesDeleted": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "VolumesDeleted": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins": {
      "get": {
        "tags": [
          "Plugin"
        ],
        "operationId": "getPlugins",
        "description": "The parameters and request body are for method: getPlugins. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Id": {
                        "type": "string"
                      },
                      "Name": {
                        "type": "string"
                      },
                      "Tag": {
                        "type": "string"
                      },
                      "Active": {
                        "type": "boolean"
                      },
                      "Settings": {
                        "type": "object",
                        "properties": {
                          "Env": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "Args": {
                            "type": "object"
                          },
                          "Devices": {
                            "type": "object"
                          }
                        }
                      },
                      "Config": {
                        "type": "object",
                        "properties": {
                          "Description": {
                            "type": "string"
                          },
                          "Documentation": {
                            "type": "string"
                          },
                          "Interface": {
                            "type": "object",
                            "properties": {
                              "Types": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Socket": {
                                "type": "string"
                              }
                            }
                          },
                          "Entrypoint": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "WorkDir": {
                            "type": "string"
                          },
                          "User": {
                            "type": "object"
                          },
                          "Network": {
                            "type": "object",
                            "properties": {
                              "Type": {
                                "type": "string"
                              }
                            }
                          },
                          "Linux": {
                            "type": "object",
                            "properties": {
                              "Capabilities": {
                                "type": "object"
                              },
                              "AllowAllDevices": {
                                "type": "boolean"
                              },
                              "Devices": {
                                "type": "object"
                              }
                            }
                          },
                          "Mounts": {
                            "type": "object"
                          },
                          "PropagatedMount": {
                            "type": "string"
                          },
                          "Env": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string"
                                },
                                "Description": {
                                  "type": "string"
                                },
                                "Settable": {
                                  "type": "object"
                                },
                                "Value": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "Args": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "object"
                              },
                              "Value": {
                                "type": "object"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Id": "5724e2c8652da337ab2eedd19fc6fc0ec908e4bd907c7421bf6a8dfc70c4c078",
                    "Name": "tiborvass/sample-volume-plugin",
                    "Tag": "latest",
                    "Active": true,
                    "Settings": {
                      "Env": [
                        "DEBUG=0"
                      ],
                      "Args": null,
                      "Devices": null
                    },
                    "Config": {
                      "Description": "A sample volume plugin for Docker",
                      "Documentation": "https://docs.docker.com/engine/extend/plugins/",
                      "Interface": {
                        "Types": [
                          "docker.volumedriver/1.0"
                        ],
                        "Socket": "plugins.sock"
                      },
                      "Entrypoint": [
                        "/usr/bin/sample-volume-plugin",
                        "/data"
                      ],
                      "WorkDir": "",
                      "User": {},
                      "Network": {
                        "Type": ""
                      },
                      "Linux": {
                        "Capabilities": null,
                        "AllowAllDevices": false,
                        "Devices": null
                      },
                      "Mounts": null,
                      "PropagatedMount": "/data",
                      "Env": [
                        {
                          "Name": "DEBUG",
                          "Description": "If set, prints debug messages",
                          "Settable": null,
                          "Value": "0"
                        }
                      ],
                      "Args": {
                        "Name": "args",
                        "Description": "command line arguments",
                        "Settable": null,
                        "Value": []
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/privileges": {
      "get": {
        "tags": [
          "Plugin"
        ],
        "operationId": "getPluginsprivileges",
        "description": "The parameters and request body are for method: getPluginsprivileges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Name": {
                        "type": "string"
                      },
                      "Description": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Name": "string",
                    "Description": "string",
                    "Value": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  {
                    "Name": "string",
                    "Description": "string",
                    "Value": [
                      "string"
                    ]
                  },
                  {
                    "Name": "string",
                    "Description": "string",
                    "Value": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  {
                    "Name": "string",
                    "Description": "string",
                    "Value": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/pull": {
      "post": {
        "tags": [
          "Plugin"
        ],
        "operationId": "postPluginspull",
        "description": "The parameters and request body are for method: postPluginspull. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "remote",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/plugins/{name}/json": {
      "get": {
        "tags": [
          "Plugin"
        ],
        "operationId": "getPluginsnamejson",
        "description": "The parameters and request body are for method: getPluginsnamejson. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "Enabled": {
                      "type": "boolean"
                    },
                    "Settings": {
                      "type": "object",
                      "properties": {
                        "Mounts": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Source": {
                                "type": "string"
                              },
                              "Destination": {
                                "type": "string"
                              },
                              "Type": {
                                "type": "string"
                              },
                              "Options": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Args": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Devices": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Path": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Config": {
                      "type": "object",
                      "properties": {
                        "Description": {
                          "type": "string"
                        },
                        "Documentation": {
                          "type": "string"
                        },
                        "Interface": {
                          "type": "object",
                          "properties": {
                            "Types": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Prefix": {
                                    "type": "string"
                                  },
                                  "Capability": {
                                    "type": "string"
                                  },
                                  "Version": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "Socket": {
                              "type": "string"
                            }
                          }
                        },
                        "Entrypoint": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "WorkDir": {
                          "type": "string"
                        },
                        "User": {
                          "type": "object",
                          "properties": {
                            "UID": {
                              "type": "number"
                            },
                            "GID": {
                              "type": "number"
                            }
                          }
                        },
                        "Network": {
                          "type": "object",
                          "properties": {
                            "Type": {
                              "type": "string"
                            }
                          }
                        },
                        "Linux": {
                          "type": "object",
                          "properties": {
                            "Capabilities": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "AllowAllDevices": {
                              "type": "boolean"
                            },
                            "Devices": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Name": {
                                    "type": "string"
                                  },
                                  "Description": {
                                    "type": "string"
                                  },
                                  "Settable": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "Path": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "PropagatedMount": {
                          "type": "string"
                        },
                        "Mounts": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Source": {
                                "type": "string"
                              },
                              "Destination": {
                                "type": "string"
                              },
                              "Type": {
                                "type": "string"
                              },
                              "Options": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Value": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "Args": {
                          "type": "object",
                          "properties": {
                            "Name": {
                              "type": "string"
                            },
                            "Description": {
                              "type": "string"
                            },
                            "Settable": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "Value": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "rootfs": {
                          "type": "object",
                          "properties": {
                            "type": {
                              "type": "string"
                            },
                            "diff_ids": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Id": "string",
                  "Name": "string",
                  "Enabled": true,
                  "Settings": {
                    "Mounts": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "Env": [
                      "string"
                    ],
                    "Args": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "Devices": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      }
                    ]
                  },
                  "Config": {
                    "Description": "string",
                    "Documentation": "string",
                    "Interface": {
                      "Types": [
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        }
                      ],
                      "Socket": "string"
                    },
                    "Entrypoint": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "WorkDir": "string",
                    "User": {
                      "UID": 8,
                      "GID": 2
                    },
                    "Network": {
                      "Type": "string"
                    },
                    "Linux": {
                      "Capabilities": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "AllowAllDevices": true,
                      "Devices": [
                        {
                          "Name": "string",
                          "Description": "string",
                          "Settable": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Path": "string"
                        },
                        {
                          "Name": "string",
                          "Description": "string",
                          "Settable": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Path": "string"
                        },
                        {
                          "Name": "string",
                          "Description": "string",
                          "Settable": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Path": "string"
                        }
                      ]
                    },
                    "PropagatedMount": "string",
                    "Mounts": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "Env": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      }
                    ],
                    "Args": {
                      "Name": "string",
                      "Description": "string",
                      "Settable": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "Value": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "rootfs": {
                      "type": "string",
                      "diff_ids": [
                        "string",
                        "string"
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/{name}": {
      "delete": {
        "tags": [
          "Plugin"
        ],
        "operationId": "deletePluginsname",
        "description": "The parameters and request body are for method: deletePluginsname. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Id": {
                      "type": "string"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "Enabled": {
                      "type": "boolean"
                    },
                    "Settings": {
                      "type": "object",
                      "properties": {
                        "Mounts": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Source": {
                                "type": "string"
                              },
                              "Destination": {
                                "type": "string"
                              },
                              "Type": {
                                "type": "string"
                              },
                              "Options": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Args": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Devices": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Path": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Config": {
                      "type": "object",
                      "properties": {
                        "Description": {
                          "type": "string"
                        },
                        "Documentation": {
                          "type": "string"
                        },
                        "Interface": {
                          "type": "object",
                          "properties": {
                            "Types": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Prefix": {
                                    "type": "string"
                                  },
                                  "Capability": {
                                    "type": "string"
                                  },
                                  "Version": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "Socket": {
                              "type": "string"
                            }
                          }
                        },
                        "Entrypoint": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "WorkDir": {
                          "type": "string"
                        },
                        "User": {
                          "type": "object",
                          "properties": {
                            "UID": {
                              "type": "number"
                            },
                            "GID": {
                              "type": "number"
                            }
                          }
                        },
                        "Network": {
                          "type": "object",
                          "properties": {
                            "Type": {
                              "type": "string"
                            }
                          }
                        },
                        "Linux": {
                          "type": "object",
                          "properties": {
                            "Capabilities": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "AllowAllDevices": {
                              "type": "boolean"
                            },
                            "Devices": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Name": {
                                    "type": "string"
                                  },
                                  "Description": {
                                    "type": "string"
                                  },
                                  "Settable": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "Path": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "PropagatedMount": {
                          "type": "string"
                        },
                        "Mounts": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Source": {
                                "type": "string"
                              },
                              "Destination": {
                                "type": "string"
                              },
                              "Type": {
                                "type": "string"
                              },
                              "Options": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "Env": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Description": {
                                "type": "string"
                              },
                              "Settable": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "Value": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "Args": {
                          "type": "object",
                          "properties": {
                            "Name": {
                              "type": "string"
                            },
                            "Description": {
                              "type": "string"
                            },
                            "Settable": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "Value": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "rootfs": {
                          "type": "object",
                          "properties": {
                            "type": {
                              "type": "string"
                            },
                            "diff_ids": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Id": "string",
                  "Name": "string",
                  "Enabled": true,
                  "Settings": {
                    "Mounts": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "Env": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "Args": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "Devices": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string"
                        ],
                        "Path": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Path": "string"
                      }
                    ]
                  },
                  "Config": {
                    "Description": "string",
                    "Documentation": "string",
                    "Interface": {
                      "Types": [
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        },
                        {
                          "Prefix": "string",
                          "Capability": "string",
                          "Version": "string"
                        }
                      ],
                      "Socket": "string"
                    },
                    "Entrypoint": [
                      "string",
                      "string"
                    ],
                    "WorkDir": "string",
                    "User": {
                      "UID": 3,
                      "GID": 6
                    },
                    "Network": {
                      "Type": "string"
                    },
                    "Linux": {
                      "Capabilities": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "AllowAllDevices": true,
                      "Devices": [
                        {
                          "Name": "string",
                          "Description": "string",
                          "Settable": [
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Path": "string"
                        }
                      ]
                    },
                    "PropagatedMount": "string",
                    "Mounts": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Source": "string",
                        "Destination": "string",
                        "Type": "string",
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "Env": [
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      },
                      {
                        "Name": "string",
                        "Description": "string",
                        "Settable": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Value": "string"
                      }
                    ],
                    "Args": {
                      "Name": "string",
                      "Description": "string",
                      "Settable": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "Value": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "rootfs": {
                      "type": "string",
                      "diff_ids": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/{name}/enable": {
      "post": {
        "tags": [
          "Plugin"
        ],
        "operationId": "postPluginsnameenable",
        "description": "The parameters and request body are for method: postPluginsnameenable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "timeout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/{name}/disable": {
      "post": {
        "tags": [
          "Plugin"
        ],
        "operationId": "postPluginsnamedisable",
        "description": "The parameters and request body are for method: postPluginsnamedisable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/create": {
      "post": {
        "tags": [
          "Plugin"
        ],
        "operationId": "postPluginscreate",
        "description": "The parameters and request body are for method: postPluginscreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "tarContext": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "tarContext": "tarContext"
              }
            }
          }
        }
      }
    },
    "/plugins/{name}/push": {
      "post": {
        "tags": [
          "Plugin"
        ],
        "operationId": "postPluginsnamepush",
        "description": "The parameters and request body are for method: postPluginsnamepush. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/{name}/set": {
      "post": {
        "tags": [
          "Plugin"
        ],
        "operationId": "postPluginsnameset",
        "description": "The parameters and request body are for method: postPluginsnameset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nodes": {
      "get": {
        "tags": [
          "Node"
        ],
        "operationId": "getNodes",
        "description": "The parameters and request body are for method: getNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ID": {
                        "type": "string"
                      },
                      "Version": {
                        "type": "object",
                        "properties": {
                          "Index": {
                            "type": "number"
                          }
                        }
                      },
                      "CreatedAt": {
                        "type": "string"
                      },
                      "UpdatedAt": {
                        "type": "string"
                      },
                      "Spec": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "Role": {
                            "type": "string"
                          },
                          "Availability": {
                            "type": "string"
                          },
                          "Labels": {
                            "type": "object",
                            "properties": {
                              "foo": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "Description": {
                        "type": "object",
                        "properties": {
                          "Hostname": {
                            "type": "string"
                          },
                          "Platform": {
                            "type": "object",
                            "properties": {
                              "Architecture": {
                                "type": "string"
                              },
                              "OS": {
                                "type": "string"
                              }
                            }
                          },
                          "Resources": {
                            "type": "object",
                            "properties": {
                              "NanoCPUs": {
                                "type": "number"
                              },
                              "MemoryBytes": {
                                "type": "number"
                              }
                            }
                          },
                          "Engine": {
                            "type": "object",
                            "properties": {
                              "EngineVersion": {
                                "type": "string"
                              },
                              "Labels": {
                                "type": "object",
                                "properties": {
                                  "foo": {
                                    "type": "string"
                                  }
                                }
                              },
                              "Plugins": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "Type": {
                                      "type": "string"
                                    },
                                    "Name": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "Status": {
                        "type": "object",
                        "properties": {
                          "State": {
                            "type": "string"
                          },
                          "Addr": {
                            "type": "string"
                          }
                        }
                      },
                      "ManagerStatus": {
                        "type": "object",
                        "properties": {
                          "Leader": {
                            "type": "boolean"
                          },
                          "Reachability": {
                            "type": "string"
                          },
                          "Addr": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ID": "24ifsmvkjbyhk",
                    "Version": {
                      "Index": 8
                    },
                    "CreatedAt": "2016-06-07T20:31:11.853781916Z",
                    "UpdatedAt": "2016-06-07T20:31:11.999868824Z",
                    "Spec": {
                      "Name": "my-node",
                      "Role": "manager",
                      "Availability": "active",
                      "Labels": {
                        "foo": "bar"
                      }
                    },
                    "Description": {
                      "Hostname": "bf3067039e47",
                      "Platform": {
                        "Architecture": "x86_64",
                        "OS": "linux"
                      },
                      "Resources": {
                        "NanoCPUs": 4000000000,
                        "MemoryBytes": 8272408576
                      },
                      "Engine": {
                        "EngineVersion": "1.13.0",
                        "Labels": {
                          "foo": "bar"
                        },
                        "Plugins": [
                          {
                            "Type": "Volume",
                            "Name": "local"
                          },
                          {
                            "Type": "Network",
                            "Name": "bridge"
                          },
                          {
                            "Type": "Network",
                            "Name": "null"
                          },
                          {
                            "Type": "Network",
                            "Name": "overlay"
                          }
                        ]
                      }
                    },
                    "Status": {
                      "State": "ready",
                      "Addr": "172.17.0.2"
                    },
                    "ManagerStatus": {
                      "Leader": true,
                      "Reachability": "reachable",
                      "Addr": "172.17.0.2:2377"
                    }
                  },
                  {
                    "ID": "24ifsmvkjbyhk",
                    "Version": {
                      "Index": 8
                    },
                    "CreatedAt": "2016-06-07T20:31:11.853781916Z",
                    "UpdatedAt": "2016-06-07T20:31:11.999868824Z",
                    "Spec": {
                      "Name": "my-node",
                      "Role": "manager",
                      "Availability": "active",
                      "Labels": {
                        "foo": "bar"
                      }
                    },
                    "Description": {
                      "Hostname": "bf3067039e47",
                      "Platform": {
                        "Architecture": "x86_64",
                        "OS": "linux"
                      },
                      "Resources": {
                        "NanoCPUs": 4000000000,
                        "MemoryBytes": 8272408576
                      },
                      "Engine": {
                        "EngineVersion": "1.13.0",
                        "Labels": {
                          "foo": "bar"
                        },
                        "Plugins": [
                          {
                            "Type": "Volume",
                            "Name": "local"
                          },
                          {
                            "Type": "Network",
                            "Name": "bridge"
                          },
                          {
                            "Type": "Network",
                            "Name": "null"
                          },
                          {
                            "Type": "Network",
                            "Name": "overlay"
                          }
                        ]
                      }
                    },
                    "Status": {
                      "State": "ready",
                      "Addr": "172.17.0.2"
                    },
                    "ManagerStatus": {
                      "Leader": true,
                      "Reachability": "reachable",
                      "Addr": "172.17.0.2:2377"
                    }
                  },
                  {
                    "ID": "24ifsmvkjbyhk",
                    "Version": {
                      "Index": 8
                    },
                    "CreatedAt": "2016-06-07T20:31:11.853781916Z",
                    "UpdatedAt": "2016-06-07T20:31:11.999868824Z",
                    "Spec": {
                      "Name": "my-node",
                      "Role": "manager",
                      "Availability": "active",
                      "Labels": {
                        "foo": "bar"
                      }
                    },
                    "Description": {
                      "Hostname": "bf3067039e47",
                      "Platform": {
                        "Architecture": "x86_64",
                        "OS": "linux"
                      },
                      "Resources": {
                        "NanoCPUs": 4000000000,
                        "MemoryBytes": 8272408576
                      },
                      "Engine": {
                        "EngineVersion": "1.13.0",
                        "Labels": {
                          "foo": "bar"
                        },
                        "Plugins": [
                          {
                            "Type": "Volume",
                            "Name": "local"
                          },
                          {
                            "Type": "Network",
                            "Name": "bridge"
                          },
                          {
                            "Type": "Network",
                            "Name": "null"
                          },
                          {
                            "Type": "Network",
                            "Name": "overlay"
                          }
                        ]
                      }
                    },
                    "Status": {
                      "State": "ready",
                      "Addr": "172.17.0.2"
                    },
                    "ManagerStatus": {
                      "Leader": true,
                      "Reachability": "reachable",
                      "Addr": "172.17.0.2:2377"
                    }
                  },
                  {
                    "ID": "24ifsmvkjbyhk",
                    "Version": {
                      "Index": 8
                    },
                    "CreatedAt": "2016-06-07T20:31:11.853781916Z",
                    "UpdatedAt": "2016-06-07T20:31:11.999868824Z",
                    "Spec": {
                      "Name": "my-node",
                      "Role": "manager",
                      "Availability": "active",
                      "Labels": {
                        "foo": "bar"
                      }
                    },
                    "Description": {
                      "Hostname": "bf3067039e47",
                      "Platform": {
                        "Architecture": "x86_64",
                        "OS": "linux"
                      },
                      "Resources": {
                        "NanoCPUs": 4000000000,
                        "MemoryBytes": 8272408576
                      },
                      "Engine": {
                        "EngineVersion": "1.13.0",
                        "Labels": {
                          "foo": "bar"
                        },
                        "Plugins": [
                          {
                            "Type": "Volume",
                            "Name": "local"
                          },
                          {
                            "Type": "Network",
                            "Name": "bridge"
                          },
                          {
                            "Type": "Network",
                            "Name": "null"
                          },
                          {
                            "Type": "Network",
                            "Name": "overlay"
                          }
                        ]
                      }
                    },
                    "Status": {
                      "State": "ready",
                      "Addr": "172.17.0.2"
                    },
                    "ManagerStatus": {
                      "Leader": true,
                      "Reachability": "reachable",
                      "Addr": "172.17.0.2:2377"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nodes/{id}": {
      "get": {
        "tags": [
          "Node"
        ],
        "operationId": "getNodesid",
        "description": "The parameters and request body are for method: getNodesid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    },
                    "Version": {
                      "type": "object",
                      "properties": {
                        "Index": {
                          "type": "number"
                        }
                      }
                    },
                    "CreatedAt": {
                      "type": "string"
                    },
                    "UpdatedAt": {
                      "type": "string"
                    },
                    "Spec": {
                      "type": "object",
                      "properties": {
                        "Availability": {
                          "type": "string"
                        },
                        "Name": {
                          "type": "string"
                        },
                        "Role": {
                          "type": "string"
                        },
                        "Labels": {
                          "type": "object",
                          "properties": {
                            "foo": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "Description": {
                      "type": "object",
                      "properties": {
                        "Hostname": {
                          "type": "string"
                        },
                        "Platform": {
                          "type": "object",
                          "properties": {
                            "Architecture": {
                              "type": "string"
                            },
                            "OS": {
                              "type": "string"
                            }
                          }
                        },
                        "Resources": {
                          "type": "object",
                          "properties": {
                            "NanoCPUs": {
                              "type": "number"
                            },
                            "MemoryBytes": {
                              "type": "number"
                            }
                          }
                        },
                        "Engine": {
                          "type": "object",
                          "properties": {
                            "EngineVersion": {
                              "type": "string"
                            },
                            "Labels": {
                              "type": "object"
                            },
                            "Plugins": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Type": {
                                    "type": "string"
                                  },
                                  "Name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Version": {
                    "Index": 7
                  },
                  "CreatedAt": "string",
                  "UpdatedAt": "string",
                  "Spec": {
                    "Availability": "active",
                    "Name": "node-name",
                    "Role": "manager",
                    "Labels": {
                      "foo": "bar"
                    }
                  },
                  "Description": {
                    "Hostname": "string",
                    "Platform": {
                      "Architecture": "string",
                      "OS": "string"
                    },
                    "Resources": {
                      "NanoCPUs": 3,
                      "MemoryBytes": 7
                    },
                    "Engine": {
                      "EngineVersion": "string",
                      "Labels": {},
                      "Plugins": [
                        {
                          "Type": "string",
                          "Name": "string"
                        }
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Node"
        ],
        "operationId": "deleteNodesid",
        "description": "The parameters and request body are for method: deleteNodesid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nodes/{id}/update": {
      "post": {
        "tags": [
          "Node"
        ],
        "operationId": "postNodesidupdate",
        "description": "The parameters and request body are for method: postNodesidupdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/swarm": {
      "get": {
        "tags": [
          "Swarm"
        ],
        "operationId": "getSwarm",
        "description": "The parameters and request body are for method: getSwarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    },
                    "Version": {
                      "type": "object",
                      "properties": {
                        "Index": {
                          "type": "number"
                        }
                      }
                    },
                    "CreatedAt": {
                      "type": "string"
                    },
                    "UpdatedAt": {
                      "type": "string"
                    },
                    "Spec": {
                      "type": "object",
                      "properties": {
                        "Name": {
                          "type": "string"
                        },
                        "Orchestration": {
                          "type": "object",
                          "properties": {
                            "TaskHistoryRetentionLimit": {
                              "type": "number"
                            }
                          }
                        },
                        "Raft": {
                          "type": "object",
                          "properties": {
                            "SnapshotInterval": {
                              "type": "number"
                            },
                            "LogEntriesForSlowFollowers": {
                              "type": "number"
                            },
                            "HeartbeatTick": {
                              "type": "number"
                            },
                            "ElectionTick": {
                              "type": "number"
                            }
                          }
                        },
                        "Dispatcher": {
                          "type": "object",
                          "properties": {
                            "HeartbeatPeriod": {
                              "type": "number"
                            }
                          }
                        },
                        "CAConfig": {
                          "type": "object",
                          "properties": {
                            "NodeCertExpiry": {
                              "type": "number"
                            }
                          }
                        },
                        "JoinTokens": {
                          "type": "object",
                          "properties": {
                            "Worker": {
                              "type": "string"
                            },
                            "Manager": {
                              "type": "string"
                            }
                          }
                        },
                        "EncryptionConfig": {
                          "type": "object",
                          "properties": {
                            "AutoLockManagers": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    },
                    "JoinTokens": {
                      "type": "object",
                      "properties": {
                        "Worker": {
                          "type": "string"
                        },
                        "Manager": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Version": {
                    "Index": 5
                  },
                  "CreatedAt": "string",
                  "UpdatedAt": "string",
                  "Spec": {
                    "Name": "default",
                    "Orchestration": {
                      "TaskHistoryRetentionLimit": 10
                    },
                    "Raft": {
                      "SnapshotInterval": 10000,
                      "LogEntriesForSlowFollowers": 500,
                      "HeartbeatTick": 1,
                      "ElectionTick": 3
                    },
                    "Dispatcher": {
                      "HeartbeatPeriod": 5000000000
                    },
                    "CAConfig": {
                      "NodeCertExpiry": 7776000000000000
                    },
                    "JoinTokens": {
                      "Worker": "SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-1awxwuwd3z9j1z3puu7rcgdbx",
                      "Manager": "SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2"
                    },
                    "EncryptionConfig": {
                      "AutoLockManagers": false
                    }
                  },
                  "JoinTokens": {
                    "Worker": "string",
                    "Manager": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/swarm/init": {
      "post": {
        "tags": [
          "Swarm"
        ],
        "operationId": "postSwarminit",
        "description": "The parameters and request body are for method: postSwarminit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/swarm/join": {
      "post": {
        "tags": [
          "Swarm"
        ],
        "operationId": "postSwarmjoin",
        "description": "The parameters and request body are for method: postSwarmjoin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/swarm/leave": {
      "post": {
        "tags": [
          "Swarm"
        ],
        "operationId": "postSwarmleave",
        "description": "The parameters and request body are for method: postSwarmleave. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/swarm/update": {
      "post": {
        "tags": [
          "Swarm"
        ],
        "operationId": "postSwarmupdate",
        "description": "The parameters and request body are for method: postSwarmupdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rotateWorkerToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rotateManagerToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rotateManagerUnlockKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/swarm/unlockkey": {
      "get": {
        "tags": [
          "Swarm"
        ],
        "operationId": "getSwarmunlockkey",
        "description": "The parameters and request body are for method: getSwarmunlockkey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "UnlockKey": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "UnlockKey": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/swarm/unlock": {
      "post": {
        "tags": [
          "Swarm"
        ],
        "operationId": "postSwarmunlock",
        "description": "The parameters and request body are for method: postSwarmunlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/services": {
      "get": {
        "tags": [
          "Service"
        ],
        "operationId": "getServices",
        "description": "The parameters and request body are for method: getServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ID": {
                        "type": "string"
                      },
                      "Version": {
                        "type": "object",
                        "properties": {
                          "Index": {
                            "type": "number"
                          }
                        }
                      },
                      "CreatedAt": {
                        "type": "string"
                      },
                      "UpdatedAt": {
                        "type": "string"
                      },
                      "Spec": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "TaskTemplate": {
                            "type": "object",
                            "properties": {
                              "ContainerSpec": {
                                "type": "object",
                                "properties": {
                                  "Image": {
                                    "type": "string"
                                  }
                                }
                              },
                              "Resources": {
                                "type": "object",
                                "properties": {
                                  "Limits": {
                                    "type": "object"
                                  },
                                  "Reservations": {
                                    "type": "object"
                                  }
                                }
                              },
                              "RestartPolicy": {
                                "type": "object",
                                "properties": {
                                  "Condition": {
                                    "type": "string"
                                  },
                                  "MaxAttempts": {
                                    "type": "number"
                                  }
                                }
                              },
                              "Placement": {
                                "type": "object"
                              },
                              "ForceUpdate": {
                                "type": "number"
                              }
                            }
                          },
                          "Mode": {
                            "type": "object",
                            "properties": {
                              "Replicated": {
                                "type": "object",
                                "properties": {
                                  "Replicas": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          },
                          "UpdateConfig": {
                            "type": "object",
                            "properties": {
                              "Parallelism": {
                                "type": "number"
                              },
                              "FailureAction": {
                                "type": "string"
                              },
                              "Monitor": {
                                "type": "number"
                              },
                              "MaxFailureRatio": {
                                "type": "number"
                              }
                            }
                          },
                          "EndpointSpec": {
                            "type": "object",
                            "properties": {
                              "Mode": {
                                "type": "string"
                              },
                              "Ports": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "Protocol": {
                                      "type": "string"
                                    },
                                    "TargetPort": {
                                      "type": "number"
                                    },
                                    "PublishedPort": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "Endpoint": {
                        "type": "object",
                        "properties": {
                          "Spec": {
                            "type": "object",
                            "properties": {
                              "Mode": {
                                "type": "string"
                              },
                              "Ports": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "Protocol": {
                                      "type": "string"
                                    },
                                    "TargetPort": {
                                      "type": "number"
                                    },
                                    "PublishedPort": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "Ports": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Protocol": {
                                  "type": "string"
                                },
                                "TargetPort": {
                                  "type": "number"
                                },
                                "PublishedPort": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "VirtualIPs": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "NetworkID": {
                                  "type": "string"
                                },
                                "Addr": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Version": {
                      "Index": 19
                    },
                    "CreatedAt": "2016-06-07T21:05:51.880065305Z",
                    "UpdatedAt": "2016-06-07T21:07:29.962229872Z",
                    "Spec": {
                      "Name": "hopeful_cori",
                      "TaskTemplate": {
                        "ContainerSpec": {
                          "Image": "redis"
                        },
                        "Resources": {
                          "Limits": {},
                          "Reservations": {}
                        },
                        "RestartPolicy": {
                          "Condition": "any",
                          "MaxAttempts": 0
                        },
                        "Placement": {},
                        "ForceUpdate": 0
                      },
                      "Mode": {
                        "Replicated": {
                          "Replicas": 1
                        }
                      },
                      "UpdateConfig": {
                        "Parallelism": 1,
                        "FailureAction": "pause",
                        "Monitor": 15000000000,
                        "MaxFailureRatio": 0.15
                      },
                      "EndpointSpec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Protocol": "tcp",
                            "TargetPort": 6379,
                            "PublishedPort": 30001
                          }
                        ]
                      }
                    },
                    "Endpoint": {
                      "Spec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Protocol": "tcp",
                            "TargetPort": 6379,
                            "PublishedPort": 30001
                          }
                        ]
                      },
                      "Ports": [
                        {
                          "Protocol": "tcp",
                          "TargetPort": 6379,
                          "PublishedPort": 30001
                        }
                      ],
                      "VirtualIPs": [
                        {
                          "NetworkID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Addr": "10.255.0.2/16"
                        },
                        {
                          "NetworkID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Addr": "10.255.0.3/16"
                        }
                      ]
                    }
                  },
                  {
                    "ID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Version": {
                      "Index": 19
                    },
                    "CreatedAt": "2016-06-07T21:05:51.880065305Z",
                    "UpdatedAt": "2016-06-07T21:07:29.962229872Z",
                    "Spec": {
                      "Name": "hopeful_cori",
                      "TaskTemplate": {
                        "ContainerSpec": {
                          "Image": "redis"
                        },
                        "Resources": {
                          "Limits": {},
                          "Reservations": {}
                        },
                        "RestartPolicy": {
                          "Condition": "any",
                          "MaxAttempts": 0
                        },
                        "Placement": {},
                        "ForceUpdate": 0
                      },
                      "Mode": {
                        "Replicated": {
                          "Replicas": 1
                        }
                      },
                      "UpdateConfig": {
                        "Parallelism": 1,
                        "FailureAction": "pause",
                        "Monitor": 15000000000,
                        "MaxFailureRatio": 0.15
                      },
                      "EndpointSpec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Protocol": "tcp",
                            "TargetPort": 6379,
                            "PublishedPort": 30001
                          }
                        ]
                      }
                    },
                    "Endpoint": {
                      "Spec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Protocol": "tcp",
                            "TargetPort": 6379,
                            "PublishedPort": 30001
                          }
                        ]
                      },
                      "Ports": [
                        {
                          "Protocol": "tcp",
                          "TargetPort": 6379,
                          "PublishedPort": 30001
                        }
                      ],
                      "VirtualIPs": [
                        {
                          "NetworkID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Addr": "10.255.0.2/16"
                        },
                        {
                          "NetworkID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Addr": "10.255.0.3/16"
                        }
                      ]
                    }
                  },
                  {
                    "ID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Version": {
                      "Index": 19
                    },
                    "CreatedAt": "2016-06-07T21:05:51.880065305Z",
                    "UpdatedAt": "2016-06-07T21:07:29.962229872Z",
                    "Spec": {
                      "Name": "hopeful_cori",
                      "TaskTemplate": {
                        "ContainerSpec": {
                          "Image": "redis"
                        },
                        "Resources": {
                          "Limits": {},
                          "Reservations": {}
                        },
                        "RestartPolicy": {
                          "Condition": "any",
                          "MaxAttempts": 0
                        },
                        "Placement": {},
                        "ForceUpdate": 0
                      },
                      "Mode": {
                        "Replicated": {
                          "Replicas": 1
                        }
                      },
                      "UpdateConfig": {
                        "Parallelism": 1,
                        "FailureAction": "pause",
                        "Monitor": 15000000000,
                        "MaxFailureRatio": 0.15
                      },
                      "EndpointSpec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Protocol": "tcp",
                            "TargetPort": 6379,
                            "PublishedPort": 30001
                          }
                        ]
                      }
                    },
                    "Endpoint": {
                      "Spec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Protocol": "tcp",
                            "TargetPort": 6379,
                            "PublishedPort": 30001
                          }
                        ]
                      },
                      "Ports": [
                        {
                          "Protocol": "tcp",
                          "TargetPort": 6379,
                          "PublishedPort": 30001
                        }
                      ],
                      "VirtualIPs": [
                        {
                          "NetworkID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Addr": "10.255.0.2/16"
                        },
                        {
                          "NetworkID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Addr": "10.255.0.3/16"
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/services/create": {
      "post": {
        "tags": [
          "Service"
        ],
        "operationId": "postServicescreate",
        "description": "The parameters and request body are for method: postServicescreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    },
                    "Warning": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Warning": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/services/{id}": {
      "get": {
        "tags": [
          "Service"
        ],
        "operationId": "getServicesid",
        "description": "The parameters and request body are for method: getServicesid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    },
                    "Version": {
                      "type": "object",
                      "properties": {
                        "Index": {
                          "type": "number"
                        }
                      }
                    },
                    "CreatedAt": {
                      "type": "string"
                    },
                    "UpdatedAt": {
                      "type": "string"
                    },
                    "Spec": {
                      "type": "object",
                      "properties": {
                        "Name": {
                          "type": "string"
                        },
                        "Labels": {
                          "type": "object"
                        },
                        "TaskTemplate": {
                          "type": "object",
                          "properties": {
                            "ContainerSpec": {
                              "type": "object",
                              "properties": {
                                "Image": {
                                  "type": "string"
                                },
                                "Command": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Args": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Env": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Dir": {
                                  "type": "string"
                                },
                                "User": {
                                  "type": "string"
                                },
                                "Labels": {
                                  "type": "object"
                                },
                                "TTY": {
                                  "type": "boolean"
                                },
                                "Mounts": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Target": {
                                        "type": "string"
                                      },
                                      "Source": {
                                        "type": "object"
                                      },
                                      "Type": {
                                        "type": "string"
                                      },
                                      "ReadOnly": {
                                        "type": "boolean"
                                      },
                                      "BindOptions": {
                                        "type": "object",
                                        "properties": {
                                          "Propagation": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "VolumeOptions": {
                                        "type": "object",
                                        "properties": {
                                          "NoCopy": {
                                            "type": "boolean"
                                          },
                                          "Labels": {
                                            "type": "object"
                                          },
                                          "DriverConfig": {
                                            "type": "object",
                                            "properties": {
                                              "Name": {
                                                "type": "string"
                                              },
                                              "Options": {
                                                "type": "object"
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "TmpfsOptions": {
                                        "type": "object",
                                        "properties": {
                                          "SizeBytes": {
                                            "type": "number"
                                          },
                                          "Mode": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "StopGracePeriod": {
                                  "type": "number"
                                },
                                "DNSConfig": {
                                  "type": "object",
                                  "properties": {
                                    "Nameservers": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "Search": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "Options": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "Resources": {
                              "type": "object",
                              "properties": {
                                "Limits": {
                                  "type": "object",
                                  "properties": {
                                    "NanoCPUs": {
                                      "type": "number"
                                    },
                                    "MemoryBytes": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "Reservation": {
                                  "type": "object",
                                  "properties": {
                                    "NanoCPUs": {
                                      "type": "number"
                                    },
                                    "MemoryBytes": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "RestartPolicy": {
                              "type": "object",
                              "properties": {
                                "Condition": {
                                  "type": "string"
                                },
                                "Delay": {
                                  "type": "number"
                                },
                                "MaxAttempts": {
                                  "type": "number"
                                },
                                "Window": {
                                  "type": "number"
                                }
                              }
                            },
                            "Placement": {
                              "type": "object",
                              "properties": {
                                "Constraints": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "ForceUpdate": {
                              "type": "number"
                            },
                            "Networks": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Target": {
                                    "type": "string"
                                  },
                                  "Aliases": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "LogDriver": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string"
                                },
                                "Options": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        },
                        "Mode": {
                          "type": "object",
                          "properties": {
                            "Replicated": {
                              "type": "object",
                              "properties": {
                                "Replicas": {
                                  "type": "number"
                                }
                              }
                            },
                            "Global": {
                              "type": "object"
                            }
                          }
                        },
                        "UpdateConfig": {
                          "type": "object",
                          "properties": {
                            "Parallelism": {
                              "type": "number"
                            },
                            "Delay": {
                              "type": "number"
                            },
                            "FailureAction": {
                              "type": "string"
                            },
                            "Monitor": {
                              "type": "number"
                            },
                            "MaxFailureRatio": {
                              "type": "number"
                            }
                          }
                        },
                        "Networks": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Target": {
                                "type": "string"
                              },
                              "Aliases": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "EndpointSpec": {
                          "type": "object",
                          "properties": {
                            "Mode": {
                              "type": "string"
                            },
                            "Ports": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Name": {
                                    "type": "string"
                                  },
                                  "Protocol": {
                                    "type": "string"
                                  },
                                  "TargetPort": {
                                    "type": "number"
                                  },
                                  "PublishedPort": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "Endpoint": {
                      "type": "object",
                      "properties": {
                        "Spec": {
                          "type": "object",
                          "properties": {
                            "Mode": {
                              "type": "string"
                            },
                            "Ports": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Name": {
                                    "type": "string"
                                  },
                                  "Protocol": {
                                    "type": "string"
                                  },
                                  "TargetPort": {
                                    "type": "number"
                                  },
                                  "PublishedPort": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "Ports": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Name": {
                                "type": "string"
                              },
                              "Protocol": {
                                "type": "string"
                              },
                              "TargetPort": {
                                "type": "number"
                              },
                              "PublishedPort": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "VirtualIPs": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "NetworkID": {
                                "type": "string"
                              },
                              "Addr": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "UpdateStatus": {
                      "type": "object",
                      "properties": {
                        "State": {
                          "type": "string"
                        },
                        "StartedAt": {
                          "type": "string"
                        },
                        "CompletedAt": {
                          "type": "string"
                        },
                        "Message": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Version": {
                    "Index": 2
                  },
                  "CreatedAt": "string",
                  "UpdatedAt": "string",
                  "Spec": {
                    "Name": "string",
                    "Labels": {},
                    "TaskTemplate": {
                      "ContainerSpec": {
                        "Image": "string",
                        "Command": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Args": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Env": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Dir": "string",
                        "User": "string",
                        "Labels": {},
                        "TTY": false,
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "private"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 4
                            }
                          }
                        ],
                        "StopGracePeriod": 2,
                        "DNSConfig": {
                          "Nameservers": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Search": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Options": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      },
                      "Resources": {
                        "Limits": {
                          "NanoCPUs": 10,
                          "MemoryBytes": 7
                        },
                        "Reservation": {
                          "NanoCPUs": 3,
                          "MemoryBytes": 8
                        }
                      },
                      "RestartPolicy": {
                        "Condition": "none",
                        "Delay": 9,
                        "MaxAttempts": 1,
                        "Window": 6
                      },
                      "Placement": {
                        "Constraints": [
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "ForceUpdate": 5,
                      "Networks": [
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      ],
                      "LogDriver": {
                        "Name": "string",
                        "Options": {}
                      }
                    },
                    "Mode": {
                      "Replicated": {
                        "Replicas": 8
                      },
                      "Global": {}
                    },
                    "UpdateConfig": {
                      "Parallelism": 5,
                      "Delay": 6,
                      "FailureAction": "continue",
                      "Monitor": 7,
                      "MaxFailureRatio": 4
                    },
                    "Networks": [
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "EndpointSpec": {
                      "Mode": "vip",
                      "Ports": [
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 10,
                          "PublishedPort": 9
                        },
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 9,
                          "PublishedPort": 5
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 4,
                          "PublishedPort": 7
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 6,
                          "PublishedPort": 3
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 6,
                          "PublishedPort": 8
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 3,
                          "PublishedPort": 1
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 10,
                          "PublishedPort": 1
                        },
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 8,
                          "PublishedPort": 4
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 1,
                          "PublishedPort": 3
                        }
                      ]
                    }
                  },
                  "Endpoint": {
                    "Spec": {
                      "Mode": "vip",
                      "Ports": [
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 7,
                          "PublishedPort": 7
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 1,
                          "PublishedPort": 10
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 7,
                          "PublishedPort": 10
                        },
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 5,
                          "PublishedPort": 1
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 3,
                          "PublishedPort": 6
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 5,
                          "PublishedPort": 9
                        },
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 3,
                          "PublishedPort": 10
                        },
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 2,
                          "PublishedPort": 10
                        },
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 7,
                          "PublishedPort": 7
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 8,
                          "PublishedPort": 9
                        }
                      ]
                    },
                    "Ports": [
                      {
                        "Name": "string",
                        "Protocol": "udp",
                        "TargetPort": 1,
                        "PublishedPort": 2
                      },
                      {
                        "Name": "string",
                        "Protocol": "tcp",
                        "TargetPort": 7,
                        "PublishedPort": 10
                      },
                      {
                        "Name": "string",
                        "Protocol": "udp",
                        "TargetPort": 1,
                        "PublishedPort": 6
                      },
                      {
                        "Name": "string",
                        "Protocol": "tcp",
                        "TargetPort": 3,
                        "PublishedPort": 8
                      }
                    ],
                    "VirtualIPs": [
                      {
                        "NetworkID": "string",
                        "Addr": "string"
                      },
                      {
                        "NetworkID": "string",
                        "Addr": "string"
                      },
                      {
                        "NetworkID": "string",
                        "Addr": "string"
                      },
                      {
                        "NetworkID": "string",
                        "Addr": "string"
                      },
                      {
                        "NetworkID": "string",
                        "Addr": "string"
                      },
                      {
                        "NetworkID": "string",
                        "Addr": "string"
                      }
                    ]
                  },
                  "UpdateStatus": {
                    "State": "completed",
                    "StartedAt": "string",
                    "CompletedAt": "string",
                    "Message": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Service"
        ],
        "operationId": "deleteServicesid",
        "description": "The parameters and request body are for method: deleteServicesid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/services/{id}/update": {
      "post": {
        "tags": [
          "Service"
        ],
        "operationId": "postServicesidupdate",
        "description": "The parameters and request body are for method: postServicesidupdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Untagged": {
                      "type": "string"
                    },
                    "Deleted": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Untagged": "string",
                  "Deleted": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "registryAuthFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/services/{id}/logs": {
      "get": {
        "tags": [
          "Service"
        ],
        "operationId": "getServicesidlogs",
        "description": "The parameters and request body are for method: getServicesidlogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          },
          {
            "name": "details",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "follow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stdout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "stderr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timestamps",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tail",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tasks": {
      "get": {
        "tags": [
          "Task"
        ],
        "operationId": "getTasks",
        "description": "The parameters and request body are for method: getTasks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ID": {
                        "type": "string"
                      },
                      "Version": {
                        "type": "object",
                        "properties": {
                          "Index": {
                            "type": "number"
                          }
                        }
                      },
                      "CreatedAt": {
                        "type": "string"
                      },
                      "UpdatedAt": {
                        "type": "string"
                      },
                      "Spec": {
                        "type": "object",
                        "properties": {
                          "ContainerSpec": {
                            "type": "object",
                            "properties": {
                              "Image": {
                                "type": "string"
                              }
                            }
                          },
                          "Resources": {
                            "type": "object",
                            "properties": {
                              "Limits": {
                                "type": "object"
                              },
                              "Reservations": {
                                "type": "object"
                              }
                            }
                          },
                          "RestartPolicy": {
                            "type": "object",
                            "properties": {
                              "Condition": {
                                "type": "string"
                              },
                              "MaxAttempts": {
                                "type": "number"
                              }
                            }
                          },
                          "Placement": {
                            "type": "object"
                          }
                        }
                      },
                      "ServiceID": {
                        "type": "string"
                      },
                      "Slot": {
                        "type": "number"
                      },
                      "NodeID": {
                        "type": "string"
                      },
                      "Status": {
                        "type": "object",
                        "properties": {
                          "Timestamp": {
                            "type": "string"
                          },
                          "State": {
                            "type": "string"
                          },
                          "Message": {
                            "type": "string"
                          },
                          "ContainerStatus": {
                            "type": "object",
                            "properties": {
                              "ContainerID": {
                                "type": "string"
                              },
                              "PID": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      },
                      "DesiredState": {
                        "type": "string"
                      },
                      "NetworksAttachments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "Network": {
                              "type": "object",
                              "properties": {
                                "ID": {
                                  "type": "string"
                                },
                                "Version": {
                                  "type": "object",
                                  "properties": {
                                    "Index": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "CreatedAt": {
                                  "type": "string"
                                },
                                "UpdatedAt": {
                                  "type": "string"
                                },
                                "Spec": {
                                  "type": "object",
                                  "properties": {
                                    "Name": {
                                      "type": "string"
                                    },
                                    "Labels": {
                                      "type": "object",
                                      "properties": {
                                        "com.docker.swarm.internal": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "DriverConfiguration": {
                                      "type": "object"
                                    },
                                    "IPAMOptions": {
                                      "type": "object",
                                      "properties": {
                                        "Driver": {
                                          "type": "object"
                                        },
                                        "Configs": {
                                          "type": "array",
                                          "items": {
                                            "type": "object",
                                            "properties": {
                                              "Subnet": {
                                                "type": "string"
                                              },
                                              "Gateway": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "DriverState": {
                                  "type": "object",
                                  "properties": {
                                    "Name": {
                                      "type": "string"
                                    },
                                    "Options": {
                                      "type": "object",
                                      "properties": {
                                        "com.docker.network.driver.overlay.vxlanid_list": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                },
                                "IPAMOptions": {
                                  "type": "object",
                                  "properties": {
                                    "Driver": {
                                      "type": "object",
                                      "properties": {
                                        "Name": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "Configs": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "Subnet": {
                                            "type": "string"
                                          },
                                          "Gateway": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "Addresses": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ID": "0kzzo1i0y4jz6027t0k7aezc7",
                    "Version": {
                      "Index": 71
                    },
                    "CreatedAt": "2016-06-07T21:07:31.171892745Z",
                    "UpdatedAt": "2016-06-07T21:07:31.376370513Z",
                    "Spec": {
                      "ContainerSpec": {
                        "Image": "redis"
                      },
                      "Resources": {
                        "Limits": {},
                        "Reservations": {}
                      },
                      "RestartPolicy": {
                        "Condition": "any",
                        "MaxAttempts": 0
                      },
                      "Placement": {}
                    },
                    "ServiceID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Slot": 1,
                    "NodeID": "60gvrl6tm78dmak4yl7srz94v",
                    "Status": {
                      "Timestamp": "2016-06-07T21:07:31.290032978Z",
                      "State": "running",
                      "Message": "started",
                      "ContainerStatus": {
                        "ContainerID": "e5d62702a1b48d01c3e02ca1e0212a250801fa8d67caca0b6f35919ebc12f035",
                        "PID": 677
                      }
                    },
                    "DesiredState": "running",
                    "NetworksAttachments": [
                      {
                        "Network": {
                          "ID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Version": {
                            "Index": 18
                          },
                          "CreatedAt": "2016-06-07T20:31:11.912919752Z",
                          "UpdatedAt": "2016-06-07T21:07:29.955277358Z",
                          "Spec": {
                            "Name": "ingress",
                            "Labels": {
                              "com.docker.swarm.internal": "true"
                            },
                            "DriverConfiguration": {},
                            "IPAMOptions": {
                              "Driver": {},
                              "Configs": [
                                {
                                  "Subnet": "10.255.0.0/16",
                                  "Gateway": "10.255.0.1"
                                }
                              ]
                            }
                          },
                          "DriverState": {
                            "Name": "overlay",
                            "Options": {
                              "com.docker.network.driver.overlay.vxlanid_list": "256"
                            }
                          },
                          "IPAMOptions": {
                            "Driver": {
                              "Name": "default"
                            },
                            "Configs": [
                              {
                                "Subnet": "10.255.0.0/16",
                                "Gateway": "10.255.0.1"
                              }
                            ]
                          }
                        },
                        "Addresses": [
                          "10.255.0.10/16"
                        ]
                      }
                    ]
                  },
                  {
                    "ID": "0kzzo1i0y4jz6027t0k7aezc7",
                    "Version": {
                      "Index": 71
                    },
                    "CreatedAt": "2016-06-07T21:07:31.171892745Z",
                    "UpdatedAt": "2016-06-07T21:07:31.376370513Z",
                    "Spec": {
                      "ContainerSpec": {
                        "Image": "redis"
                      },
                      "Resources": {
                        "Limits": {},
                        "Reservations": {}
                      },
                      "RestartPolicy": {
                        "Condition": "any",
                        "MaxAttempts": 0
                      },
                      "Placement": {}
                    },
                    "ServiceID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Slot": 1,
                    "NodeID": "60gvrl6tm78dmak4yl7srz94v",
                    "Status": {
                      "Timestamp": "2016-06-07T21:07:31.290032978Z",
                      "State": "running",
                      "Message": "started",
                      "ContainerStatus": {
                        "ContainerID": "e5d62702a1b48d01c3e02ca1e0212a250801fa8d67caca0b6f35919ebc12f035",
                        "PID": 677
                      }
                    },
                    "DesiredState": "running",
                    "NetworksAttachments": [
                      {
                        "Network": {
                          "ID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Version": {
                            "Index": 18
                          },
                          "CreatedAt": "2016-06-07T20:31:11.912919752Z",
                          "UpdatedAt": "2016-06-07T21:07:29.955277358Z",
                          "Spec": {
                            "Name": "ingress",
                            "Labels": {
                              "com.docker.swarm.internal": "true"
                            },
                            "DriverConfiguration": {},
                            "IPAMOptions": {
                              "Driver": {},
                              "Configs": [
                                {
                                  "Subnet": "10.255.0.0/16",
                                  "Gateway": "10.255.0.1"
                                }
                              ]
                            }
                          },
                          "DriverState": {
                            "Name": "overlay",
                            "Options": {
                              "com.docker.network.driver.overlay.vxlanid_list": "256"
                            }
                          },
                          "IPAMOptions": {
                            "Driver": {
                              "Name": "default"
                            },
                            "Configs": [
                              {
                                "Subnet": "10.255.0.0/16",
                                "Gateway": "10.255.0.1"
                              }
                            ]
                          }
                        },
                        "Addresses": [
                          "10.255.0.10/16"
                        ]
                      }
                    ]
                  },
                  {
                    "ID": "0kzzo1i0y4jz6027t0k7aezc7",
                    "Version": {
                      "Index": 71
                    },
                    "CreatedAt": "2016-06-07T21:07:31.171892745Z",
                    "UpdatedAt": "2016-06-07T21:07:31.376370513Z",
                    "Spec": {
                      "ContainerSpec": {
                        "Image": "redis"
                      },
                      "Resources": {
                        "Limits": {},
                        "Reservations": {}
                      },
                      "RestartPolicy": {
                        "Condition": "any",
                        "MaxAttempts": 0
                      },
                      "Placement": {}
                    },
                    "ServiceID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Slot": 1,
                    "NodeID": "60gvrl6tm78dmak4yl7srz94v",
                    "Status": {
                      "Timestamp": "2016-06-07T21:07:31.290032978Z",
                      "State": "running",
                      "Message": "started",
                      "ContainerStatus": {
                        "ContainerID": "e5d62702a1b48d01c3e02ca1e0212a250801fa8d67caca0b6f35919ebc12f035",
                        "PID": 677
                      }
                    },
                    "DesiredState": "running",
                    "NetworksAttachments": [
                      {
                        "Network": {
                          "ID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Version": {
                            "Index": 18
                          },
                          "CreatedAt": "2016-06-07T20:31:11.912919752Z",
                          "UpdatedAt": "2016-06-07T21:07:29.955277358Z",
                          "Spec": {
                            "Name": "ingress",
                            "Labels": {
                              "com.docker.swarm.internal": "true"
                            },
                            "DriverConfiguration": {},
                            "IPAMOptions": {
                              "Driver": {},
                              "Configs": [
                                {
                                  "Subnet": "10.255.0.0/16",
                                  "Gateway": "10.255.0.1"
                                }
                              ]
                            }
                          },
                          "DriverState": {
                            "Name": "overlay",
                            "Options": {
                              "com.docker.network.driver.overlay.vxlanid_list": "256"
                            }
                          },
                          "IPAMOptions": {
                            "Driver": {
                              "Name": "default"
                            },
                            "Configs": [
                              {
                                "Subnet": "10.255.0.0/16",
                                "Gateway": "10.255.0.1"
                              }
                            ]
                          }
                        },
                        "Addresses": [
                          "10.255.0.10/16"
                        ]
                      }
                    ]
                  },
                  {
                    "ID": "0kzzo1i0y4jz6027t0k7aezc7",
                    "Version": {
                      "Index": 71
                    },
                    "CreatedAt": "2016-06-07T21:07:31.171892745Z",
                    "UpdatedAt": "2016-06-07T21:07:31.376370513Z",
                    "Spec": {
                      "ContainerSpec": {
                        "Image": "redis"
                      },
                      "Resources": {
                        "Limits": {},
                        "Reservations": {}
                      },
                      "RestartPolicy": {
                        "Condition": "any",
                        "MaxAttempts": 0
                      },
                      "Placement": {}
                    },
                    "ServiceID": "9mnpnzenvg8p8tdbtq4wvbkcz",
                    "Slot": 1,
                    "NodeID": "60gvrl6tm78dmak4yl7srz94v",
                    "Status": {
                      "Timestamp": "2016-06-07T21:07:31.290032978Z",
                      "State": "running",
                      "Message": "started",
                      "ContainerStatus": {
                        "ContainerID": "e5d62702a1b48d01c3e02ca1e0212a250801fa8d67caca0b6f35919ebc12f035",
                        "PID": 677
                      }
                    },
                    "DesiredState": "running",
                    "NetworksAttachments": [
                      {
                        "Network": {
                          "ID": "4qvuz4ko70xaltuqbt8956gd1",
                          "Version": {
                            "Index": 18
                          },
                          "CreatedAt": "2016-06-07T20:31:11.912919752Z",
                          "UpdatedAt": "2016-06-07T21:07:29.955277358Z",
                          "Spec": {
                            "Name": "ingress",
                            "Labels": {
                              "com.docker.swarm.internal": "true"
                            },
                            "DriverConfiguration": {},
                            "IPAMOptions": {
                              "Driver": {},
                              "Configs": [
                                {
                                  "Subnet": "10.255.0.0/16",
                                  "Gateway": "10.255.0.1"
                                }
                              ]
                            }
                          },
                          "DriverState": {
                            "Name": "overlay",
                            "Options": {
                              "com.docker.network.driver.overlay.vxlanid_list": "256"
                            }
                          },
                          "IPAMOptions": {
                            "Driver": {
                              "Name": "default"
                            },
                            "Configs": [
                              {
                                "Subnet": "10.255.0.0/16",
                                "Gateway": "10.255.0.1"
                              }
                            ]
                          }
                        },
                        "Addresses": [
                          "10.255.0.10/16"
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tasks/{id}": {
      "get": {
        "tags": [
          "Task"
        ],
        "operationId": "getTasksid",
        "description": "The parameters and request body are for method: getTasksid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    },
                    "Version": {
                      "type": "object",
                      "properties": {
                        "Index": {
                          "type": "number"
                        }
                      }
                    },
                    "CreatedAt": {
                      "type": "string"
                    },
                    "UpdatedAt": {
                      "type": "string"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "Labels": {
                      "type": "object"
                    },
                    "Spec": {
                      "type": "object",
                      "properties": {
                        "ContainerSpec": {
                          "type": "object",
                          "properties": {
                            "Image": {
                              "type": "string"
                            },
                            "Command": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "Args": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "Env": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "Dir": {
                              "type": "string"
                            },
                            "User": {
                              "type": "string"
                            },
                            "Labels": {
                              "type": "object"
                            },
                            "TTY": {
                              "type": "boolean"
                            },
                            "Mounts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Target": {
                                    "type": "string"
                                  },
                                  "Source": {
                                    "type": "object"
                                  },
                                  "Type": {
                                    "type": "string"
                                  },
                                  "ReadOnly": {
                                    "type": "boolean"
                                  },
                                  "BindOptions": {
                                    "type": "object",
                                    "properties": {
                                      "Propagation": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "VolumeOptions": {
                                    "type": "object",
                                    "properties": {
                                      "NoCopy": {
                                        "type": "boolean"
                                      },
                                      "Labels": {
                                        "type": "object"
                                      },
                                      "DriverConfig": {
                                        "type": "object",
                                        "properties": {
                                          "Name": {
                                            "type": "string"
                                          },
                                          "Options": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "TmpfsOptions": {
                                    "type": "object",
                                    "properties": {
                                      "SizeBytes": {
                                        "type": "number"
                                      },
                                      "Mode": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "StopGracePeriod": {
                              "type": "number"
                            },
                            "DNSConfig": {
                              "type": "object",
                              "properties": {
                                "Nameservers": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Search": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Options": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "Resources": {
                          "type": "object",
                          "properties": {
                            "Limits": {
                              "type": "object",
                              "properties": {
                                "NanoCPUs": {
                                  "type": "number"
                                },
                                "MemoryBytes": {
                                  "type": "number"
                                }
                              }
                            },
                            "Reservation": {
                              "type": "object",
                              "properties": {
                                "NanoCPUs": {
                                  "type": "number"
                                },
                                "MemoryBytes": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "RestartPolicy": {
                          "type": "object",
                          "properties": {
                            "Condition": {
                              "type": "string"
                            },
                            "Delay": {
                              "type": "number"
                            },
                            "MaxAttempts": {
                              "type": "number"
                            },
                            "Window": {
                              "type": "number"
                            }
                          }
                        },
                        "Placement": {
                          "type": "object",
                          "properties": {
                            "Constraints": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "ForceUpdate": {
                          "type": "number"
                        },
                        "Networks": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Target": {
                                "type": "string"
                              },
                              "Aliases": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "LogDriver": {
                          "type": "object",
                          "properties": {
                            "Name": {
                              "type": "string"
                            },
                            "Options": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    },
                    "ServiceID": {
                      "type": "string"
                    },
                    "Slot": {
                      "type": "number"
                    },
                    "NodeID": {
                      "type": "string"
                    },
                    "Status": {
                      "type": "object",
                      "properties": {
                        "Timestamp": {
                          "type": "string"
                        },
                        "State": {
                          "type": "string"
                        },
                        "Message": {
                          "type": "string"
                        },
                        "Err": {
                          "type": "string"
                        },
                        "ContainerStatus": {
                          "type": "object",
                          "properties": {
                            "ContainerID": {
                              "type": "string"
                            },
                            "PID": {
                              "type": "number"
                            },
                            "ExitCode": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "DesiredState": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Version": {
                    "Index": 5
                  },
                  "CreatedAt": "string",
                  "UpdatedAt": "string",
                  "Name": "string",
                  "Labels": {},
                  "Spec": {
                    "ContainerSpec": {
                      "Image": "string",
                      "Command": [
                        "string",
                        "string"
                      ],
                      "Args": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "Env": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "Dir": "string",
                      "User": "string",
                      "Labels": {},
                      "TTY": false,
                      "Mounts": [
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "bind",
                          "ReadOnly": true,
                          "BindOptions": {
                            "Propagation": "rprivate"
                          },
                          "VolumeOptions": {
                            "NoCopy": false,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 1,
                            "Mode": 3
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "bind",
                          "ReadOnly": true,
                          "BindOptions": {
                            "Propagation": "rshared"
                          },
                          "VolumeOptions": {
                            "NoCopy": false,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 1,
                            "Mode": 9
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "bind",
                          "ReadOnly": false,
                          "BindOptions": {
                            "Propagation": "rshared"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 9,
                            "Mode": 3
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "tmpfs",
                          "ReadOnly": false,
                          "BindOptions": {
                            "Propagation": "rprivate"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 3,
                            "Mode": 8
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "volume",
                          "ReadOnly": true,
                          "BindOptions": {
                            "Propagation": "shared"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 8,
                            "Mode": 4
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "volume",
                          "ReadOnly": true,
                          "BindOptions": {
                            "Propagation": "rslave"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 9,
                            "Mode": 5
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "tmpfs",
                          "ReadOnly": false,
                          "BindOptions": {
                            "Propagation": "shared"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 6,
                            "Mode": 1
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "tmpfs",
                          "ReadOnly": false,
                          "BindOptions": {
                            "Propagation": "private"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 3,
                            "Mode": 2
                          }
                        },
                        {
                          "Target": "string",
                          "Source": null,
                          "Type": "bind",
                          "ReadOnly": true,
                          "BindOptions": {
                            "Propagation": "rshared"
                          },
                          "VolumeOptions": {
                            "NoCopy": true,
                            "Labels": {},
                            "DriverConfig": {
                              "Name": "string",
                              "Options": {}
                            }
                          },
                          "TmpfsOptions": {
                            "SizeBytes": 7,
                            "Mode": 10
                          }
                        }
                      ],
                      "StopGracePeriod": 6,
                      "DNSConfig": {
                        "Nameservers": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Search": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Options": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    },
                    "Resources": {
                      "Limits": {
                        "NanoCPUs": 2,
                        "MemoryBytes": 9
                      },
                      "Reservation": {
                        "NanoCPUs": 1,
                        "MemoryBytes": 1
                      }
                    },
                    "RestartPolicy": {
                      "Condition": "any",
                      "Delay": 8,
                      "MaxAttempts": 9,
                      "Window": 10
                    },
                    "Placement": {
                      "Constraints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "ForceUpdate": 8,
                    "Networks": [
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "LogDriver": {
                      "Name": "string",
                      "Options": {}
                    }
                  },
                  "ServiceID": "string",
                  "Slot": 6,
                  "NodeID": "string",
                  "Status": {
                    "Timestamp": "string",
                    "State": "complete",
                    "Message": "string",
                    "Err": "string",
                    "ContainerStatus": {
                      "ContainerID": "string",
                      "PID": 10,
                      "ExitCode": 8
                    }
                  },
                  "DesiredState": "assigned"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/secrets": {
      "get": {
        "tags": [
          "Secret"
        ],
        "operationId": "getSecrets",
        "description": "The parameters and request body are for method: getSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ID": {
                        "type": "string"
                      },
                      "Version": {
                        "type": "object",
                        "properties": {
                          "Index": {
                            "type": "number"
                          }
                        }
                      },
                      "CreatedAt": {
                        "type": "string"
                      },
                      "UpdatedAt": {
                        "type": "string"
                      },
                      "Spec": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "Labels": {
                            "type": "object"
                          },
                          "TaskTemplate": {
                            "type": "object",
                            "properties": {
                              "ContainerSpec": {
                                "type": "object",
                                "properties": {
                                  "Image": {
                                    "type": "string"
                                  },
                                  "Command": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "Args": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "Env": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "Dir": {
                                    "type": "string"
                                  },
                                  "User": {
                                    "type": "string"
                                  },
                                  "Labels": {
                                    "type": "object"
                                  },
                                  "TTY": {
                                    "type": "boolean"
                                  },
                                  "Mounts": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "Target": {
                                          "type": "string"
                                        },
                                        "Source": {
                                          "type": "object"
                                        },
                                        "Type": {
                                          "type": "string"
                                        },
                                        "ReadOnly": {
                                          "type": "boolean"
                                        },
                                        "BindOptions": {
                                          "type": "object",
                                          "properties": {
                                            "Propagation": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "VolumeOptions": {
                                          "type": "object",
                                          "properties": {
                                            "NoCopy": {
                                              "type": "boolean"
                                            },
                                            "Labels": {
                                              "type": "object"
                                            },
                                            "DriverConfig": {
                                              "type": "object",
                                              "properties": {
                                                "Name": {
                                                  "type": "string"
                                                },
                                                "Options": {
                                                  "type": "object"
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "TmpfsOptions": {
                                          "type": "object",
                                          "properties": {
                                            "SizeBytes": {
                                              "type": "number"
                                            },
                                            "Mode": {
                                              "type": "number"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "StopGracePeriod": {
                                    "type": "number"
                                  },
                                  "DNSConfig": {
                                    "type": "object",
                                    "properties": {
                                      "Nameservers": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "Search": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "Options": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "Resources": {
                                "type": "object",
                                "properties": {
                                  "Limits": {
                                    "type": "object",
                                    "properties": {
                                      "NanoCPUs": {
                                        "type": "number"
                                      },
                                      "MemoryBytes": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "Reservation": {
                                    "type": "object",
                                    "properties": {
                                      "NanoCPUs": {
                                        "type": "number"
                                      },
                                      "MemoryBytes": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              },
                              "RestartPolicy": {
                                "type": "object",
                                "properties": {
                                  "Condition": {
                                    "type": "string"
                                  },
                                  "Delay": {
                                    "type": "number"
                                  },
                                  "MaxAttempts": {
                                    "type": "number"
                                  },
                                  "Window": {
                                    "type": "number"
                                  }
                                }
                              },
                              "Placement": {
                                "type": "object",
                                "properties": {
                                  "Constraints": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "ForceUpdate": {
                                "type": "number"
                              },
                              "Networks": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "Target": {
                                      "type": "string"
                                    },
                                    "Aliases": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "LogDriver": {
                                "type": "object",
                                "properties": {
                                  "Name": {
                                    "type": "string"
                                  },
                                  "Options": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          },
                          "Mode": {
                            "type": "object",
                            "properties": {
                              "Replicated": {
                                "type": "object",
                                "properties": {
                                  "Replicas": {
                                    "type": "number"
                                  }
                                }
                              },
                              "Global": {
                                "type": "object"
                              }
                            }
                          },
                          "UpdateConfig": {
                            "type": "object",
                            "properties": {
                              "Parallelism": {
                                "type": "number"
                              },
                              "Delay": {
                                "type": "number"
                              },
                              "FailureAction": {
                                "type": "string"
                              },
                              "Monitor": {
                                "type": "number"
                              },
                              "MaxFailureRatio": {
                                "type": "number"
                              }
                            }
                          },
                          "Networks": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Target": {
                                  "type": "string"
                                },
                                "Aliases": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "EndpointSpec": {
                            "type": "object",
                            "properties": {
                              "Mode": {
                                "type": "string"
                              },
                              "Ports": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "Name": {
                                      "type": "string"
                                    },
                                    "Protocol": {
                                      "type": "string"
                                    },
                                    "TargetPort": {
                                      "type": "number"
                                    },
                                    "PublishedPort": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ID": "string",
                    "Version": {
                      "Index": 9
                    },
                    "CreatedAt": "string",
                    "UpdatedAt": "string",
                    "Spec": {
                      "Name": "string",
                      "Labels": {},
                      "TaskTemplate": {
                        "ContainerSpec": {
                          "Image": "string",
                          "Command": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Args": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Env": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Dir": "string",
                          "User": "string",
                          "Labels": {},
                          "TTY": false,
                          "Mounts": [
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "volume",
                              "ReadOnly": false,
                              "BindOptions": {
                                "Propagation": "rshared"
                              },
                              "VolumeOptions": {
                                "NoCopy": false,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 5,
                                "Mode": 7
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "bind",
                              "ReadOnly": false,
                              "BindOptions": {
                                "Propagation": "rshared"
                              },
                              "VolumeOptions": {
                                "NoCopy": true,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 8,
                                "Mode": 4
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "volume",
                              "ReadOnly": true,
                              "BindOptions": {
                                "Propagation": "private"
                              },
                              "VolumeOptions": {
                                "NoCopy": true,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 8,
                                "Mode": 7
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "volume",
                              "ReadOnly": true,
                              "BindOptions": {
                                "Propagation": "private"
                              },
                              "VolumeOptions": {
                                "NoCopy": true,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 9,
                                "Mode": 9
                              }
                            }
                          ],
                          "StopGracePeriod": 8,
                          "DNSConfig": {
                            "Nameservers": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "Search": [
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "Options": [
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          }
                        },
                        "Resources": {
                          "Limits": {
                            "NanoCPUs": 5,
                            "MemoryBytes": 10
                          },
                          "Reservation": {
                            "NanoCPUs": 6,
                            "MemoryBytes": 10
                          }
                        },
                        "RestartPolicy": {
                          "Condition": "on-failure",
                          "Delay": 5,
                          "MaxAttempts": 4,
                          "Window": 10
                        },
                        "Placement": {
                          "Constraints": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        "ForceUpdate": 9,
                        "Networks": [
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          }
                        ],
                        "LogDriver": {
                          "Name": "string",
                          "Options": {}
                        }
                      },
                      "Mode": {
                        "Replicated": {
                          "Replicas": 1
                        },
                        "Global": {}
                      },
                      "UpdateConfig": {
                        "Parallelism": 8,
                        "Delay": 6,
                        "FailureAction": "continue",
                        "Monitor": 9,
                        "MaxFailureRatio": 9
                      },
                      "Networks": [
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      ],
                      "EndpointSpec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 3,
                            "PublishedPort": 7
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 7,
                            "PublishedPort": 6
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 2,
                            "PublishedPort": 7
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 10,
                            "PublishedPort": 4
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 8,
                            "PublishedPort": 5
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 1,
                            "PublishedPort": 6
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 6,
                            "PublishedPort": 6
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 9,
                            "PublishedPort": 5
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 1,
                            "PublishedPort": 4
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 9,
                            "PublishedPort": 1
                          }
                        ]
                      }
                    }
                  },
                  {
                    "ID": "string",
                    "Version": {
                      "Index": 7
                    },
                    "CreatedAt": "string",
                    "UpdatedAt": "string",
                    "Spec": {
                      "Name": "string",
                      "Labels": {},
                      "TaskTemplate": {
                        "ContainerSpec": {
                          "Image": "string",
                          "Command": [
                            "string",
                            "string"
                          ],
                          "Args": [
                            "string",
                            "string"
                          ],
                          "Env": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "Dir": "string",
                          "User": "string",
                          "Labels": {},
                          "TTY": false,
                          "Mounts": [
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "tmpfs",
                              "ReadOnly": false,
                              "BindOptions": {
                                "Propagation": "slave"
                              },
                              "VolumeOptions": {
                                "NoCopy": false,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 5,
                                "Mode": 9
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "bind",
                              "ReadOnly": true,
                              "BindOptions": {
                                "Propagation": "shared"
                              },
                              "VolumeOptions": {
                                "NoCopy": true,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 2,
                                "Mode": 1
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "tmpfs",
                              "ReadOnly": false,
                              "BindOptions": {
                                "Propagation": "rprivate"
                              },
                              "VolumeOptions": {
                                "NoCopy": false,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 1,
                                "Mode": 9
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "bind",
                              "ReadOnly": false,
                              "BindOptions": {
                                "Propagation": "slave"
                              },
                              "VolumeOptions": {
                                "NoCopy": false,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 7,
                                "Mode": 9
                              }
                            },
                            {
                              "Target": "string",
                              "Source": null,
                              "Type": "tmpfs",
                              "ReadOnly": false,
                              "BindOptions": {
                                "Propagation": "slave"
                              },
                              "VolumeOptions": {
                                "NoCopy": false,
                                "Labels": {},
                                "DriverConfig": {
                                  "Name": "string",
                                  "Options": {}
                                }
                              },
                              "TmpfsOptions": {
                                "SizeBytes": 3,
                                "Mode": 1
                              }
                            }
                          ],
                          "StopGracePeriod": 10,
                          "DNSConfig": {
                            "Nameservers": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "Search": [
                              "string",
                              "string",
                              "string"
                            ],
                            "Options": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          }
                        },
                        "Resources": {
                          "Limits": {
                            "NanoCPUs": 8,
                            "MemoryBytes": 10
                          },
                          "Reservation": {
                            "NanoCPUs": 5,
                            "MemoryBytes": 10
                          }
                        },
                        "RestartPolicy": {
                          "Condition": "none",
                          "Delay": 3,
                          "MaxAttempts": 9,
                          "Window": 7
                        },
                        "Placement": {
                          "Constraints": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        "ForceUpdate": 4,
                        "Networks": [
                          {
                            "Target": "string",
                            "Aliases": [
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          {
                            "Target": "string",
                            "Aliases": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          }
                        ],
                        "LogDriver": {
                          "Name": "string",
                          "Options": {}
                        }
                      },
                      "Mode": {
                        "Replicated": {
                          "Replicas": 9
                        },
                        "Global": {}
                      },
                      "UpdateConfig": {
                        "Parallelism": 9,
                        "Delay": 8,
                        "FailureAction": "pause",
                        "Monitor": 10,
                        "MaxFailureRatio": 8
                      },
                      "Networks": [
                        {
                          "Target": "string",
                          "Aliases": [
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      ],
                      "EndpointSpec": {
                        "Mode": "vip",
                        "Ports": [
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 4,
                            "PublishedPort": 8
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 6,
                            "PublishedPort": 7
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 6,
                            "PublishedPort": 4
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 4,
                            "PublishedPort": 8
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 8,
                            "PublishedPort": 3
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 8,
                            "PublishedPort": 1
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 9,
                            "PublishedPort": 5
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 7,
                            "PublishedPort": 5
                          },
                          {
                            "Name": "string",
                            "Protocol": "udp",
                            "TargetPort": 5,
                            "PublishedPort": 3
                          },
                          {
                            "Name": "string",
                            "Protocol": "tcp",
                            "TargetPort": 7,
                            "PublishedPort": 10
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/secrets/create": {
      "post": {
        "tags": [
          "Secret"
        ],
        "operationId": "postSecretscreate",
        "description": "The parameters and request body are for method: postSecretscreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ID": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/secrets/{id}": {
      "get": {
        "tags": [
          "Secret"
        ],
        "operationId": "getSecretsid",
        "description": "The parameters and request body are for method: getSecretsid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "string"
                    },
                    "Version": {
                      "type": "object",
                      "properties": {
                        "Index": {
                          "type": "number"
                        }
                      }
                    },
                    "CreatedAt": {
                      "type": "string"
                    },
                    "UpdatedAt": {
                      "type": "string"
                    },
                    "Spec": {
                      "type": "object",
                      "properties": {
                        "Name": {
                          "type": "string"
                        },
                        "Labels": {
                          "type": "object"
                        },
                        "TaskTemplate": {
                          "type": "object",
                          "properties": {
                            "ContainerSpec": {
                              "type": "object",
                              "properties": {
                                "Image": {
                                  "type": "string"
                                },
                                "Command": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Args": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Env": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "Dir": {
                                  "type": "string"
                                },
                                "User": {
                                  "type": "string"
                                },
                                "Labels": {
                                  "type": "object"
                                },
                                "TTY": {
                                  "type": "boolean"
                                },
                                "Mounts": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Target": {
                                        "type": "string"
                                      },
                                      "Source": {
                                        "type": "object"
                                      },
                                      "Type": {
                                        "type": "string"
                                      },
                                      "ReadOnly": {
                                        "type": "boolean"
                                      },
                                      "BindOptions": {
                                        "type": "object",
                                        "properties": {
                                          "Propagation": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "VolumeOptions": {
                                        "type": "object",
                                        "properties": {
                                          "NoCopy": {
                                            "type": "boolean"
                                          },
                                          "Labels": {
                                            "type": "object"
                                          },
                                          "DriverConfig": {
                                            "type": "object",
                                            "properties": {
                                              "Name": {
                                                "type": "string"
                                              },
                                              "Options": {
                                                "type": "object"
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "TmpfsOptions": {
                                        "type": "object",
                                        "properties": {
                                          "SizeBytes": {
                                            "type": "number"
                                          },
                                          "Mode": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "StopGracePeriod": {
                                  "type": "number"
                                },
                                "DNSConfig": {
                                  "type": "object",
                                  "properties": {
                                    "Nameservers": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "Search": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "Options": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "Resources": {
                              "type": "object",
                              "properties": {
                                "Limits": {
                                  "type": "object",
                                  "properties": {
                                    "NanoCPUs": {
                                      "type": "number"
                                    },
                                    "MemoryBytes": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "Reservation": {
                                  "type": "object",
                                  "properties": {
                                    "NanoCPUs": {
                                      "type": "number"
                                    },
                                    "MemoryBytes": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "RestartPolicy": {
                              "type": "object",
                              "properties": {
                                "Condition": {
                                  "type": "string"
                                },
                                "Delay": {
                                  "type": "number"
                                },
                                "MaxAttempts": {
                                  "type": "number"
                                },
                                "Window": {
                                  "type": "number"
                                }
                              }
                            },
                            "Placement": {
                              "type": "object",
                              "properties": {
                                "Constraints": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "ForceUpdate": {
                              "type": "number"
                            },
                            "Networks": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Target": {
                                    "type": "string"
                                  },
                                  "Aliases": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "LogDriver": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string"
                                },
                                "Options": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        },
                        "Mode": {
                          "type": "object",
                          "properties": {
                            "Replicated": {
                              "type": "object",
                              "properties": {
                                "Replicas": {
                                  "type": "number"
                                }
                              }
                            },
                            "Global": {
                              "type": "object"
                            }
                          }
                        },
                        "UpdateConfig": {
                          "type": "object",
                          "properties": {
                            "Parallelism": {
                              "type": "number"
                            },
                            "Delay": {
                              "type": "number"
                            },
                            "FailureAction": {
                              "type": "string"
                            },
                            "Monitor": {
                              "type": "number"
                            },
                            "MaxFailureRatio": {
                              "type": "number"
                            }
                          }
                        },
                        "Networks": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Target": {
                                "type": "string"
                              },
                              "Aliases": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "EndpointSpec": {
                          "type": "object",
                          "properties": {
                            "Mode": {
                              "type": "string"
                            },
                            "Ports": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Name": {
                                    "type": "string"
                                  },
                                  "Protocol": {
                                    "type": "string"
                                  },
                                  "TargetPort": {
                                    "type": "number"
                                  },
                                  "PublishedPort": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Version": {
                    "Index": 6
                  },
                  "CreatedAt": "string",
                  "UpdatedAt": "string",
                  "Spec": {
                    "Name": "string",
                    "Labels": {},
                    "TaskTemplate": {
                      "ContainerSpec": {
                        "Image": "string",
                        "Command": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Args": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "Env": [
                          "string"
                        ],
                        "Dir": "string",
                        "User": "string",
                        "Labels": {},
                        "TTY": true,
                        "Mounts": [
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "shared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 10,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 5
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 7,
                              "Mode": 10
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 9,
                              "Mode": 1
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "slave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 7
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "bind",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rslave"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 5,
                              "Mode": 9
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": false,
                            "BindOptions": {
                              "Propagation": "rshared"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 4,
                              "Mode": 4
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "volume",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": false,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 6,
                              "Mode": 2
                            }
                          },
                          {
                            "Target": "string",
                            "Source": null,
                            "Type": "tmpfs",
                            "ReadOnly": true,
                            "BindOptions": {
                              "Propagation": "rprivate"
                            },
                            "VolumeOptions": {
                              "NoCopy": true,
                              "Labels": {},
                              "DriverConfig": {
                                "Name": "string",
                                "Options": {}
                              }
                            },
                            "TmpfsOptions": {
                              "SizeBytes": 1,
                              "Mode": 5
                            }
                          }
                        ],
                        "StopGracePeriod": 5,
                        "DNSConfig": {
                          "Nameservers": [
                            "string",
                            "string",
                            "string"
                          ],
                          "Search": [
                            "string",
                            "string"
                          ],
                          "Options": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      },
                      "Resources": {
                        "Limits": {
                          "NanoCPUs": 7,
                          "MemoryBytes": 5
                        },
                        "Reservation": {
                          "NanoCPUs": 8,
                          "MemoryBytes": 2
                        }
                      },
                      "RestartPolicy": {
                        "Condition": "none",
                        "Delay": 7,
                        "MaxAttempts": 2,
                        "Window": 3
                      },
                      "Placement": {
                        "Constraints": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "ForceUpdate": 5,
                      "Networks": [
                        {
                          "Target": "string",
                          "Aliases": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      ],
                      "LogDriver": {
                        "Name": "string",
                        "Options": {}
                      }
                    },
                    "Mode": {
                      "Replicated": {
                        "Replicas": 7
                      },
                      "Global": {}
                    },
                    "UpdateConfig": {
                      "Parallelism": 6,
                      "Delay": 3,
                      "FailureAction": "pause",
                      "Monitor": 2,
                      "MaxFailureRatio": 8
                    },
                    "Networks": [
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "Target": "string",
                        "Aliases": [
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "EndpointSpec": {
                      "Mode": "vip",
                      "Ports": [
                        {
                          "Name": "string",
                          "Protocol": "udp",
                          "TargetPort": 6,
                          "PublishedPort": 10
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 5,
                          "PublishedPort": 3
                        },
                        {
                          "Name": "string",
                          "Protocol": "tcp",
                          "TargetPort": 1,
                          "PublishedPort": 7
                        }
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secret"
        ],
        "operationId": "deleteSecretsid",
        "description": "The parameters and request body are for method: deleteSecretsid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}