It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ApiKeyResponse
editApiKeyResponse
editThe response model for an API key.
Properties
edit-
creation_date
(string
asdate-time
, required) - The date/time for when the API key is created.
-
description
(string
, required) - The API key description. TIP: Useful when you have multiple API keys.
-
id
(string
, required) - The API key ID.
-
key
(string
) - The API key. TIP: Since the API key is returned only once, save it in a safe place.
-
user_id
(string
) - The user ID.
Example
edit{ "creation_date" : "2019-01-01T00:00:00Z", "description" : "string", "id" : "string", "key" : "string", "user_id" : "string" }