List TLS delivery profiles

This operation lists the TLS delivery profiles owned by the specified content provider.

Path Params
integer
required

Unique identifier for each Content Provider.

Query Params
string

Specifies a query to filter down the set of results. The accompanying example specifies more than one query, where ; and , delimiters clarify AND and OR logic. (Optional parentheses clarify logical groupings.) The == and != operators test equivalency. The =lt=, =le=, =gt=, and =ge= operators compare numbers. The =contains= and =excludes= operators match elements within an array.

string
Defaults to summary

Results display either summary or detailed objects.

string

Specifies an object field name to sort results on. Provide a comma-separated list of field names for additional sort criteria. Prefix field names with a dash for descending sort order. For example, name,-tlsIngestProfileId sorts primarily by name, then IDs in descending order.

integer
≥ 1
Defaults to 1

Specifies an offset within the full set of results, with page numbers starting at 1. Use this in conjunction with pageSize.

integer
1 to 1000
Defaults to 100

Specifies the number of results on each page. Use this in conjunction with pageNumber.

Responses

Response body
object
tlsDeliveryProfiles
array of objects
required
tlsDeliveryProfiles*
object
integer
required
≥ 1
integer
≥ 1
string
required
length between 1 and 128
string
length ≤ 256
string
length ≤ 10000

An OpenSSL PEM-formatted certificate associated with the trusted CA that signed the origin's certificate.

caCertificateDetails
object

Summary information of a digital X.509 Certificate.

boolean
Defaults to false

Allows you to enable or disable client authorization. Enabling this feature causes HyperCache to authenticate client certificates using the CA certificate for each TLS connection.

crlDetails
object

A view of the CRL (Certificate Revocation List) details.

string
length ≤ 10000

Certificate Revocation List. An OpenSSL PEM-formatted list of revoked client certificates.

string
length ≤ 10000

An OpenSSL PEM-formatted certificate associated with the trusted CA that signed the origin's certificate.

string
length ≤ 10000

An OpenSSL PEM-formatted certificate associated with the trusted CA that signed the origin's certificate.

integer

Sets the size of the TLS buffer used for sending data (KB).

4 16 32

string

Elliptic Curve Diffie-Hellman (ECDH) protocol. Specifies a curve for ECDHE ciphers.

SECP384R1 PRIME256V1

integer
1 to 10

Sets the verification depth in the client certificates chain.

tlsCertificateDetails
object

Summary information of a digital X.509 Certificate.

string
length ≤ 65535

An OpenSSL style ciphers string.

page
object
required

Common page properties for search results.

integer
required

Indicates the page number of the current results, given the page size.

integer
required

Indicates the page size for the current results.

integer

Indicates the total number of pages, taking the pages size into consideration.

integer

Indicates the total number of results from the search.

Language
Credentials
OAuth2
URL