Skip to main content

List Google Cloud credentials

GET /account/{accountId}/providers/cloudmanager_cbs/api/v2/gcp/credentials

Lists Google Cloud credentials in the NetApp Console SaaS application.

Token usage: NetApp Console user token.

Parameters

Name Type In Required Description

accountId

string

path

True

authorization

string

header

True

X-Agent-Id

string

header

True

Response

Status: 200, List of google cloud credential ids
Name Type Required Description

ids

array[string]

False

Example response
{
  "ids": [
    "string"
  ]
}