Label: api

Content with label api in CDP (See content from all spaces)
Related Labels: enterprise_edition, advanced_edition, standard_edition

Page: Accessing API Documentation
You can access the API Documentation by following the below steps. 1. Open a web browser and type in one of the following addresses: {{https://<cdpserveraddress>/apidoc}} or {{http://<cdpserveraddress>/apidoc}}. You can configure the HTTP and SSL connections for API in "Configuration ...
Other labels: enterprise_edition, advanced_edition, standard_edition
Page: Accessing Example API Functions
You can access Example API Functions in the&nbsp;{{<installdir>/apisamples}} directory. Windows CDP During CDP Server installation, you can select the installation directory for the server or leave the default location untouched. !ie8.png! By default, the CDP Server ...
Other labels: enterprise_edition, standard_edition, advanced_edition
Page: API - Solved Issue with Closed Disk Safe
When a Disk Safe is in a closed state, {{getDiskSafes()}} returns an incomplete {{diskSafe}} object, which cannot be passed back to the server to open the Disk Safe. This makes it very difficult to open a closed Disk Safe through the API. The issue has ...
Page: API - Solved Issue with createPolicy
After using the {{createPolicy}} API method, a user cannot retrieve any policies. Using the {{Policy2 getPolicies()}}&nbsp;API method results in the following error: suds.WebFault: Server raised fault: 'Fault occurred while processing.' Going to the web interface ...
Page: API - Solved Issue with getStorageDiskByPath
matter what value is put in the {{getStorageDiskByPath(array('storageDiskPath'=>"$device"))}} call, it looks up data for the {{/dev/mapper/iet1p1}} device. The issue has been corrected in CDP 4.2.0. Freebytes and devices are now displayed correctly. <? try { //get a list of paths ...
Page: API - Solved Issue with Wrong User Attributes Keys when Creating and Getting Power Users
User "create" and "get" operations return wrong user attributes keys when creating/getting Power Users. The following User API operations are affected: {{getUsers()}} {{getUserById()}} {{createUserWithObject()}} {{createUser()}} {{createUserFromObject()}} The issue has been corrected in CDP 4.0.0.
Page: Running soapUI Script on Linux
soapUI script only works on CDP Servers installed on Windows. When executed on a Linux CDP Server, the script fails on Volume and Disk Safe creation due to the path, e.g.,&nbsp;{{C:\SOAPDiskSafeTest1}}. XML Errors: {{<faultstring>Path must ...