1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | rpc request:
{
"Request": "AddMachines",
"Params": {
"MachineParams": [
{
"Placement": "env-uuid:oil-infra-node-7.maas",
"ParentId": "",
"ContainerType": "",
"Series": "",
"Constraints": {},
"Jobs": [
"JobHostUnits"
]
}
]
},
"Type": "Client",
"RequestId": 1
}
raw response: {"RequestId":1,"Error":"json: cannot unmarshal string into Go value of type instance.Placement","Response":{}}
|