Tenant Tags

Tenant tag management operations

List tenant tags

get

Lists tags for a tenant

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
project_idstringRequired

The tenant ID

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
200

Tenant tags listed successfully

application/json
get
/projects/{project_id}/tags

Replace all tenant tags

put

Replaces all tags for a tenant

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
project_idstringRequired

The tenant ID

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Body
tagsstring[]Required
Responses
200

Tenant tags replaced successfully

application/json
put
/projects/{project_id}/tags

Delete all tenant tags

delete

Deletes all tags from a tenant

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
project_idstringRequired

The tenant ID

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
delete
/projects/{project_id}/tags

No content

Add tag to tenant

put

Adds a tag to a tenant

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
project_idstringRequired

The tenant ID

tagstringRequired

The tag name

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
put
/projects/{project_id}/tags/{tag}

No content

Remove tag from tenant

delete

Removes a tag from a tenant

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
project_idstringRequired

The tenant ID

tagstringRequired

The tag name

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
delete
/projects/{project_id}/tags/{tag}

No content

Check if tenant has tag

head

Checks if a tenant has a specific tag

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
project_idstringRequired

The tenant ID

tagstringRequired

The tag name

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
head
/projects/{project_id}/tags/{tag}

No content

Last updated

Was this helpful?