API endpoint base: https://pirca.arvadosapi.com/arvados/v1/api_clients
Object type: ozdt8
Example UUID: zzzzz-ozdt8-0123456789abcde
The “api_clients” resource determines if web applications that have gone through the browser login flow may create or list API tokens.
Each ApiClient has, in addition to the Common resource fields:
Attribute | Type | Description | Example |
---|---|---|---|
name | string | ||
url_prefix | string | ||
is_trusted | boolean | Trusted by users to handle their API tokens (ApiClientAuthorizations). |
See Common resource methods for more information about create
, delete
, get
, list
, and update
.
Required arguments are displayed in green.
Create a new ApiClient.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
api_client | object | query |
Delete an existing ApiClient.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the ApiClient in question. | path |
Gets a ApiClient’s metadata by UUID.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the ApiClient in question. | path |
List api_clients.
See common resource list method.
Update attributes of an existing ApiClient.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the ApiClient in question. | path | |
api_client | object | query |
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.