URL
POST https://{api-url}/api/v2/tenants/{tenantId}/credentialSets/{credentialSetId}
Note
For existing and new API integrations, any time credential set is updated, the updated credentials are sent:
- In the set discovery scan frequency.
- Upon manual execution (
scan now
). - Every 24 hours if no discovery scan is set.
Sample URLs
https://{api-url}/api/v2/tenants/client_93/credentialSets/6rHBKNjsQcJM5ssqZ7NhmZsp
Status code
200 OK
Sample request
{
"name": "UPDATING CREDENTIAL SET CREATED ID : 335",
"assignedDeviceGroups": [
{
"id": "1665"
},
{
"id": "1790"
}
],
"assignedDevices": [
{
"uniqueId": "DEV0000015402"
}
]
}
Sample response
{
"uniqueId": "6rHBKNjsQcJM5ssqZ7NhmZsp",
"name": "UPDATING CREDENTIAL SET CREATED ID : 335",
"secure": false,
"port": 0,
"snmpVersion": "V2",
"autoEnableMode": false,
"universal": true,
"spSecure": false,
"spPort": 0,
"time-outMs": 0,
"assignedUsers": [],
"assignedDevices": [],
"assignedAcls": [],
"assignedDeviceGroups": []
}