Name | Type | Description | Notes |
---|---|---|---|
project_key | str | The project key | |
environment_key | str | The environment key | |
application_key | str | The application key. This defines the granularity at which you want to view your insights metrics. Typically it is the name of one of the GitHub repositories that you use in this project.<br/><br/>LaunchDarkly automatically creates a new application each time you send a unique application key. | |
version | str | The application version. You can set the application version to any string that includes only letters, numbers, periods (<code>.</code>), hyphens (<code>-</code>), or underscores (<code>_</code>).<br/><br/>We recommend setting the application version to at least the first seven characters of the SHA or to the tag of the GitHub commit for this deployment. | |
event_type | str | The event type | |
application_name | str | The application name. This defines how the application is displayed | [optional] |
application_kind | str | The kind of application. Default: <code>server</code> | [optional] |
version_name | str | The version name. This defines how the version is displayed | [optional] |
event_time | int | [optional] | |
event_metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | A JSON object containing metadata about the event | [optional] |
deployment_metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | A JSON object containing metadata about the deployment | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |