Skip to main content

Save StorageGRID credentials

Contributors

POST /account/{accountId}/providers/cloudmanager_cbs/api/v1/sg/credentials/working-environment/{workingEnvironmentId}

Saves the StorageGRID credentials.

Token usage: BlueXP user token.

Parameters

Name Type In Required Description

accountId

string

path

True

Account ID

workingEnvironmentId

string

path

True

Working environment ID

authorization

string

header

True

User token

x-agent-id

string

header

True

Request identifier

Request Body

Name Type Required Description

storage-server

string

True

StorageGRID server URL. Required input field for StorageGRID provider

access-key

string

True

Required input field for an on-premises use case

secret-password

string

True

Required input field for an on-premises use case

Response

Status: 200, Default response

Definitions

See Definitions

body

Name Type Required Description

storage-server

string

True

StorageGRID server URL. Required input field for StorageGRID provider

access-key

string

True

Required input field for an on-premises use case

secret-password

string

True

Required input field for an on-premises use case