Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for OpenSearch
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Backup
        • DeleteBackup
        • Restore
        • RescheduleMaintenance
        • ListBackups
        • Move
        • Start
        • Stop
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListHosts
        • AddOpenSearchNodeGroup
        • DeleteOpenSearchNodeGroup
        • UpdateOpenSearchNodeGroup
        • AddDashboardsNodeGroup
        • DeleteDashboardsNodeGroup
        • UpdateDashboardsNodeGroup
        • GetAuthSettings
        • UpdateAuthSettings
        • RestartOpenSearch
        • SwitchMaster
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Response
  • SAMLSettings
  1. API reference
  2. REST
  3. Cluster
  4. GetAuthSettings

Managed Service for OpenSearch API, REST: Cluster.GetAuthSettings

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response
  • SAMLSettings

Retrieves auth settings for specified cluster.

HTTP requestHTTP request

GET https://mdb.api.cloud.yandex.net/managed-opensearch/v1/clusters/{clusterId}/auth

Path parametersPath parameters

Field

Description

clusterId

string

Required field. Required. ID of the OpenSearch cluster.

ResponseResponse

HTTP Code: 200 - OK

{
  "saml": {
    "enabled": "boolean",
    "idpEntityId": "string",
    "idpMetadataFile": "string",
    "spEntityId": "string",
    "dashboardsUrl": "string",
    "rolesKey": "string",
    "subjectKey": "string",
    "jwtDefaultExpirationTimeout": "string"
  }
}

Field

Description

saml

SAMLSettings

SAML settings

SAMLSettingsSAMLSettings

Field

Description

enabled

boolean

idpEntityId

string

Required. The entity ID of your IdP.

idpMetadataFile

string (bytes)

Required. The SAML 2.0 metadata file of your IdP.

spEntityId

string

Required. The entity ID of the service provider.

dashboardsUrl

string

Required. The OpenSearch Dashboards base URL.

rolesKey

string

Optional. The attribute in the SAML response where the roles are stored. If not configured, no roles are used.

subjectKey

string

Optional. The attribute in the SAML response where the subject is stored. If not configured, the NameID attribute is used.

jwtDefaultExpirationTimeout

string (int64)

default jwt expiration timeout.

Was the article helpful?

Previous
UpdateDashboardsNodeGroup
Next
UpdateAuthSettings
Yandex project
© 2025 Yandex.Cloud LLC