Skip to main content

Property

idinteger
namestring
Example: my-site
statusinteger

0 Active, 1 Disabled, 2 Pending, 3 Suspended.

Possible values: [0, 1, 2, 3]

origins object[]
  • Array [
  • idinteger
    hoststring
    Example: origin.example.com
    hostHeaderstringnullable
    sslVerifyboolean
    Default value: false
    isEnabledboolean
  • ]
  • hostnames object[]
  • Array [
  • idinteger
    hoststring
    Example: www.example.com
    statusinteger

    0 PendingValidation, 1 Active, 2 Error, 3 Disabled.

    Possible values: [0, 1, 2, 3]

    isSystemDefaultboolean
  • ]
  • Property
    {
    "id": 0,
    "name": "my-site",
    "status": 0,
    "origins": [
    {
    "id": 0,
    "host": "origin.example.com",
    "hostHeader": "string",
    "sslVerify": false,
    "isEnabled": true
    }
    ],
    "hostnames": [
    {
    "id": 0,
    "host": "www.example.com",
    "status": 0,
    "isSystemDefault": true
    }
    ]
    }