Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we know the reload status of an application through an API. Suppose if an application is not currently being reloaded that status should also be shown or if the application is being loaded that status should also be shown.
Hi @AV1
You probably can use:
/qrs/reloadtask?filter=app.id eq f1688b20-c602-4ef5-a305-c86da391b2eb
Where f1688b20-c602-4ef5-a305-c86da391b2eb is the app id, if there is no reload associated it will return null, otherwise it will return the status of the reload.
The documentation can be found here
Kind Regards.
Hi @AV1
You probably can use:
/qrs/reloadtask?filter=app.id eq f1688b20-c602-4ef5-a305-c86da391b2eb
Where f1688b20-c602-4ef5-a305-c86da391b2eb is the app id, if there is no reload associated it will return null, otherwise it will return the status of the reload.
The documentation can be found here
Kind Regards.