Artifacts (Infrastructure)

Obtain artifact information provided by platform.

Get domain

get

Returns the authentication domain.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Domain config could be found in response body.

application/json

DomainConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
valuestringRequired

User's default domain for authentication

Example: yourDomain.com
get
/api/configurations/domain

Update domain

put

Updates the authentication domain.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

DomainConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
valuestringRequired

User's default domain for authentication

Example: yourDomain.com
Responses
200

The domain configuration was successfully updated.

application/json

DomainConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
valuestringRequired

User's default domain for authentication

Example: yourDomain.com
put
/api/configurations/domain

Get tenant connector config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Configuration was found & you were allowed to access it. The result is in the body.

application/json

TenantConnectorConfigurations

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
get
/api/configurations/tenantconnector

Last updated