You can change setting information for server management by using Storage Advisor Embedded.
Execution permission
Storage Administrator (Initial Configuration)
Request line
PATCH base-URL/simple/configuration/gui-settings
Request message
- Body
- The following example uses Storage Advisor Embedded to change server management to enabled (true).
-
{ "provisioningEnabled": true }
Attribute
Type
Description
provisioningEnabled
boolean
(Required) Specify whether to enable or disable server management by using Storage Advisor Embedded.
- true: Enabled
- false: Disabled
Response message
Status codes
See HTTP status codes.
Coding example
curl -v -H "Accept:application/json" -H "Content-Type:application/json" - H "Authorization:Session b74777a3f9f04ea8bd8f09847fac48d3" -X PATCH -- data-binary @./InputParameters.json https://192.0.2.100/ ConfigurationManager/simple/configuration/gui-settings