You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to get the object status from DataPower. I am using object-status ant task but getting the following error: The Ant property 'object-status.file' is required but not defined. This is the file containing the dcm:definition/dcm:object-state-manifest
Do I need to create any file. If yes what should be the content of that file and where sholud it be placed.
Also can some one give me the ant command which I need to run to get object status of the appliance.
Is it possible to get the object status of all the domains at once?
The text was updated successfully, but these errors were encountered:
The purpose of the task is usually to determine if certain objects are in the "up" state post-deploy. Normally you would just need to know if an MPG or two is up since all their child objects must be up for that to happen.
As with all DCM tasks, it only works on one domain per-call, so you would need to make multiple calls if you need to check multiple domains.
Hi,
I want to get the object status from DataPower. I am using object-status ant task but getting the following error:
The Ant property 'object-status.file' is required but not defined. This is the file containing the dcm:definition/dcm:object-state-manifest
Do I need to create any file. If yes what should be the content of that file and where sholud it be placed.
Also can some one give me the ant command which I need to run to get object status of the appliance.
Is it possible to get the object status of all the domains at once?
The text was updated successfully, but these errors were encountered: