OBJECT
ClusterWebCertAndIpmi
Description
Web certificate and IPMI details for a cluster.
link GraphQL Schema definition
- type ClusterWebCertAndIpmi {
- # Error message, in the case of an error.
- String! :
- # ID of the Rubrik cluster.
- UUID! :
- # IPMI details.
- ModifyIpmiReply :
- # Web server certificate.
- ClusterWebSignedCertificateReply :
- }