cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
wlagriffoul
Level 4

WebService SOAP with SERVED DEVICES

Jump to solution

Hello,
My question concerns the management of Served Devices with the SOAPWebService method.
With the "searchDevices" method of the WebService "v4/ManageDeviceService", I can identify the ActivationId used by a Device with a DeviceClass equal to "CLIENT" or "SERVER".
But when the DeviceClass is equal to "SERVED_CLIENT", I can't identify the ActivationId, the Products or the Features used.
In the FNO interface, I can see some info in the "View Served Device" view.
Could you tell me how I can identify the elements used by a "SERVED_CLIENT"?
Thanks in advance

0 Kudos
(1) Solution
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi, @wlagriffoul Using SearchDevices we can see only SERVED_CLIENT details if you have the served Client ID or name. 

SERVED_CLIENT.JPG

At the same time, you can also use the 

https://flexyyyy-uat.compliance.flexnetoperations.com/api/1.0/instances/<Instance ID>/features

https://flexyyyy-uat.compliance.flexnetoperations.com/api/1.0/instances/<Instance ID>/clients

endpoint to see all the feature details on the server device and served client details with /client end point however if you want to see the Activation ID in the /feature response then you have to specify in the vendorString. 

Best Regards,

Mani.  

View solution in original post

0 Kudos
(1) Reply
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi, @wlagriffoul Using SearchDevices we can see only SERVED_CLIENT details if you have the served Client ID or name. 

SERVED_CLIENT.JPG

At the same time, you can also use the 

https://flexyyyy-uat.compliance.flexnetoperations.com/api/1.0/instances/<Instance ID>/features

https://flexyyyy-uat.compliance.flexnetoperations.com/api/1.0/instances/<Instance ID>/clients

endpoint to see all the feature details on the server device and served client details with /client end point however if you want to see the Activation ID in the /feature response then you have to specify in the vendorString. 

Best Regards,

Mani.  

0 Kudos