Organizations interface

Interface representing a Organizations.

Methods

getApiKey(OrganizationsGetApiKeyOptionalParams)

Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.

Method Details

getApiKey(OrganizationsGetApiKeyOptionalParams)

Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.

function getApiKey(options?: OrganizationsGetApiKeyOptionalParams): Promise<UserApiKeyResponse>

Parameters

options
OrganizationsGetApiKeyOptionalParams

The options parameters.

Returns