Get Alerts
Endpoint to get alerts for the environment by id
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/environments/{id}/alerts
COPY
Path Parameters
string
id
Required
ID of the environment
Query Parameters
string
alertType
Optional
Type of alert
Possible values are :
AGENT_CONNECTIVITY,
DATA_DISK_HEALTH_ALERT,
SYSTEM_DISK_HEALTH_ALERT,
VCENTER,
ONBOARDING,
MONITORING,
INFLUXDB,
TELEGRAF,
RCLONE,
VM_PASSWORD_EXPIRY,
Responses
200
OK
Returns
PageTenantEnvRuntimeInfoHistory
of type(s)
application/vnd.vmware.dms-v1+json
{
"totalPages": 0,
"totalElements": 0,
"sort": {
"sorted": false,
"unsorted": false,
"empty": false
},
"pageable": {
"page": 0,
"size": 0,
"sort": [
"string"
]
},
"numberOfElements": 0,
"first": false,
"last": false,
"size": 0,
"content": [
{
"id": "string",
"alertType": "string",
"alertStatus": "string",
"environmentId": "string",
"alertTime": "string"
}
],
"number": 0,
"empty": false
}
integer As int32
As int32
totalPages
Optional
totalPages
integer As int64
As int64
totalElements
Optional
totalElements
integer As int32
As int32
numberOfElements
Optional
numberOfElements
boolean
first
Optional
first
boolean
last
Optional
last
integer As int32
As int32
size
Optional
size
integer As int32
As int32
number
Optional
number
boolean
empty
Optional
empty
400
Bad Request
Operation doesn't return any data structure
On This Page
Environment Operations
DELETE
Delete Env
GET
Fetch Datastores
POST
Fetch Infra
GET
Fetch Networks
GET
Get Alerts
GET
Get All Environment Associated Tenants
GET
Get By Env ID
GET
Get Environments
GET
Get Org By Environment
GET
Get Tenant Env Vcenter Password
GET
Get Tenant Env Vm Password
POST
Onboard Embedded Agent
GET
Search Environment By Tenant Id
PUT
Sync S3 Config
PUT
Update 2
PUT
Update Vc Credentials
POST
Validate S3 Connectivity
GET
Verify Embedded Agent Deployment Allowed