Get K8Certificate for spectro cluster
GET/v1/spectroclusters/:uid/k8certificates
Get K8Certificate for spectro cluster
Request
Path Parameters
uid stringrequired
Cluster uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
Array [
Array [
]
]
]
machineCertificates
object[]
certificateAuthorities
object[]
Applicable certificate authorities
certificates
object[]
expirydate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
namestring
expirydate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
namestring
namestring
{
  "machineCertificates": [
    {
      "certificateAuthorities": [
        {
          "certificates": [
            {
              "expiry": "2024-07-02T12:24:52.248Z",
              "name": "string"
            }
          ],
          "expiry": "2024-07-02T12:24:52.248Z",
          "name": "string"
        }
      ],
      "name": "string"
    }
  ]
}
Loading...