All URIs are relative to http://localhost/api/v2.0
Method | HTTP request | Description |
---|---|---|
PingOIDC | Post /system/oidc/ping | Test the OIDC endpoint. |
PingOIDC(ctx, endpoint, optional) Test the OIDC endpoint.
Test the OIDC endpoint, the setting of the endpoint is provided in the request. This API can only be called by system admin.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
endpoint | Endpoint | Request body for OIDC endpoint to be tested. | |
optional | *OidcApiPingOIDCOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a OidcApiPingOIDCOpts struct
Name | Type | Description | Notes |
---|
xRequestId | optional.String| An unique ID for the request |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]