cli
cli copied to clipboard
Add appGUID attribute to droplet resource
Where this PR should be backported?
- [x] main - all changes should by default start here
- [x] v8 (PR on the v8 branch)
- [ ] v7
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 We had some environment issues and integration tests did not run. Can you please update the branch and reopen the PR?
It would be great if we could merge this. It would take some of the work off my hands.
creating new PR
new PR : 2933