SoftLayer_Ticket_Attachment_Dedicated_Host


SoftLayer_Ticket_Attachment_Dedicated_Host

Description

SoftLayer tickets have the ability to be associated with specific dedicated hosts in a customer’s inventory. Attaching a dedicated host to a ticket can greatly increase response time from SoftLayer for issues that are related to one or more specific hosts on a customer’s account. The SoftLayer_Ticket_Attachment_Dedicated_Host data type models the relationship between a dedicated host and a ticket. Only one attachment record can exist per dedicated host item per ticket.

Local


attachmentId

The internal identifier of an item that is attached to a ticket.
Type: int


createDate

The date that an item was attached to a ticket.
Type: dateTime


dedicatedHostId

The internal identifier of the Dedicated Host that is attached to a ticket.
Type: int


id

A ticket attachment’s internal identifier.
Type: int


ticketId

The internal identifier of the ticket that an item is attached to.
Type: int

Relational


dedicatedHost

The dedicated dost that is attached to a ticket.
Type: SoftLayer_Virtual_DedicatedHost


resource

The Dedicated Host that is attached to a ticket.
Type: SoftLayer_Virtual_DedicatedHost


ticket

The ticket that an item is attached to.
Type: SoftLayer_Ticket

Count