Patch System
Update system level configuration
Request
URI
PATCH
https://{api_host}/v1/system
COPY
Request Body
updateSpec
SystemUpdateSpec
of type(s)
application/json
Required
{
"maxAllowedDomainsInSubscription": 0
}
integer As int32
As int32
maxAllowedDomainsInSubscription
Optional
new limit of amount of domains in subscription mode
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
array of
string
arguments
Optional
arguments
array of
cause
cause
Optional
Describes a single error cause
object
context
Optional
context
string
errorCode
Optional
errorCode
string
message
Optional
message
string
referenceToken
Optional
referenceToken
string
remediationMessage
Optional
remediationMessage
500
Internal Server Error
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
array of
string
arguments
Optional
arguments
array of
cause
cause
Optional
Describes a single error cause
object
context
Optional
context
string
errorCode
Optional
errorCode
string
message
Optional
message
string
referenceToken
Optional
referenceToken
string
remediationMessage
Optional
remediationMessage
Code Samples
COPY
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'
System Operations
GET
Get System
PATCH
Patch System
GET
Get Dns Configuration
PUT
Configure Dns
GET
Get Validations Of DNS Configuration
POST
Validate Dns Configuration
GET
Get Validation Of Dns Configuration
GET
Get Ntp Configuration
PUT
Configure Ntp
GET
Get Validations Of Ntp Configuration
POST
Validate Ntp Configuration
GET
Get Validation Of Ntp Configuration