Connection Management Using REST API
On This Page
List All Connections
GET {{url}}v1/connections
List Connection Features and Limitations
List connection features
Ensure you have an established connection before making the following call.
GET {{url}}v1/connections/{{cloud_connection}}?include=features
List platform features
To list general supported features for a given platform, make the following call. No connection is required.
GET {{url}}v1/connections/platforms/{{platform_id}}?fields=all
Get platform IDs based on your license
GET {{url}}v1/connections/platforms?fields=all&active=1
Set Platform Preferences
Platform preferences will control what platforms you want to see in the DryvIQ application. If you are licensed for several platforms but only want to see a specific set, this feature allows your to set this.
{
"value": {
"value": [
"box",
"dropbox",
"fs",
"nfs",
"google-drive",
"onedrive-business",
"dfb"
]
}
}
, multiple selections available,