Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit e7ce849

Browse files
ximon18Tim Bruijnzeels
authored andcommitted
FIX: update Lagosta testbed REST API client to match the changed Krill add child REST API JSON body request format.
1 parent 4f7f5f9 commit e7ce849

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/services/APIService.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,7 @@ export default {
181181
v4: typeof ipv4_res !== "undefined" ? ipv4_res.trim() : "",
182182
v6: typeof ipv6_res !== "undefined" ? ipv6_res.trim() : ""
183183
},
184-
child_request: {
185-
tag: null,
186-
child_handle: child.trim(),
187-
id_cert: id_cert.trim()
188-
}
184+
id_cert: id_cert.trim()
189185
}).catch(handleError);
190186
},
191187
testbedGetParentResponseXML(child) {

0 commit comments

Comments
 (0)