UpdateDeliverySiteLicenseDataModel
Data contract for the workflow step "Update-DeliverySiteLicense".
Properties
| Name | Description | Additional information |
|---|---|---|
| DeliverySite | The farm name matching the Controller credential context. |
Type: ReferenceDataModel |
| OU | The farm OU to which the license GPO will be linked. |
Type: OrganizationalUnitModel |
| GpoName | The name of the GPO for the license setting. |
Type: String |
| ServerAddress | License server address without port number. |
Type: String |
| ServerPort | License server port. |
Type: Number |
Sample
application/json
Sample:
{
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"OU": {
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
},
"GpoName": "sample string 1",
"ServerAddress": "sample string 2",
"ServerPort": 3
}