Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.1 KB

PostDeploymentEventInput.md

File metadata and controls

44 lines (28 loc) · 2.1 KB

PostDeploymentEventInput

Properties

Name Type Description Notes
projectKey String The project key
environmentKey String The environment key
applicationKey String 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.
applicationName String The application name. This defines how the application is displayed [optional]
applicationKind ApplicationKindEnum The kind of application. Default: <code>server</code> [optional]
version String 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.
versionName String The version name. This defines how the version is displayed [optional]
eventType EventTypeEnum The event type
eventTime Long [optional]
eventMetadata Map<String, Object> A JSON object containing metadata about the event [optional]
deploymentMetadata Map<String, Object> A JSON object containing metadata about the deployment [optional]

Enum: ApplicationKindEnum

Name Value
SERVER "server"
BROWSER "browser"
MOBILE "mobile"

Enum: EventTypeEnum

Name Value
STARTED "started"
FAILED "failed"
FINISHED "finished"
CUSTOM "custom"