Get all Action Types

Fetch the list of actions type we support: Gmail, Slack, and PagerDuty.

GET  /rest/v1/actions/types

Sample - Get the list of action typesSample - Get the list of action types

API request

    
curl -X GET --header 'Accept: application/json' --header 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQK=='
'https://<QualysBaseURL>/cloudview-api/rest/v1/actions/types'	
      

Response

    
      [
    "qemail",
    "slack",
    "pagerduty"
]