Skip to main content

Create subclient

Subclient(content group) creation operation for object storage.

Request Body
  • subClientProperties object
  • subClientEntity object required
  • subclientName string

    Name of the subclient with which subclient needs to be created

  • instanceId integer

    object storage instance under which the subclient needs to be created

  • clientId integer

    client id of the object storage client under which the subclient needs to be created

  • applicationId integer

    Application id for the object storage will be 134

  • planEntity object required

    Plan details with which the subclient needs to be associated

  • planId integer
  • planName string
  • cloudAppsSubClientProp object required
  • instanceType string
  • collectACL boolean

    option to enable ACLs backup

  • objectStorageSubclient object
  • backupContentType integer

    If content is path based then value is 0 else its tag based then its value 1

  • commonProperties object required
  • numberOfBackupStreams integer

    Number of parallel backup streams

  • content object[]

    backup content details

  • path string
  • excludePath string
  • includePath string
  • fsContentOperationType string

    For creation "OVERWRITE" string can be used

  • fsExcludeFilterOperationType string
  • fsIncludeFilterOperationType string
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • _type_ integer
Loading...