| ||
| detail: element | attribute | value | ||
XML Example:<applicationInfos> <applicationName>xsd:string</applicationName> <applicationVersion>xsd:string</applicationVersion> <serverName>xsd:string</serverName> </applicationInfos> | JSON Example:{"applicationInfos":
{
"applicationName": String,
"applicationVersion": String,
"serverName": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| applicationName | xsd:string | false | false | Integrated application name; required if applicationInfos is provided.
Accepts maximum length of 254 characters
| |
| applicationVersion | xsd:string | false | false | Integrated application version; (Optional)
Not blank if application version is provided. Accepts maximum length of 254 characters
| |
| serverName | xsd:string | false | false | Integrated server hostname; required if applicationInfos is provided.
The format of hostname should follow RFC 1123 or a valid IP format.
|
| ||
| detail: element | attribute | value | ||