Created 07-14-2020 11:52 AM
Is there a way to poll parcel distribution progress/completion using cm api ?
Created 07-22-2020 04:31 AM
You can leverage CM API to track parcel distribution status:
/api/v19/clusters/{clusterName}/parcels - This can be used to note the parcel name and version the cluster has access to
/api/v19/clusters/{clusterName}/parcels/products/{product}/versions/{version} - This can be used to track the parcel distribution status
Refer below link for more details
Hope this helps,
Paras
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.