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.
ChangeSourceInfo
editChangeSourceInfo
editA container for information about the source of a change.
Properties
edit-
action
(string
, required) - The type of plan change that was initiated
-
admin_id
(string
) - The admin user that requested the change
-
date
(string
asdate-time
, required) - The time the change was initiated
-
facilitator
(string
, required) - The service where the change originated from
-
remote_addresses
(array[
string
)]
- The host addresses of the user that originated the change
-
user_id
(string
) - The user that requested the change
Example
edit{ "action" : "string", "admin_id" : "string", "date" : "2019-01-01T00:00:00Z", "facilitator" : "string", "remote_addresses" : [ "string" ], "user_id" : "string" }