"SoftLayer_" prefix removed for readability.
Links a hardware, virtual guest, or dedicated host object on the
Name | Type | Description |
---|---|---|
resourceObject | SoftLayer_Entity | The object of the resource record (typically hardware, virtual guest, or dedicated host) to add to this group. See SoftLayer_User_Permission_Resource_Type for the valid entities for this request. |
resourceTypeKeyName | string | An optional keyname for the type of resource provided. See SoftLayer_User_Permission_Resource_Type for the valid entities for this request. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Entity, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Permission_Group/{SoftLayer_User_Permission_GroupID}/addResourceObject'