[
{
"url": "<string>",
"status": "<string>",
"workers": [
{
"id": "<string>",
"host": "<string>",
"port": 123,
"webuiaddress": "<string>",
"cores": 123,
"coresused": 123,
"coresfree": 123,
"memoryused": 123,
"memoryfree": 123,
"state": "<string>",
"lastheartbeat": 123
}
],
"cores": 123,
"coresused": 123,
"memory": 123,
"memoryused": 123,
"activeapps": [
{
"id": "<string>",
"starttime": 123,
"name": "<string>",
"user": "<string>",
"memoryperslave": 123,
"submitdate": "<string>",
"state": "<string>",
"duration": 123
}
],
"completedapps": [
{
"id": "<string>",
"starttime": 123,
"name": "<string>",
"user": "<string>",
"memoryperslave": 123,
"submitdate": "<string>",
"state": "<string>",
"duration": 123
}
],
"activedrivers": [
{}
]
}
]
[
{
"url": "<string>",
"status": "<string>",
"workers": [
{
"id": "<string>",
"host": "<string>",
"port": 123,
"webuiaddress": "<string>",
"cores": 123,
"coresused": 123,
"coresfree": 123,
"memoryused": 123,
"memoryfree": 123,
"state": "<string>",
"lastheartbeat": 123
}
],
"cores": 123,
"coresused": 123,
"memory": 123,
"memoryused": 123,
"activeapps": [
{
"id": "<string>",
"starttime": 123,
"name": "<string>",
"user": "<string>",
"memoryperslave": 123,
"submitdate": "<string>",
"state": "<string>",
"duration": 123
}
],
"completedapps": [
{
"id": "<string>",
"starttime": 123,
"name": "<string>",
"user": "<string>",
"memoryperslave": 123,
"submitdate": "<string>",
"state": "<string>",
"duration": 123
}
],
"activedrivers": [
{}
]
}
]
successful operation
The response is of type object[]
.
Was this page helpful?