cli icon indicating copy to clipboard operation
cli copied to clipboard

Add appGUID attribute to droplet resource

Open gmllt opened this issue 10 months ago • 1 comments

Where this PR should be backported?

Description of the Change

The V3 API allows you to access to the relationships existing beween a droplet and its related app. This PR make this relationship visible trough a new AppGUID attribute in the resource droplet.

The community cf_exporter currently use the /v2/spaces/:guid/summary endpoint to gain access to buildpack associated to an application. Have this relationship visible would help get rid of calls on this endpoint and retrieve buildpacks attached to an application through its droplets.

This feature is necessary for applications using the cli product in go development to established relationship between an application resource and its droplets.

This feature will not cause breaking change.

gmllt avatar Mar 28 '24 09:03 gmllt

@gmllt We had some environment issues and integration tests did not run. Can you please update the branch and reopen the PR?

gururajsh avatar May 01 '24 15:05 gururajsh

It would be great if we could merge this. It would take some of the work off my hands.

adamspd avatar May 17 '24 12:05 adamspd

creating new PR

gmllt avatar May 17 '24 12:05 gmllt

new PR : 2933

gmllt avatar May 17 '24 12:05 gmllt