diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-06 12:09:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-06 12:09:36 +0000 |
commit | 4279f24a19836d3e74e4aae8bea7acc2dd8222cc (patch) | |
tree | 76e4b3cf4d6bd85ff50e40bf011e7f9bc350441a /doc/api/graphql/reference/index.md | |
parent | 51c20446a0dcf2f5f4a0254230876bd472a254e7 (diff) | |
download | gitlab-ce-4279f24a19836d3e74e4aae8bea7acc2dd8222cc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/graphql/reference/index.md')
-rw-r--r-- | doc/api/graphql/reference/index.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 8b47fbda02e..185df0c2fe4 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -52,8 +52,12 @@ Describes an alert from the project's Alert Management | Name | Type | Description | | --- | ---- | ---------- | +| `createdAt` | Time | Timestamp the alert was created | +| `description` | String | Description of the alert | +| `details` | JSON | Alert details | | `endedAt` | Time | Timestamp the alert ended | | `eventCount` | Int | Number of events of this alert | +| `hosts` | String! => Array | List of hosts the alert came from | | `iid` | ID! | Internal ID of the alert | | `monitoringTool` | String | Monitoring tool the alert came from | | `service` | String | Service the alert came from | @@ -61,6 +65,7 @@ Describes an alert from the project's Alert Management | `startedAt` | Time | Timestamp the alert was raised | | `status` | AlertManagementStatus | Status of the alert | | `title` | String | Title of the alert | +| `updatedAt` | Time | Timestamp the alert was last updated | ## AwardEmoji @@ -1515,6 +1520,16 @@ Represents a directory | `type` | EntryType! | Type of tree entry | | `webUrl` | String | Web URL for the tree entry (directory) | +## UpdateAlertStatusPayload + +Autogenerated return type of UpdateAlertStatus + +| Name | Type | Description | +| --- | ---- | ---------- | +| `alert` | AlertManagementAlert | The alert after mutation | +| `clientMutationId` | String | A unique identifier for the client performing the mutation. | +| `errors` | String! => Array | Reasons why the mutation failed. | + ## UpdateEpicPayload Autogenerated return type of UpdateEpic |