Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersResponse
Description
Response to [RpcEnrollComputersRequest]
Properties
Name |
JsonSchemaType |
Description |
deviceResults |
array of references to Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersResponse_DeviceResult |
List of results for each device requested to be enrolled, but may not be in the same order. To map the actual result to request use the index field. |
licenseActivationCreationError |
string |
Is this is specified then there were problems creating the License activation task. The user will probabbly have to do this manually. |
Dual message (request/response)
Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersRequest |
Referenced in messages
No references.JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersResponse",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersResponse"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersResponse": {
"$ref": "#/definitions/RpcEnrollComputersResponse"
}
},
"definitions": {
"RpcEnrollComputersResponse": {
"additionalProperties": false,
"type": "object",
"properties": {
"deviceResults": {
"type": "array",
"items": [
{
"$ref": "Era.Common.NetworkMessage.ConsoleApi.Groups.RpcEnrollComputersResponse_DeviceResult#/definitions/RpcEnrollComputersResponse_DeviceResult"
}
]
},
"licenseActivationCreationError": {
"type": "string"
}
}
}
}
}