Subtenant Applications Sites Summary

Summary of the status of an application on all its sites.

This summary contains an aggregation of the status for an application on all its sites. It is intended to provide an overview of the state of the application.

In order to get more detailed information about the state on a particular site, see State of an application.

Retrieve all application sites summaries

SecurityaccessToken
Request
path Parameters
tenant-name
required
string <name> ^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$

name of tenant

query Parameters
fields
string

Retrieve only requested fields from the resource

See section fields

keys
string <enumeration>

Retrieve only the keys for the list

Value: "true"
count
string <enumeration>

Retrieve only the number of elements in the list

Value: "true"
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

get/v1/state/tenants/{tenant-name}/application-status/applications
Response samples
- name: ticket-manager
  sites:
    - name: gothenburg-bergakungen
      application-version: "1.1"
      oper-status: running
      connected: true
      waiting-to-be-scheduled: 1
      locally-modified:
        time: 2023-10-11T14:18:57.846Z
        application-version: undefined
        application-deployment: my-local-dep
    - name: helsingborg-roda-kvarn
      application-version: "1.0"
      oper-status: error
      error-message: cannot allocate an ingress IP address
      connected: true
      waiting-to-be-scheduled: 2
      locally-modified:
        time: 2023-10-11T14:18:57.846Z
        application-version: undefined
        application-deployment: my-local-dep
    - name: stockholm-sergel
      application-version: "1.1"
      oper-status: running
      connected: false
      waiting-to-be-scheduled: 1
      locally-modified:
        time: 2023-10-11T14:18:57.846Z
        application-version: undefined
        application-deployment: my-local-dep
  

Retrieve an application sites summary

SecurityaccessToken
Request
path Parameters
tenant-name
required
string <name> ^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$

name of tenant

application-name
required
string <name> ^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$

The name of the application.

query Parameters
fields
string

Retrieve only requested fields from the resource

See section fields

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

get/v1/state/tenants/{tenant-name}/application-status/applications/{application-name}
Response samples
name: ticket-manager
sites:
  - name: gothenburg-bergakungen
    application-version: "1.1"
    oper-status: running
    connected: true
    waiting-to-be-scheduled: 1
    locally-modified:
      time: 2023-10-11T14:18:57.846Z
      application-version: undefined
      application-deployment: my-local-dep
  - name: helsingborg-roda-kvarn
    application-version: "1.0"
    oper-status: error
    error-message: cannot allocate an ingress IP address
    connected: true
    waiting-to-be-scheduled: 2
    locally-modified:
      time: 2023-10-11T14:18:57.846Z
      application-version: undefined
      application-deployment: my-local-dep
  - name: stockholm-sergel
    application-version: "1.1"
    oper-status: running
    connected: false
    waiting-to-be-scheduled: 1
    locally-modified:
      time: 2023-10-11T14:18:57.846Z
      application-version: undefined
      application-deployment: my-local-dep