Retrieve mTLS Configuration for Target
GET/targets/:id/mtls/
Returns the current mTLS configuration status for the target.
Request
Path Parameters
id stringrequired
Responses
- 200
- 403
- 404
- application/json
- Schema
- Example (from schema)
Schema
configured booleanrequired
Indicates if mTLS is configured for the target.
enabled booleanrequired
Indicates if mTLS is currently enabled for the target.
{
"configured": true,
"enabled": true
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "You do not have permission to perform this action."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
Loading...