Reference Guide

Table Of Contents
Name Description Schema
appliance_id
optional
Appliance id on which this maintenance window is
configured.
string
end_time
optional
Time when the maintenance window will close (or did
close).
string (date-time)
id
optional
Unique identifier of the maintenance window. string
is_enabled
optional
Whether the maintenance window is active. boolean
maintenance_window_modify
Name Description Schema
end_offset
optional
Number of seconds from the current timestamp the
maintenance window will expire. This value is required if
is_enabled is passed as true, and may not be more than
172800 (48 hours).
Minimum value : 0
Maximum value : 172800
integer (int32)
is_enabled
optional
Activate or deactivate the window for one appliance. boolean
member_certificate_instance
Embedded member certificate in x509_certificate.
Name Description Schema
certificate
optional
Base64 encoded certificate without any line breaks. string
depth
optional
Depth indicates the position of this member certificate in
the X509 Certificate chain. End-entity certificate will always
have a depth of 1, which is the minimum value for depth.
The depth of direct issuer certificate will be incremented by
1 until reaching the root certificate. Root certificate should
have the largest depth for the certificate chain.
Minimum value : 0
Maximum value : 2147483647
integer (int32)
681