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
@Prav
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
http://cloudera.github.io/cm_api/apidocs/v19/path__clusters_-clusterName-_parcels_products_-product-...
Hope this helps,ParasWas 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.