Skip to main content

Associate server group to the storage pool with the DDB or/and Storage Role

API to manage Server Groups associated with the Storage Pool

Path Parameters
  • storagePoolId int32 required

    Id of the Storage Pool

Request Body
  • serverGroups object[] required

    List of server groups to associate with storage pool.

  • id int32
  • name string
  • action string required

    Possible values: [ADD_DDB_ROLE, ADD_STORAGE_ROLE, ADD_DDB_AND_STORAGE_ROLE]

    Action to be performed with server group.

  • accessType string required

    Possible values: [READ, READ_WRITE]

    Specifies the access type for the server group. This value typically represents different levels of access permissions such as read or read-write

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...