Skip to main content
Version: v42

ApiTargetResponse

Paged api-target search/list response

countintegerrequired

Total number of matching items (ignoring pagination)

itemsobject[]required

Page of api-targets

ApiTargetResponse
{
"count": 0,
"items": [
{
"id": "string",
"name": "string",
"comment": "string",
"access_group_id": "string",
"roles": [
{
"id": "string",
"name": "string",
"deleted": true
}
],
"authorized_endpoints": [
{
"host": "string",
"protocols": [
"http"
],
"methods": [
"GET"
],
"paths": [
"string"
],
"allow_unauthenticated": true,
"nat_target_host": "string"
}
],
"unauthorized_endpoints": [
{
"host": "string",
"protocols": [
"http"
],
"methods": [
"GET"
],
"paths": [
"string"
],
"allow_unauthenticated": true,
"nat_target_host": "string"
}
],
"tls_trust_anchors": "string",
"tls_insecure_skip_verify": true,
"target_credential": {
"type": "basicauth",
"basic_auth_username": "string",
"basic_auth_password": "string",
"bearer_token": "string",
"certificate": "string",
"private_key": "string"
},
"disabled": "FALSE",
"audit_enabled": true,
"created": "2024-07-29T15:51:28.071Z",
"author": "string",
"updated": "2024-07-29T15:51:28.071Z",
"updated_by": "string",
"tags": [
"string"
]
}
]
}