spoc/tests/test_data/podman_pod_ps.json

114 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2021-07-06 18:06:54 +02:00
[
{
"Cgroup": "/libpod_parent",
"Containers": [
{
"Id": "59cacababc9ea7f0a7f4ad28c67227fdd6acc57a06b0b289390647e45152857b",
"Names": "yetanotherapp-cnt1",
"Status": "running"
},
{
"Id": "720dabf6edc271c52ea22535398966db094ab5eff1de894e6beb7c68e4657847",
"Names": "4faa6b9ad5aa-infra",
"Status": "running"
},
{
"Id": "7af90eef4b48f20dabdaaec90c6c7583fea6800d2433ef7879b805d51b81bfc4",
"Names": "yetanotherapp-cnt2",
"Status": "running"
}
],
"Created": "2021-07-06T09:19:24.609538926+02:00",
"Id": "4faa6b9ad5aa28b915a8ac967a01d9c3317be3a3bfc198b0681636399c19372e",
"InfraId": "720dabf6edc271c52ea22535398966db094ab5eff1de894e6beb7c68e4657847",
"Name": "yetanotherapp",
"Namespace": "",
"Networks": [
"podman"
],
"Status": "Running",
"Labels": {
"spoc.app": "yetanotherapp",
"spoc.version": "0.3"
}
},
{
"Cgroup": "/libpod_parent",
"Containers": [
{
"Id": "798cae491ef9025db809c261fb1169f5cc09526119d252340b9d64f0fce37be1",
"Names": "97f0c135887c-infra",
"Status": "running"
},
{
"Id": "9d02724a74d929818d08395b376d960b3dd30556738bc43e96f50a27f355b9a5",
"Names": "anotherapp-cnt2",
"Status": "configured"
},
{
"Id": "b5833a8da89d40824fdb4f2b779d24135d07452f5bfa583f96e369c5953ee286",
"Names": "anotherapp-cnt1",
"Status": "stopped"
}
],
"Created": "2021-07-06T08:47:06.389299933+02:00",
"Id": "97f0c135887c8ef6eccf4a37fbcc1e26a0f3c02e73de8edaa959bfba9592b1dd",
"InfraId": "798cae491ef9025db809c261fb1169f5cc09526119d252340b9d64f0fce37be1",
"Name": "anotherapp",
"Namespace": "",
"Networks": [
"podman"
],
"Status": "Degraded",
"Labels": {
"spoc.app": "anotherapp",
"spoc.version": "0.2"
}
},
{
"Cgroup": "/libpod_parent",
"Containers": [
{
"Id": "151e1e35083391eea41605db364b7e15fde7047a6119feffcd06984671a5c991",
"Names": "be0a8d0ab749-infra",
"Status": "running"
}
],
"Created": "2021-07-03T20:01:37.63866841+02:00",
"Id": "be0a8d0ab749b3c089f72a844700b76aafa541fffca5186865bef185fc1914a0",
"InfraId": "151e1e35083391eea41605db364b7e15fde7047a6119feffcd06984671a5c991",
"Name": "notmyapp",
"Namespace": "",
"Networks": [
"podman"
],
"Status": "Running",
"Labels": {
}
},
{
"Cgroup": "/libpod_parent",
"Containers": [
{
"Id": "0897891f6e7308903c4316ce80f569320176a38d5bc4de1fbf4b2323c1a51fcb",
"Names": "18c00febc93c-infra",
"Status": "configured"
}
],
"Created": "2021-07-03T13:29:36.975071665+02:00",
"Id": "18c00febc93ca105b5d83247e7b4a0b2184c82262d421f2c857dbf155dbe97e8",
"InfraId": "0897891f6e7308903c4316ce80f569320176a38d5bc4de1fbf4b2323c1a51fcb",
"Name": "someapp",
"Namespace": "",
"Networks": [
"podman"
],
"Status": "Created",
"Labels": {
"spoc.app": "someapp",
"spoc.version": "0.1"
}
}
]