Changing setting information for server management

Storage Advisor Embedded User Guide

Version
93-07-2x
88-08-12
Audience
anonymous
Part Number
MK-97HM85022-25

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

Object ID
None.
Query parameters
None.
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

Body

Attribute

Type

Description

affectedResources

string[]

URL for referencing the changed setting information.

operationDetails

object[]

Details about the changed setting information

For details, see the description of the operationDetails attribute of the CommandStatus object.

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