---
title: "GET /api/v1/applications/{applicationName}/resource-tree"
method: GET
path: "/api/v1/applications/{applicationName}/resource-tree"
tags: ["ApplicationService"]
---

# GET /api/v1/applications/{applicationName}/resource-tree

`GET /api/v1/applications/{applicationName}/resource-tree`

## Path parameters

- `applicationName` string, required

## Response `200`

(empty)

- V1alpha1ApplicationTree
  - `nodes` V1alpha1ResourceNode[]
    - `health` V1alpha1HealthStatus
      - `message` string
      - `status` string
    - `images` string[]
    - `info` V1alpha1InfoItem[]
      - `name` string — Name is a human readable title for this piece of information.
      - `value` string — Value is human readable content.
    - `networkingInfo` V1alpha1ResourceNetworkingInfo
      - `externalURLs` string[] — ExternalURLs holds list of URLs which should be available externally. List is populated for ingress resources using rules hostnames.
      - `ingress` V1LoadBalancerIngress[]
        - `hostname` string
        - `ip` string
      - `labels` object
      - `targetLabels` object
      - `targetRefs` V1alpha1ResourceRef[]
        - `group` string
        - `kind` string
        - `name` string
        - `namespace` string
        - `uid` string
        - `version` string
    - `parentRefs` V1alpha1ResourceRef[]
      - `group` string
      - `kind` string
      - `name` string
      - `namespace` string
      - `uid` string
      - `version` string
    - `resourceRef` V1alpha1ResourceRef
      - `group` string
      - `kind` string
      - `name` string
      - `namespace` string
      - `uid` string
      - `version` string
    - `resourceVersion` string

---

[API](https://skmtc.net/devtron-labs/apis/consolidate-services.md) · [All operations](https://skmtc.net/devtron-labs/apis/consolidate-services/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devtron-labs/consolidate-services/revisions/778bfc291d1e/schema)
