> @@ -11,7 +11,8 @@
> "ipaddress": "10.27.27.64",
> "startport": 22,
> "endport": 22,
> - "state": "Active"
> + "state": "Active",
> +
> "tags":[{"account":1,"domain":"ROOT","domainid":1,"key":"some-tag","resourceid":66,
> "resourcetype":"PortForwardingRule", "value":"some-value"}]
Yup. CloudStack's API is the greatest at many things but a bit silly at some
others - lots and lots of data, way more than you actually need, all of it left
in an eternally backwards-compatible format. Great to maintain, a bit odd to
initially write for, and fairly strange to think about. =)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/578/files#r19158881