Skip to main content

Update all licenses under an organization ID

PATCH /license/account/{accountId}/licenses

Updates all licenses under an organization ID.

Token usage: NetApp Console service token.

Parameters

Name Type In Required Description

accountId

string

path

True

X-Service-Request-Id

string

header

False

Request identifier

Request Body

Name Type Required Description

meteringStatus

boolean

True

Response

Status: 200, Success response

Response

Status: 4xx, Error response
Name Type Required Description

errorCode

string

False

Error code

error

string

False

Error code/category

message

string

False

Error description message

Example response
{
  "errorCode": "string",
  "error": "string",
  "message": "string"
}