Previous Topic: External Storage SpecificationNext Topic: Server Info Record


Grid IP Range Record

A grid_ip_range record identifies the subnet including the range, a public/private designator, and integer low and high address range values. Each range of application IP values represents addresses configured for use by applications running on a grid.

Field

Type

Description

subnet_id

integer

Read-only field containing the component ID of the including subnet.

vlan

integer

The VLAN number of the VLAN to which this IP range belongs. If this range does not belong to a VLAN, this field displays "JSON null".

public_private

string

Indicator of public or private use. Valid values are "public" and "private".

low

string

The lowest address in an application IP range.

high

string

The highest address in an application IP range.

Grid Global Directory Config Record

A grid_global_directory_config record specifies the access parameters for the global directory service used for RBAC authentication of CA AppLogic® grid users.

Field

Type

Description

type

string

Current types are none, LDAP, and active_directory.

host

string

The IP address of the server hosting the directory service.

port

integer

The TCP port number on which the directory service listens.

use_tls

boolean

A boolean value to indicate if the directory service uses transport layer security.

user_base_dn

string

The base distinguished name (DN) that holds the user entries.

group_base_dn

string

The base distinguished name (DN) that holds the group entries.

user_id_attr

string

The name of the attribute that holds the user id.

group_id_attr

string

The name of the attribute that holds the group id.

login_cache_period

integer

The length of time (in seconds) for which a login remains valid before needing to re-authenticate.