Deployment API

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

Parameters

deploymentType: See Deployment Type Info API.

Operations

Example get response

<deployment>
     <deploymentType>7</deploymentType>
</deployment>