addGroupToTier
- Home
- Users & Groups
- SvcTier
- addGroupToTier
addGroupToTier
Inserts a group into a tier.
Parameters
Name | Description |
groupID optional | The identifier for the group whose tier information you are editing. |
nodeID optional | The identifier for the node associated with this user/group and tier. |
tierID optional | The identifier for the tier you are applying. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcTier?action=addGroupToTier&nodeID=188234&groupID=1000811&tierID=35961&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"svcTier", "action":"addGroupToTier", "code":1, "message":"Group Successfully Added To Tier" } |
Service Information
Service | svcTier |
Method | addGroupToTier |
Type | REST |
Response Types | JSON, XML |