This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Pingdom check creation via api fails to create tag

It would appear that we are not able to tag uptime checks with a tag that is greater than 64 characters:

curl -X POST -u 'xxx:xxx' -H "app-key: xxx" -d 'type=http&name=atest2&host=www.example.com&tags=hello&tags=xxxxxx-kata2-trial-tenant-staging-xxxxxxxxxxx-com-xxxxxxx-info-ping,whatever,2' -H "account-email: xxx@example.com"  https://api.pingdom.com/api/2.0/checks
{"error":{"statuscode":428,"statusdesc":"Precondition Required","errormessage":"Unknown user tag \"openam-kata2-trial-tenant-staging-forgeblocks-com-openidm-info-ping\". Create it first to connect it to a check."}}

Are there any plans to resolve this issue?