-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
problem
When using the shutdown APIs (prepareForShutdown, triggerShutdown, etc.) the management server ID is required, however, the return value appears to be the database ID.
prepare forshutdown managementserverid=0b2faa01-706f-4f37-82ff-3e5e8f0971f8
{
"prepareforshutdown": {
"managementserverid": 1,
"pendingjobscount": 0,
"readyforshutdown": true,
"shutdowntriggered": true
}
}
versions
ACS 4.19.2.0
CMK 6.4.0
The steps to reproduce the bug
prepare forshutdown managementserverid=<UUID of management server>- Observe return values.
...
What to do about it?
To align with other API calls, it would be more valuable to pass the UUID of the management server in the return value for managementserverid.