This service is used to get resource tree or resource details from ArgoCD.
If you need to use this service you need to create an ArgoCD endpoint.
endpoint
: the name of the endpointname
: is the app name in ArgoCD
This path is using the argocd
endpoint to get the firefire-fireworksapp
app.
argocd/firefire-fireworksapp
{
"edges": [],
"nodes": []
}
edges
: the list of connections between nodesnodes
: the list of nodes
endpoint
: the name of the endpointname
: is the app name in ArgoCDparams
: the info about the resource you want to get details
This path is using the argocd
endpoint to get the firefire-fireworksapp
app.
argocd/firefire-fireworksapp?name=guest-fire-firefire-service&resourceName=guest-fire-firefire-service&namespace=guest-fire-firefire-ns&version=v1&kind=Service
{
"manifest": {}
}
manifest
: the yaml manifest of the resource