Update a cloud credential on a filer

Only available on NMC version 22.2 and higher.

SecurityAuthToken
Request
path Parameters
cred_uuid
required
string

Cloud Credential object identifier

filer_serial
required
string

Filer object identifier

Request Body schema: application/json
required
name
required
string

The name of the cloud credential

account
required
string

The account access key or username for the associated cloud account

hostname
string

The cloud hostname. AWS PrivateLink requires 9.15+ Filers.

secret
required
string

Secret access key for cloud credential authentication. Displayed as masked value of '*****'

note
string

Any notes regarding the credential. Otherwise will be blank.

skip_validation
boolean
Default: false

If true, then updates for this credential will not be validated against the cloud provider. Only valid for filer version 9.12+ and cannot be true for credentials in use by a volume

Responses
202

Success - Cloud credential has been updated

400

Validation error

401

Authentication failure

404

Resource not found

405

Method not allowed

429

Request throttled

patch/account/cloud-credentials/{cred_uuid}/filers/{filer_serial}/
Request samples
application/json
{
  • "name": "string",
  • "account": "string",
  • "hostname": "string",
  • "secret": "string",
  • "note": "string",
  • "skip_validation": false
}
Response samples
application/json
{
  • "error": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.