cli.deploy.failed

type: meya.cli.event.deploy.failed
class: MeyaSdkDeployFailedEvent
path: /meya/cli/event/deploy/failed.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr
deploy_typeDeployType
next_revisionstr
reasonstr
request_idstr

Examples

Data

{
    "type": "meya.cli.event.deploy.failed", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING", 
        "deploy_type": "build|grid_reload|reload", 
        "next_revision": "STRING", 
        "reason": "STRING", 
        "request_id": "STRING"
    }
}