getPushEventSettings
This method gets the push event settings.
Parameters
No input parameters are required.
Return value
This method returns an Object containing the push event settings
Example
Request:
{
"params": {},
"jsonrpc": "2.0",
"method": "getPushEventSettings",
"id": "ad12cb61-52b3-4209-a87a-93a8530d91cb"
} Response:
{
"id":"ad12cb61-52b3-4209-a87a-93a8530d91cb",
"jsonrpc":"2.0",
"result": {
"status": 1,
"serviceType": "jsonRPC",
"serviceSettings": {
"url": "http://example.com",
"authorization": "Bearer sfasdfw34243",
"requireValidSslCertificate": true
},
"subscribeToEventTypes": {
"modules": true,
"sva": true,
"registration": true,
"supa-update-status": true,
"av": true,
"aph": true,
"fw": true,
"avc": true,
"uc": true,
"dp": true,
"sva-load": true,
"task-status": true,
"exchange-malware": true,
"network-sandboxing": true,
"adcloud": true,
"exchange-user-credentials": true,
"endpoint-moved-out": true,
"endpoint-moved-in": true,
"troubleshooting-activity": true,
"uninstall": true,
"install": true,
"hwid-change": true,
"new-incident": true,
"new-extended-incident": true,
"antiexploit": true,
"network-monitor": true,
"ransomware-mitigation": true,
"security-container-update-available": true
},
}
}