URL
GET https://{api-url}/api/v2/tenants/{tenantId}/credentialSets/minimal
Sample URLs
https://{api-url}/api/v2/tenants/client_93/credentialSets/minimal
Status code
200 OK
Sample response
[
{
"uniqueId": "QPrN4YQKk5cERqgWd9XsFwQe",
"name": "11. TESTING CREDENTIAL SET CREATION FROM API 3",
"secure": false,
"port": 0,
"snmpVersion": "V2",
"description": "this is testing from api",
"autoEnableMode": false,
"universal": true,
"spSecure": false,
"spPort": 0,
"timeoutMs": 15000
},
{
"uniqueId": "ShDxSbEjp3c8cHZKBbrqphjp",
"name": "11. TESTING CREDENTIAL SET CREATION FROM API 4",
"secure": false,
"port": 0,
"snmpVersion": "V2",
"description": "this is testing from api",
"autoEnableMode": false,
"universal": true,
"spSecure": false,
"spPort": 0,
"timeoutMs": 15000
},
{
"uniqueId": "6bupAEC8NhxSHbsEnHJv6w7T",
"name": "2. testing from UI",
"secure": false,
"port": 0,
"snmpVersion": "V2",
"description": "test",
"autoEnableMode": false,
"universal": true,
"spSecure": false,
"spPort": 0,
"timeoutMs": 15000
}
]