Skip to main content

ModifyAccessPathOfBucketOfCloudStorage

Modify access path details of specific bucket of a specific cloud storage

Path Parameters
  • cloudStorageId int32 required

    Id of cloud Storage

  • bucketId int32 required

    Id of Bucket

  • accessPathId int32 required

    Id of access path (can be fetched from GET Bucket Details API)

Request Body
  • 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).

  • enable boolean

    Enable/Disable access of bucket to a media Agent

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
Loading...