feat: provide instance info on admin api and return version on instances responses (admin and system api) (#3802)

* feat: provide instance info on admin api and return version on instances responses (admin and system api)

* fix GetMyInstance
This commit is contained in:
Livio Spring
2022-06-27 11:12:06 +02:00
committed by GitHub
parent 1b4740c78f
commit 30f553dea1
4 changed files with 65 additions and 5 deletions

View File

@@ -56,16 +56,28 @@ Set the default language
GET: /languages/default
### GetMyInstance
> **rpc** GetMyInstance([GetMyInstanceRequest](#getmyinstancerequest))
[GetMyInstanceResponse](#getmyinstanceresponse)
Returns the details of the instance
GET: /instances/me
### ListInstanceDomains
> **rpc** ListInstanceDomains([ListInstanceDomainsRequest](#listinstancedomainsrequest))
[ListInstanceDomainsResponse](#listinstancedomainsresponse)
Returns the domains of an instance
Returns the domains of the instance
GET: /domains
POST: /domains/_search
### ListSecretGenerators
@@ -2348,6 +2360,23 @@ This is an empty request
### GetMyInstanceRequest
This is an empty request
### GetMyInstanceResponse
| Field | Type | Description | Validation |
| ----- | ---- | ----------- | ----------- |
| instance | zitadel.instance.v1.InstanceDetail | - | |
### GetOIDCSettingsRequest
This is an empty request