FlexMetalTags

FlexMetal tags can be assigned to FlexMetal servers to administratively group them together and use them for filtering.

Get all your FlexMetal tags

get
Authorizations
PRIVATE-TOKENstringRequired
Header parameters
RANGED-DATAstringOptional

Example header and default range: RANGED-DATA:start=0,results=25

Responses
chevron-right
200

List of tags

application/json

A Flex Metal tag

tagstringRequired

The tag name

Example: my-tag
get
/v3/flexMetal/tags

Create a FlexMetal tag

post
Authorizations
PRIVATE-TOKENstringRequired
Body

A Flex Metal tag

tagstringRequired

The tag name

Example: my-tag
Responses
chevron-right
200

The new tag

application/json

A Flex Metal tag

tagstringRequired

The tag name

Example: my-tag
post
/v3/flexMetal/tags

Get a tag by name

get
Authorizations
PRIVATE-TOKENstringRequired
Responses
chevron-right
200

List of tags

application/json

A Flex Metal tag

tagstringRequired

The tag name

Example: my-tag
get
/v3/flexMetal/tags/{tag}

Rename a FlexMetal tag

put
Authorizations
PRIVATE-TOKENstringRequired
Body

A Flex Metal tag

tagstringRequired

The tag name

Example: my-tag
Responses
chevron-right
200

The updated tag model

application/json

A Flex Metal tag

tagstringRequired

The tag name

Example: my-tag
put
/v3/flexMetal/tags/{tag}

Delete a FlexMetal tag

delete
Authorizations
PRIVATE-TOKENstringRequired
Responses
delete
/v3/flexMetal/tags/{tag}

No content

Last updated

Was this helpful?