v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
SNIs

Get an SNI

Get an SNI using ID or name.

get/v2/control-planes/{controlPlaneId}/core-entities/snis/{SNIId}

Response

Successfully fetched SNI

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring required

The SNI name to associate with the given certificate.

tagsstring[] nullable

An optional set of strings associated with the SNIs for grouping and filtering.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Example response

{
  "certificate": {
    "id": "bd380f99-659d-415e-b0e7-72ea05df3218"
  },
  "id": "36c4566c-14cc-4132-9011-4139fcbbe50a",
  "name": "some.example.org"
}