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

Require API’s for asset status maintenance (add\delete\update)

We have require to modify asset status in our environment, to do this we require API’s for asset status maintenance (add\delete\update), can someone please help me to get these API which will help us to perform asset status maintenance.

 

We have 2019 R1 FNMS version running.

 

Best regards,

Sandeep

(1) Solution

The recommended method to bring in external data and import this into FlexNet Manager in order to update information (such as the Asset Status) would be to create a Business Adapter.

Kirk

View solution in original post

(3) Replies

While FNMS does currently have API's, they are not something that was intended to be used outside of our own product integrations, so if you have any issues with using these you would not be able to receive any official support when using the API. We are currently working on new API's that would be something that we would be able to offer more support for. To access the current API you should be able to do so from the ComplianceAPIService.asmx page, so it should be:
 
<SERVER>/ManageSoftServices/ComplianceAPIService/ComplianceAPIService.asmx

The recommended method to bring in external data and import this into FlexNet Manager in order to update information (such as the Asset Status) would be to create a Business Adapter.

Kirk

Thanks a lot for your information!