WorkloadServiceEndpointDTO
Service Endpoint for a Server Workload
External ID of the Service Endpoint
ID of the Service Endpoint
Hostname or IP Address
Possible values: non-empty
Application Protocol
Possible values: non-empty
Transport Protocol (e.g. TCP)
Possible values: <= 3 characters
The target port as specified by the Client Workload
Possible values: >= 1
and <= 65535
The TLS encryption configuration of the Client Workload
The target port to which the Agent/Proxy will communicate
Possible values: >= 1
and <= 65535
The TLS encryption configuration which will be used by the Agent/Proxy
workloadServiceAuthentication object
Authentication configuration for a Server Workload
Authentication Method
Possible values: non-empty
Authentication Scheme
Possible values: non-empty
Authentication Configuration
TLS Verification configuration for the Agent/Proxy to Server Workload connection
Possible values: non-empty
httpHeaders object[]nullable
Static HTTP Headers to include for transmission to the Server Workload
{
"externalId": "string",
"id": 0,
"host": "string",
"appProtocol": "string",
"transportProtocol": "string",
"requestedPort": 0,
"requestedTls": true,
"port": 0,
"tls": true,
"workloadServiceAuthentication": {
"method": "string",
"scheme": "string",
"config": "string"
},
"tlsVerification": "string",
"httpHeaders": [
{
"key": "string",
"value": "string"
}
]
}