-
Methods in sh.ory.api that return InlineResponse200
| Modifier and Type |
Method |
Description |
InlineResponse200 |
MetadataApi.isAlive() |
Check HTTP Server Status
This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming HTTP requests.
|
InlineResponse200 |
MetadataApi.isReady() |
Check HTTP Server and Database Status
This endpoint returns a HTTP 200 status code when Ory Kratos is up running and the environment dependencies (e.g.
|
Method parameters in sh.ory.api with type arguments of type InlineResponse200
| Modifier and Type |
Method |
Description |
okhttp3.Call |
MetadataApi.isAliveAsync(ApiCallback<InlineResponse200> _callback) |
Check HTTP Server Status (asynchronously)
This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming HTTP requests.
|
okhttp3.Call |
MetadataApi.isReadyAsync(ApiCallback<InlineResponse200> _callback) |
Check HTTP Server and Database Status (asynchronously)
This endpoint returns a HTTP 200 status code when Ory Kratos is up running and the environment dependencies (e.g.
|
-