Skip to main content

Modify a local storage access path

Select

SaaS
Customer Managed

Used to modify a local storage access path

Path Parameters
  • storagePoolId int32 required

    Id of the Local storage pool whose access path has to be modified

  • backupLocationId int32 required

    Id of the mount path whose access path has to be modified

  • accessPathId int32 required

    Id of the mount path whose access path has to be modified

Request Body
  • mediaAgents object required
  • id int32
  • name string
  • access string

    Possible values: [READ_AND_WRITE, READ]

    The access type for the access path can be either read (writing to path not allowed) or read and write (writing to path allowed).

  • credentials object
  • name string

    username to access the network path

  • password string

    password to access the network path

  • savedCredentials object
  • id int32
  • name string
  • path string

    Can be used to change the disk access path.

  • enabled boolean
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
Loading...