Net3 API Interface for Customer Portal

<back to all web services

Alerts

Requires Authentication
The following routes are available for this service:
POST/alerts
Alerts Parameters:
NameParameterData TypeRequiredDescription
CompanyIdbodyGuidNo
filterbodyFiltersNo
Filters Parameters:
NameParameterData TypeRequiredDescription
zorgIdentifierformstringNo
siteIdentifierformstringNo
levelformlevel?No
entityformentity?No
helpIdentifierformhelpIdentifier?No
FilterBase Parameters:
NameParameterData TypeRequiredDescription
startDateformDateTime?No
endDateformDateTime?No
vpgIdentifierformstringNo
vpgformstringNo
level Enum:
warning
error
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 .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /alerts HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	companyId: 00000000000000000000000000000000,
	filter: 
	{
		zorgIdentifier: String,
		siteIdentifier: String,
		level: warning,
		entity: Zvm,
		helpIdentifier: AWS0001,
		startDate: 0001-01-01,
		endDate: 0001-01-01,
		vpgIdentifier: String,
		vpg: String
	}
}