contacts
Overview
Name | contacts |
Type | Resource |
Id | linode.managed.contacts |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | This Contact's unique ID. |
name | string | The name of this Contact. |
email | string | The address to email this Contact to alert them of issues. |
group | string | A grouping for this Contact. This is for display purposes only. |
phone | object | Information about how to reach this Contact by phone. |
updated | string | When this Contact was last updated. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getManagedContact | SELECT | contactId | Returns a single Managed Contact. This command can only be accessed by the unrestricted users of an account. |
getManagedContacts | SELECT | Returns a paginated list of Managed Contacts on your Account. This command can only be accessed by the unrestricted users of an account. | |
createManagedContact | INSERT | Creates a Managed Contact. A Managed Contact is someone Linode special forces can contact in the course of attempting to resolve an issue with a Managed Service. This command can only be accessed by the unrestricted users of an account. | |
deleteManagedContact | DELETE | contactId | Deletes a Managed Contact. This command can only be accessed by the unrestricted users of an account. |
_getManagedContact | EXEC | contactId | Returns a single Managed Contact. This command can only be accessed by the unrestricted users of an account. |
_getManagedContacts | EXEC | Returns a paginated list of Managed Contacts on your Account. This command can only be accessed by the unrestricted users of an account. | |
updateManagedContact | EXEC | contactId | Updates information about a Managed Contact. This command can only be accessed by the unrestricted users of an account. |