Skip to main contentIBM Video Streaming Developers

ServerHealth

An ECDN server’s health status.

type ServerHealth {
    # Health of services affecting content delivery.
    contentDelivery: ContentDeliveryHealth!
    # Health of operational services (ones that doesn't affect content delivery).
    operations: OperationsHealth!
}

Fields

contentDelivery: ContentDeliveryHealth!

Health of services affecting content delivery.

operations: OperationsHealth!

Health of operational services (ones that doesn’t affect content delivery).