{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests alert_management API", "version": "v4" }, "items": [ { "info": { "name": "alert_management", "type": "folder" }, "items": [ { "info": { "name": "postApiV4ProjectsIdAlertManagementAlertsAlertIidMetricImagesAuthorize", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/alert_management_alerts/:alert_iid/metric_images/authorize", "params": [ { "name": "id", "value": "17", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "alert_iid", "value": "23", "type": "path", "description": "The IID of the Alert" } ] }, "docs": "Workhorse authorize metric image file upload" }, { "info": { "name": "getApiV4ProjectsIdAlertManagementAlertsAlertIidMetricImages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/alert_management_alerts/:alert_iid/metric_images", "params": [ { "name": "id", "value": "17", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "alert_iid", "value": "23", "type": "path", "description": "The IID of the Alert" } ] }, "docs": "Metric Images for alert" }, { "info": { "name": "postApiV4ProjectsIdAlertManagementAlertsAlertIidMetricImages", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/alert_management_alerts/:alert_iid/metric_images", "params": [ { "name": "id", "value": "17", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "alert_iid", "value": "23", "type": "path", "description": "The IID of the Alert" } ] }, "docs": "Upload a metric image for an alert" }, { "info": { "name": "putApiV4ProjectsIdAlertManagementAlertsAlertIidMetricImagesMetricImageId", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/projects/:id/alert_management_alerts/:alert_iid/metric_images/:metric_image_id", "params": [ { "name": "id", "value": "17", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "alert_iid", "value": "23", "type": "path", "description": "The IID of the Alert" }, { "name": "metric_image_id", "value": "42", "type": "path", "description": "The ID of metric image" } ] }, "docs": "Update a metric image for an alert" }, { "info": { "name": "deleteApiV4ProjectsIdAlertManagementAlertsAlertIidMetricImagesMetricImageId", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/alert_management_alerts/:alert_iid/metric_images/:metric_image_id", "params": [ { "name": "id", "value": "17", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "alert_iid", "value": "23", "type": "path", "description": "The IID of the Alert" }, { "name": "metric_image_id", "value": "42", "type": "path", "description": "The ID of metric image" } ] }, "docs": "Remove a metric image for an alert" } ] } ], "bundled": true }