• Get mapping of an specific index

    Needs namespaces[namespaceId].elastic-get-indices-index permission

    Parameters

    • index: string

      The index (can be a wildcard)

    • Optional namespace: string

      The concerned namespace. Needed if not admin

    Returns Promise<ApiResponse<Record<string, string>>>

    The list of available indices

Generated using TypeDoc