I'll like to try out tag-based instance assignment...
# general
j
I'll like to try out tag-based instance assignment. Which file do I need to edit to set the TAG_LIST for a server?
n
j
Thanks Neha, is there an API to configure
"mapFields": { "pool" { "Tag1_OFFLINE": 1 } }
?
n
@User ^
j
You should use the
PUT /instances/{instanceName}
to add the pool info
The payload can contain the field
pools
with a map as input
j
Got it, many thanks Neha and Jackie 🙏