Axinom Mosaic Libraries
    Preparing search index...

    Interface SduServiceDeploymentDeployFinishedEvent

    SDU service deployment deploy finished event

    interface SduServiceDeploymentDeployFinishedEvent {
        environment_id: string;
        owned_by_axinom?: boolean;
        request_id: string;
        service_definition_id: string;
        service_deployment_id: string;
        service_id: string;
        tenant_id: string;
    }
    Index

    Properties

    environment_id: string

    A UUID.

    owned_by_axinom?: boolean

    A boolean indicating if the service-definition is owned by Axinom

    request_id: string

    A UUID.

    service_definition_id: string

    A UUID.

    service_deployment_id: string

    A UUID.

    service_id: string

    A human readable ID for the service (i.e. media-service)

    tenant_id: string

    A UUID.