---
title: "GET /devops/installations/{id}"
method: GET
path: "/devops/installations/{id}"
tags: ["DevOps"]
---

# GET /devops/installations/{id}

`GET /devops/installations/{id}`

Get the installation object for the given `id`.

## Path parameters

- `id` string, required

## Response `200`

- EaasInstallation — Installation. Is used to represent a concrete installation. `id` -- id of concrete installation. `environment` -- installation environment. `account` -- installation owner account. `settings` -- installation settings. `events` -- installed, uninstalled and updated events. `status` -- status of installation. `comment` -- reason of uninstall.
  - `id` string
  - `environment` EaasEnvironmentReference, required — Environment. Is used to specify a concrete Environment. `id` -- the environment id. `type` -- the environment type: development, test or production. `icon` -- the environment icon.
    - `id` string
    - `type` 'production' | 'test' | 'development', required
    - `icon` string, nullable
    - `extension` EaasExtensionReference, required
      - `id` string, required
      - `name` string
      - `owner` EaasAccountReference
        - `id` string
        - `name` string, required
        - `icon` string, nullable
        - `role` 'vendor' | 'distributor' | 'reseller'
      - `icon` string, binary, nullable
      - `extension_id` string
    - `ui_modules` string
    - `hostname` string, required
    - `domain` string, required
    - `git` EaasGitInfo — Git Info. Is used to represent git repository information `auth` -- object containing `username` and `password` to git repository if required. `url` -- repository URL. `tag` -- tag to be used. Connect will checkout the code according to this tag. `commit` -- commit to be used. Connect will checkout the code according to this commit.
      - `url` string, uri, required
      - `tag` string, required
      - `commit` string, required
      - `auth` EaasGitCredentialsModel — Git Credentials. Is used to represent input object to request git tags. You need to provide `username` and `password` to your git repository as input data.
        - `username` string, nullable
        - `password` string, nullable
    - `runtime` string, required
  - `owner` EaasAccountReference
    - `id` string
    - `name` string, required
    - `icon` string, nullable
    - `role` 'vendor' | 'distributor' | 'reseller'
  - `settings` object, required
  - `events` object
    - `installed` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `uninstalled` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `status` 'installed' | 'uninstalled'
  - `comment` string, nullable

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
