blob: b030ae485c4261b7c19a05951dc752cc8e29ce14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"transactions": [
{
"put": [
{
"uri": "/cloud-infrastructure/pservers/pserver/pserver-bulk-process-transactions-1-<UUID>",
"body": {
"hostname": "pserver-bulk-process-transactions-1-<UUID>",
"fqdn": "pserver-bulk-process-transactions-1-fqdn"
}
}
]
},
{
"patch": [
{
"uri": "/cloud-infrastructure/pservers/pserver/pserver-bulk-process-transactions-1-<UUID>",
"body": {
"fqdn": "NEW"
}
}
]
}
]
}
|