EdgeProvisionSchema
EdgeProvisionSchema
JSON Example
{
"profile": "string",
"name": "string",
"serialNumber": "string",
"modelNumber": "string",
"description": "string",
"site": {
"name": "string",
"contactName": "string",
"contactPhone": "string",
"contactMobile": "string",
"contactEmail": "string",
"streetAddress": "string",
"streetAddress2": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string",
"lat": "number",
"lon": "number",
"timezone": "string",
"locale": "string",
"shippingSameAsLocation": false,
"shippingContactName": "string",
"shippingAddress": "string",
"shippingAddress2": "string",
"shippingCity": "string",
"shippingState": "string",
"shippingCountry": "string",
"shippingPostalCode": "string"
},
"haEnabled": false,
"endpointPkiMode": "string",
"generateCertificate": false,
"subjectCN": "string",
"subjectO": "string",
"subjectOU": "string",
"challengePassword": "string",
"privateKeyPassword": "string",
"license": "string",
"customInfo": "string",
"analyticsMode": "string"
}
string
profile
Required
A globally-unique UUIDv4-formatted identifer
string
name
Optional
Constraints:
minLength: 1
maxLength: 255
name
string
serialNumber
Optional
serialNumber
string
modelNumber
Required
Edge model number
Possible values are :
edge500,
edge5X0,
edge510,
edge510lte,
edge515,
edge6X0,
edge610lte,
me6200,
edge710,
edge7105g,
edge7X0,
edge840,
edge1000,
edge1000qat,
edge3X00,
edge3X10,
edge4100,
edge5100,
virtual,
string
description
Optional
description
boolean
haEnabled
Optional
haEnabled
string
endpointPkiMode
Optional
endpointPkiMode
Possible values are :
CERTIFICATE_DISABLED,
CERTIFICATE_OPTIONAL,
CERTIFICATE_REQUIRED,
boolean
generateCertificate
Optional
generateCertificate
string
subjectCN
Optional
subjectCN
string
subjectO
Optional
subjectO
string
subjectOU
Optional
subjectOU
string
challengePassword
Optional
challengePassword
string
privateKeyPassword
Optional
privateKeyPassword
string
license
Optional
A globally-unique UUIDv4-formatted identifer
string
customInfo
Optional
customInfo
string
analyticsMode
Optional
analyticsMode
Possible values are :
SDWAN_ONLY,
SDWAN_ANALYTICS,
ANALYTICS_ONLY,