Skip to main content
Version: v41

service

servicestring

Allowed protocol - SSH, RDP, VNC, WEB, DB (searchable)

Possible values: [SSH, RDP, VNC, WEB, DB]

addressstring

Service address, IPv4, IPv6 or FQDN

portinteger

Service port

use_for_password_rotationboolean

if service SSH, informs whether this service is used to rotate password

Default value: false
ssh_tunnel_portinteger

ssh tunnel port

sourcestring

Identifies the source of the services object "UI", "SCIM" or "SCAN". Deploy is also treated as "UI".

login_page_urlstring
username_field_namestring
password_field_namestring
login_request_urlstring
login_request_password_propertystring
auth_typestring
statusstring
Example: OK
status_updatedstring
allowed_domainsstring[]

List of allowed domains

service_versionstring
use_legacy_cipher_suitesboolean
tls_min_versionstring
tls_max_versionstring
browserstring
db object
protocolstring

Database protocol

Possible values: [postgres, mysql, passthrough, tls]

tls_certificate_validationstring

Possible values: [ENABLED, DISABLED]

tls_certificate_trust_anchorsstring

Database server TLS certificate trust anchors in PEM

audit_skip_bytesinteger

Session recording of the protocol stream will start only when this amount of bytes have been transferred from client to server. Set to zero to start session recording from start of protocol stream.

createdstring<date-time>

When the object was created

Example: 2017-01-01T15:05:05Z
updatedstring<date-time>

When the object was updated

Example: 2017-01-01T15:05:05Z
certificate_templatestring

Name of the certificate template used for certificate authentication for this host

service
{
"service": "SSH",
"address": "string",
"port": 0,
"use_for_password_rotation": false,
"ssh_tunnel_port": 0,
"source": "string",
"login_page_url": "string",
"username_field_name": "string",
"password_field_name": "string",
"login_request_url": "string",
"login_request_password_property": "string",
"auth_type": "string",
"status": "OK",
"status_updated": "string",
"allowed_domains": [
"string"
],
"service_version": "string",
"use_legacy_cipher_suites": true,
"tls_min_version": "string",
"tls_max_version": "string",
"browser": "string",
"db": {
"protocol": "postgres",
"tls_certificate_validation": "ENABLED",
"tls_certificate_trust_anchors": "string",
"audit_skip_bytes": 0
},
"created": "2017-01-01T15:05:05Z",
"updated": "2017-01-01T15:05:05Z",
"certificate_template": "string"
}