The Deployment API is used to view the deployment type of the installation. It is read-only, and does not require authentication. To change the deployment type, use the Deployment Type Info API.
URL
https://<server>:<serverport>/unifiedconfig/config/deployment
Operations
- get: Returns the deployment type of the installation using the URL https://<server>/unifiedconfig/config/deployment
Example get response
<deployment>
<deploymentType>7</deploymentType>
</deployment>