Read mTLS end point alias

get

/oam/services/rest/ssa/api/v1/hostalias/mtls

Read the mTLS configuration

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Sucessfully retrieved entity - mTLSConfiguration, detail -
Body ()
Root Schema : mTLSEndpointResponse
Type: object
Show Source
Back to Top

Examples

cURL Sample Request

curl --location --request GET 'https://<admin-host>:<admin-port>/oam/services/rest/ssa/api/v1/hostalias/mtls' \
--header 'Authorization: Basic dGVzdDp0ZXN0=' \
--header 'Content-Type: application/json' \
--data-raw ''

cURL Sample Response

Sucessfully retrieved entity - MTLSConfiguration, detail - {"hostname":"hostname","port":"4443"}
Back to Top