Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: GET /rest/siptlsprofile/{identifier}

Page Tree
rootResource - siptlsprofile

Retrieves all resource schema elements and values of a TLS Profile Table based on a requested Table ID.

Tip

If no Table ID is specified in the GET, a listing of all TLS Profile Tables will be returned along with their associated Table IDs. These table identifiers can be used to collect resource schema element values via the GET siptlsprofile id method.

URL:

https://134.56.227.163/rest/siptlsprofile/{identifier}

HTTP Method

GET

Requires Authentication:

true

Parameters

Name Required Values Description
filterNoconfigThe type of filtered information in the response. If no filters are specified, all get applied.

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt 
-i https://134.56.227.163/rest/siptlsprofile/1

Response:

Code Block
languagehtml/xml
Put Code response here<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
</status>
 <siptlsprofile id="1" href="https://134.56.72.218/rest/siptlsprofile/1">
  <ClientCipher>1</ClientCipher>
  <Description>Default TLS Profile</Description>
  <FallbackCompatibleMode>0</FallbackCompatibleMode>
  <HandshakeTimeout>30</HandshakeTimeout>
  <MutualAuth>1</MutualAuth>
  <TLSVersion>1</TLSVersion>
  <ValidateClientFQDN>1</ValidateClientFQDN>
  <ValidateServerFQDN>1</ValidateServerFQDN>
  <VerifyPeersCertificate>1</VerifyPeersCertificate>
 </siptlsprofile>
</root>