Creating Responder Suites via REST API
I am trying to create a nesting of Response Suites using the REST API. I can successfully create the first suite using the http://10.143.146.19:10000/soavirt/api/v6/suites/responderSuites call. However when I try a subsequent call to create a suite within the newly created suite it fails. It does not seem to recognize the new parent id.
Can you post an example of creating a nested set of responder suites? I am thinking this would just be back to back calls to http://10.143.146.19:10000/soavirt/api/v6/suites/responderSuites, making sure to use the parent id of the first one in the second.
Thanks,
JT
Comments
-
Disregard. I solved this a couple mins after posting it. My solution was to simply read in the parent id from the first response and use that in the second request.
JT
0 -
Glad you were able to find a solution!
0