Property
idinteger
namestring
Example:
my-sitestatusinteger
0 Active, 1 Disabled, 2 Pending, 3 Suspended.
Possible values: [0, 1, 2, 3]
origins object[]
Array [
idinteger
hoststring
Example:
origin.example.comhostHeaderstringnullable
sslVerifyboolean
Default value:
falseisEnabledboolean
]
hostnames object[]
Array [
idinteger
hoststring
Example:
www.example.comstatusinteger
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
}
]
}