denySharingAccess


SoftLayer_Virtual_Guest_Block_Device_Template_Group::denySharingAccess

Deny another SoftLayer customer account’s previously given access to provision CloudLayer Computing Instances from an image template group. Template access should only be removed from the parent template group object, not the child.

Description

This method will deny another SoftLayer customer account’s previously given access to provision CloudLayer Computing Instances from an image template group. Template access should only be removed from the parent template group object, not the child.

Parameters

Name Type Description
accountId int The account id that you wish to deny sharing an image template group with.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Block_Device_Template_Group/{SoftLayer_Virtual_Guest_Block_Device_Template_GroupID}/denySharingAccess'