- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- WebService SOAP with SERVED DEVICES
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi, @Willag Using SearchDevices we can see only SERVED_CLIENT details if you have the served Client ID or name.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi, @Willag Using SearchDevices we can see only SERVED_CLIENT details if you have the served Client ID or name.
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.