Download OpenAPI specification:Download
page | integer Default: 0 |
artifact | string |
description | string |
source | string |
tag | string |
title | string |
toAt | string |
fromAt | string |
{- "alerts": [
- {
- "id": 0,
- "title": "string",
- "description": "string",
- "source": "string",
- "createdAt": "string",
- "tags": [
- {
- "id": 0,
- "name": "string"
}
], - "artifacts": [
- {
- "id": 0,
- "data": "string",
- "dataType": "string",
- "source": "string"
}
]
}
], - "currentPage": 0,
- "pageSize": 0,
- "total": 0
}
title required | string |
description required | string |
source required | string |
artifacts required | string |
tags | Array of strings |
ignoreOldArtifacts | boolean Default: false |
ignoreThreshold | integer Default: 0 |
{- "title": "string",
- "description": "string",
- "source": "string",
- "artifacts": "string",
- "tags": [
- "string"
], - "ignoreOldArtifacts": false,
- "ignoreThreshold": 0
}