Hello,
I am looking to submit a request to a topic via dxl command. The command is system/transfer. I am trying to submit a list of names to be transferred from our production ePO to our test ePO server.
I have created an authorization and topic (custom topic) /mcafee/service/epo/command/{acb28a79-716f-4e9a-a8e6-7e37f8f0da91}/remote/system/transfer
I have the command parameters to enter as its in the description of the command:
{
"names":"pcxyz",
"epoServer":"testepo"
}
Basically I am trying to use DXL command to transfer pcxyz to the server testepo. I enabled custom mappings unsure of how to do this and entered the command parameters, but not sure how to enter the payload jsonpath.
I reviewed the product guide, but it doesn't seem to give me a full step by step example of how to do this.