---
title: "Get a summary informations about an instance"
method: GET
path: "/resources/{instance}/info"
tags: ["rpaas"]
---

# Get a summary informations about an instance

`GET /resources/{instance}/info`

This endpoint is exclusive for RPaaS v2 API.

## Path parameters

- `instance` string, required

## Response `200`

OK

- InstanceInfo
  - `name` string
  - `description` string
  - `team` string
  - `tags` string[]
  - `plan` string
  - `flavors` string[]
  - `replicas` number
  - `autoscale` Autoscale
    - `minReplicas` number
    - `maxReplicas` number
    - `cpu` number
    - `memory` number
  - `pods` PodInfo[]
    - `name` string
    - `ip` string
    - `host` string
    - `ports` PodPortInfo[]
      - `name` string
      - `hostPort` number
      - `containerPort` number
      - `protocol` string
      - `hostIP` string
    - `createdAt` string, date-time
  - `certificates` CertificateInfo[]
    - `name` string
    - `dnsNames` string[]
    - `publicKeyAlgorithm` 'ECDSA' | 'RSA'
    - `publicKeyBitSize` number
    - `validFrom` string, date-time
    - `validUntil` string, date-time
  - `blocks` Block[]
    - `block_name` 'root' | 'http' | 'server' | 'lua-server' | 'lua-worker'
    - `content` string
  - `routes` Route[]
    - `path` string
    - `destination` string
    - `https_only` boolean
    - `content` string

## Other responses

- `404` — Instance not found
- `default` — Unknonw error

## Changes

- **2020-08-17** `f427a0b3759f` — 7 breaking, 3 warning
  - the response property `Msg` became optional for the status `404`
  - the response property `autoscale/maxReplicas` became optional for the status `200`
  - the response property `autoscale/minReplicas` became optional for the status `200`
  - the `autoscale/cpu` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - …6 more

[Change history](https://skmtc.dev/tsuru/apis/reverse-proxy-as-a-service/changes/resources/:instance/info/get.md)

---

[API](https://skmtc.dev/tsuru/apis/reverse-proxy-as-a-service.md) · [All operations](https://skmtc.dev/tsuru/apis/reverse-proxy-as-a-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tsuru/reverse-proxy-as-a-service/revisions/f427a0b3759f/schema)
