issues
Overview
Name | issues |
Type | Resource |
Id | linode.managed.issues |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | This Issue's unique ID. |
created | string | When this Issue was created. Issues are created in response to issues detected with Managed Services, so this is also when the Issue was detected. |
entity | object | The ticket this Managed Issue opened. |
services | array | An array of Managed Service IDs that were affected by this Issue. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getManagedIssue | SELECT | issueId | Returns a single Issue that is impacting or did impact one of your Managed Services. This command can only be accessed by the unrestricted users of an account. |
getManagedIssues | SELECT | Returns a paginated list of recent and ongoing issues detected on your Managed Services. This command can only be accessed by the unrestricted users of an account. | |
_getManagedIssue | EXEC | issueId | Returns a single Issue that is impacting or did impact one of your Managed Services. This command can only be accessed by the unrestricted users of an account. |
_getManagedIssues | EXEC | Returns a paginated list of recent and ongoing issues detected on your Managed Services. This command can only be accessed by the unrestricted users of an account. |