cURL
curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/alerts/{alertId}{
"alert": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"filters": [
{
"value": "<string>"
}
],
"enabled": true,
"applicationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"notificationConfig": {
"enableDailyNotification": false
},
"channels": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"config": {},
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"alertBefore": "<string>"
}
}Alerting
Retrieve
Get a PKI alert by ID
GET
/
api
/
v1
/
cert-manager
/
alerts
/
{alertId}
cURL
curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/alerts/{alertId}{
"alert": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"filters": [
{
"value": "<string>"
}
],
"enabled": true,
"applicationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"notificationConfig": {
"enableDailyNotification": false
},
"channels": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"config": {},
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"alertBefore": "<string>"
}
}Was this page helpful?
⌘I