Skip to main contentIBM Video Streaming Developers

Region

A geographical region.

type Region {
    # ID of region.
    id: ID!
    # Name of region.
    name: String!
    # Primary midgress of region.
    primaryMidgress: FQDN!
    # Backup midgress of region.
    backupMidgress: FQDN!
    # (direct) Child locations in region.
    children: [Location!]!
}

Fields

id: ID!

ID of region.

name: String!

Name of region.

primaryMidgress: FQDN!

Primary midgress of region.

backupMidgress: FQDN!

Backup midgress of region.

children: [Location!]!

(direct) Child locations in region.