Setup Servercert

Read

Retrieve a single Setup Servercert record by ID.

get/api/cp/setup/server-cert/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

idinteger

Id

server_idinteger

Server Id (references server.id)

cert_idinteger

Cert Id (references cert.id)

type'client' | 'server'

Type

methodstring

Method

verify_certinteger

Verify Cert

require_certinteger

Require Cert

cipher_liststring

Cipher List

ec_curvestring

Ec Curve

dh_paramsstring

Dh Params

match_sip_domainstring

Match Sip Domain

Example response

{
  "id": 12345,
  "server_id": 1,
  "cert_id": 1,
  "type": "client",
  "method": "example_method",
  "verify_cert": 1,
  "require_cert": 1,
  "cipher_list": "example_cipher_list",
  "ec_curve": "example_ec_curve",
  "dh_params": "Sample dh_params text content",
  "match_sip_domain": "example_match_sip_domain"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.