LDAPSLAsResponse

UnboundID Logo

LDAPSLAsResponse

Namespace: com.unboundid.directory.mon.api.v1.models

This represents a response to listing of LDAPSLAs.

XML

Attributes

name type description
found int The number of SLAs found that matched the filter in the request.
offset int The index into the entire result set at which the current response begins.

Elements

name (type) min/max
occurs
description
LDAPSLA 0/unbounded The list of SLAs in the response.

JSON

property type description
found int The number of SLAs found that matched the filter in the request.
offset int The index into the entire result set at which the current response begins.
slas array of LDAPSLA The list of SLAs in the response.