Retrieve editable tags for cloud resources
GET /aws/ha/working-environments/{workingEnvironmentId}/user-tags
Retrieves the editable tags for the cloud resources in a specific Cloud Volumes ONTAP instance.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
tags |
array[CloudResourceTag] |
True |
Example error response
{
"tags": [
{
"tagKey": "string",
"tagValue": "string"
}
]
}
Definitions
See Definitions
CloudResourceTag
| Name | Type | Required | Description |
|---|---|---|---|
tagKey |
string |
True |
|
tagValue |
string |
False |