curl --location --request GET '/api/v1/deployments'
[
{
"config": {
"api": {
"host": "string",
"port": "string"
},
"cloud_init": {
"datasource": "string",
"meta_data": {
"content": "string",
"inline": true,
"path": "string"
},
"network_config": {
"content": "string",
"inline": true,
"path": "string"
},
"seed_mode": "string",
"user_data": {
"content": "string",
"inline": true,
"path": "string"
}
},
"expose": [
{
"host_port": 0,
"name": "string",
"port": 0,
"protocol": "string"
}
],
"initramfs": {
"checksum": "string",
"url": "string"
},
"kernel_cmdline": "string",
"kernel_override": "string",
"manifest": {
"actions": {
"property1": {
"description": "string",
"method": "string",
"path": "string",
"timeout_ms": 0
},
"property2": {
"description": "string",
"method": "string",
"path": "string",
"timeout_ms": 0
}
},
"cloud_init": {
"datasource": "string",
"meta_data": {
"content": "string",
"inline": true,
"path": "string"
},
"network_config": {
"content": "string",
"inline": true,
"path": "string"
},
"seed_mode": "string",
"user_data": {
"content": "string",
"inline": true,
"path": "string"
}
},
"devices": {
"allowlist": [
"string"
],
"pci_passthrough": [
"string"
]
},
"disks": [
{
"checksum": "string",
"format": "string",
"name": "string",
"readonly": true,
"source": "string",
"target": "string"
}
],
"enabled": true,
"health_check": {
"endpoint": "string",
"timeout_ms": 0
},
"image": "string",
"image_digest": "string",
"initramfs": {
"checksum": "string",
"url": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"network": {
"auto_assign": true,
"gateway": "string",
"mode": "string",
"subnet": "string"
},
"openapi": "string",
"resources": {
"cpu_cores": 0,
"memory_mb": 0
},
"rootfs": {
"checksum": "string",
"format": "string",
"url": "string"
},
"runtime": "string",
"schema_version": "string",
"version": "string",
"workload": {
"base_url": "string",
"entrypoint": [
"string"
],
"env": {
"property1": "string",
"property2": "string"
},
"type": "string",
"workdir": "string"
}
},
"metadata": {
"property1": null,
"property2": null
},
"network": {
"auto_assign": true,
"gateway": "string",
"mode": "string",
"subnet": "string"
},
"plugin": "string",
"resources": {
"cpu_cores": 0,
"memory_mb": 0
},
"rootfs": {
"checksum": "string",
"format": "string",
"url": "string"
},
"runtime": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"desired_replicas": 0,
"name": "string",
"ready_replicas": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
]