Get the maas tags for a given account
GET/v1/cloudaccounts/maas/:uid/properties/tags
Get the maas tags for a given account
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
items object[]required
commentstring
Comment on Maas tag
definitionstring
Definition of Maas tag
kernelOptsstring
Kernel Opts on Maas tag
namestring
Name of Maas tag
resourceUristring
Description of Maas tag
{
  "items": [
    {
      "comment": "string",
      "definition": "string",
      "kernelOpts": "string",
      "name": "string",
      "resourceUri": "string"
    }
  ]
}
Loading...