Era.Common.NetworkMessage.ConsoleApi.Repository.RpcGetGpoInstallerResponse
Description
Response to [RpcGetGpoInstallerRequest]
Properties
Name |
JsonSchemaType |
Description |
agentWindowsInstallerLink32bit |
string |
The download link to 32 bit agent windows installator |
agentWindowsInstallerLink64bit |
string |
The download link to 64 bit agent windows installator |
agentWindowsInstallerLinkARM64 |
string |
The download link to ARM64 agent windows installator |
file |
reference to Era.Common.DataDefinition.Common.File |
The generated installation configuration. |
Dual message (request/response)
Era.Common.NetworkMessage.ConsoleApi.Repository.RpcGetGpoInstallerRequest |
Referenced in messages
No references.JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.Repository.RpcGetGpoInstallerResponse",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.Repository.RpcGetGpoInstallerResponse"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.Repository.RpcGetGpoInstallerResponse": {
"$ref": "#/definitions/RpcGetGpoInstallerResponse"
}
},
"definitions": {
"RpcGetGpoInstallerResponse": {
"additionalProperties": false,
"required": [
"file"
],
"type": "object",
"properties": {
"agentWindowsInstallerLink32bit": {
"type": "string"
},
"agentWindowsInstallerLink64bit": {
"type": "string"
},
"agentWindowsInstallerLinkARM64": {
"type": "string"
},
"file": {
"$ref": "Era.Common.DataDefinition.Common.File#/definitions/File"
}
}
}
}
}