SoftLayer_Provisioning_Hook


SoftLayer_Provisioning_Hook

Description

The SoftLayer_Provisioning_Hook contains all the information needed to add a hook into a server/Virtual provision and os reload.

Local


accountId

The ID of the account the script belongs to.
Type: int


createDate

None
Type: dateTime


id

None
Type: int


modifyDate

None
Type: dateTime


name

The name of the hook.
Type: string


typeId

The ID of the type of hook the script is identified as. Currently only CUSTOMER_PROVIDED_HOOK has been implemented.
Type: int


uri

The endpoint that the script will be downloaded from (USERNAME AND PASSWORD SHOULD BE INCLUDED HERE). If the endpoint is HTTP, the script will only be downloaded. If the endpoint is HTTPS, the script will be downloaded and executed.
Type: string

Relational

Count