<back to all web services
AlertsAll
Requires Authentication
Requires any of the roles: | SuperAdmin, Admin, DataAdmin |
The following routes are available for this service:POST | /alerts/all | | |
---|
AlertsAll Parameters:Name | Parameter | Data Type | Required | Description |
---|
filter | body | Filters | No | |
Filters Parameters:Name | Parameter | Data Type | Required | Description |
---|
zorgIdentifier | form | string | No | |
siteIdentifier | form | string | No | |
level | form | level? | No | |
entity | form | entity? | No | |
helpIdentifier | form | helpIdentifier? | No | |
FilterBase Parameters:Name | Parameter | Data Type | Required | Description |
---|
startDate | form | DateTime? | No | |
endDate | form | DateTime? | No | |
vpgIdentifier | form | string | No | |
vpg | form | string | No | |
entity Enum:Zvm | |
Vra | |
Vpg | |
CloudConnector | |
Storage | |
License | |
Zcm | |
FileRecoveryComponent | |
helpIdentifier Enum:AWS0001 | |
BCK0001 | |
BCK0005 | |
BCK0006 | |
LIC0001 | |
LIC0003 | |
LIC0004 | |
LIC0006 | |
LIC0007 | |
LIC0009 | |
LIC0010 | |
LIC0011 | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /alerts/all HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<AlertsAll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/N3TAPI.Services">
<filter xmlns:d2p1="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto.Alerts">
<endDate xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">0001-01-01T00:00:00</endDate>
<startDate xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">0001-01-01T00:00:00</startDate>
<vpg xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">String</vpg>
<vpgIdentifier xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">String</vpgIdentifier>
<d2p1:entity>Zvm</d2p1:entity>
<d2p1:helpIdentifier>AWS0001</d2p1:helpIdentifier>
<d2p1:level>warning</d2p1:level>
<d2p1:siteIdentifier>String</d2p1:siteIdentifier>
<d2p1:zorgIdentifier>String</d2p1:zorgIdentifier>
</filter>
</AlertsAll>