20 lines
349 B
JSON
20 lines
349 B
JSON
{
|
|
"items": [
|
|
{
|
|
"id": "example1",
|
|
"port": 8000,
|
|
"labels": {
|
|
"name": "nginx"
|
|
}
|
|
},
|
|
{
|
|
"id": "example2",
|
|
"port": 8080,
|
|
"labels": {
|
|
"env": "prod",
|
|
"name": "jetty"
|
|
}
|
|
}
|
|
]
|
|
}
|