Managed Service for Elasticsearch API, REST: Auth.ListProviders
Статья создана
Обновлена 17 октября 2024 г.
Retrieves the list of registered auth providers for Elasticsearch cluster.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-elasticsearch/v1/clusters/{clusterId}/auth/providers
Path parameters
Field |
Description |
clusterId |
string Required field. Required. ID of the ElasticSearch cluster. |
Response
HTTP Code: 200 - OK
{
"providers": [
{
"type": "string",
"name": "string",
"order": "string",
"enabled": "boolean",
"hidden": "boolean",
"description": "string",
"hint": "string",
"icon": "string",
// Includes only one of the fields `saml`
"saml": {
"idpEntityId": "string",
"idpMetadataFile": "string",
"spEntityId": "string",
"kibanaUrl": "string",
"attributePrincipal": "string",
"attributeGroups": "string",
"attributeName": "string",
"attributeEmail": "string",
"attributeDn": "string"
}
// end of the list of possible fields
}
]
}
Field |
Description |
providers[] |
List of auth providers of the Elasticsearch cluster. |
AuthProvider
Field |
Description |
type |
enum (Type)
|
name |
string |
order |
string (int64) |
enabled |
boolean |
hidden |
boolean selector ui settings |
description |
string |
hint |
string |
icon |
string |
saml |
Includes only one of the fields |
SamlSettings
Field |
Description |
idpEntityId |
string |
idpMetadataFile |
string (bytes) |
spEntityId |
string |
kibanaUrl |
string |
attributePrincipal |
string |
attributeGroups |
string |
attributeName |
string |
attributeEmail |
string |
attributeDn |
string |