Managed Account

List managed accounts

GET/api/v2/managed-accounts
Lists the accessible managed accounts.

For more information

Go to the SQL command page to view more information about arguments, options, privileges requirements, and usage guidelines.

Exibição

Parâmetros de consulta

ParâmetroDescrição
like string
Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters.

Resposta

CódigoDescrição
200
Successful request.
202
Successfully accepted the request, but it is not completed yet.

Create a managed accounts

POST/api/v2/managed-accounts
Creates a managed account. You must provide the full managed account definition when creating a managed account.

For more information

Go to the SQL command page to view more information about arguments, options, privileges requirements, and usage guidelines.

Exibição

Resposta

CódigoDescrição
200
Successful request.
202

Delete a managed account

DELETE/api/v2/managed-accounts/{name}
Removes a managed account, including all objects created in the account, and immediately restricts access to the account. Currently used by data providers to create reader accounts for their consumers. For more details, see Manage reader accounts.

For more information

Go to the SQL command page to view more information about arguments, options, privileges requirements, and usage guidelines.

Exibição

Parâmetros de trajeto

ParâmetroDescrição
name 
Identifier (i.e. name) for the resource.

Resposta

CódigoDescrição
200
202