URL

GET https://{api-url}/api/v2/cfg/alertSource/available/custIntg/{intgId}

Sample URLs

https://{api-url}/api/v2/cfg/alertSource/available/custIntg/CUSTOM

Sample response

[
	{
		"id": 20,
		"name": "Alien Vault",
		"displayName": "Alien Vault",
		"techUid": "ALIENVAULT"
	},
	{
		"id": 28,
		"name": "CloudWatch",
		"displayName": "CloudWatch",
		"techUid": "CLOUDWATCH"
	},
	{
		"id": 24,
		"name": "Cradlepoint",
		"displayName": "Cradlepoint",
		"techUid": "CRADLEPOINT"
	},
	{ 	
		"id": 30,
		"name": "Custom",
		"displayName": "Custom",
		"techUid": "CUSTOM"
	},
	{
		"id": 3,
		"name": "Nagios",
		"displayName": "Nagios",
		"techUid": "NAGIOS"
	},
	{
		"id": 1,
		"name": "OpsRamp",
		"displayName": "OpsRamp",
		"techUid": "OPSRAMP"
	},
	{
		"id": 18,
		"name": "Prognosis",
		"displayName": "Prognosis",
		"techUid": "PROGNOSIS"
	},
	{
		"id": 8,
		"name": "SAPSolutionManager",
		"displayName": "SAP Solution Manager",
		"techUid": "SAPSOLUTIONMANAGER"
	},
	{
		 "id": 4,
		 "name": "SCOM",
		 "displayName": "SCOM",
		 "techUid": "SCOM"
	 },
	 {
		 "id": 39,
		 "name": "Test Source",
		 "displayName": "Test Source",
		 "techUid": "TESTSOURCE"
	 },
	 {
		 "id": 5,
		 "name": "Zenoss",
		 "displayName": "Zenoss",
		 "techUid": "ZENOSS"
	 }
 ]