Caught in #0600260.
REQUEST:
{
"id": 2,
"method": "exec",
"params": [
{
"url": "/sys/api/docker/status"
}
]
}
RESPONSE:
{
"result": [
{
"data": {
"fortiportal": {
"status": 0
},
"fortiwlm": {
"status": 0
},
"sdwancontroller": {
"status": 3
}
},
"status": {
"code": 0,
"message": "OK"
},
"url": "/sys/api/docker/status"
}
]
}
This is the response you could get at the time you enable SD-WAN Orchestrator and the fortimanager is downloading it:
{
"id": "198a1e36-64f5-4106-bbb8-ba3bd606641e",
"result": [
{
"data": {
"fortiportal": {
"status": 0
},
"fortiwlm": {
"status": 0
},
"sdwancontroller": {
"progress": 84,
"status": 1
}
},
"status": {
"code": 0,
"message": "OK"
},
"url": "/sys/api/docker/status"
}
]
}
Caught in PMDB #9360
REQUEST:
{
"id": 2,
"method": "exec",
"params": [
{
"url": "/sys/api/docker/upgrade",
"data": [
{
"docker": "fortiwlm"
}
]
}
],
"session": "{{session}}"
}
docker
could have following values: sdwancontroller
, fortiportal
, or fortiwlm
.