public class SystemAuditLogConfig
extends Base
The schema that defines the SystemAuditLogConfig resource is defined below.
<xs:element name="SystemAuditLogConfig">
<xs:complexType>
<xs:sequence>
<xs:element name="Enabled" type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SystemAuditLogConfigScalarName">
<xs:annotation>
<xs:documentation>An enum containing the valid property names for SystemAuditLogConfig</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="SystemauditlogconfigEnabled"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
| Constructor and Description |
|---|
SystemAuditLogConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.quantum.dxi.dao.types.SystemAuditLogConfig |
getSystemAuditLogConfigXml(javax.servlet.http.HttpServletRequest request)
GET /rest/SystemAuditLogConfig
|
com.quantum.dxi.dao.types.SystemAuditLogConfig |
updateSystemAuditLogConfigXml(javax.servlet.http.HttpServletRequest request,
com.quantum.dxi.dao.types.SystemAuditLogConfig config)
PUT /rest/SystemAuditLogConfig
|
public com.quantum.dxi.dao.types.SystemAuditLogConfig getSystemAuditLogConfigXml(@Context
javax.servlet.http.HttpServletRequest request)
Get the configuration of the system audit log service from the system.
Response Entity type: <xs:element name="SystemAuditLogConfig">
public com.quantum.dxi.dao.types.SystemAuditLogConfig updateSystemAuditLogConfigXml(@Context
javax.servlet.http.HttpServletRequest request,
com.quantum.dxi.dao.types.SystemAuditLogConfig config)
Update the configuration of the system audit log service from the system.
Request Entity type: <xs:element name="SystemAuditLogConfig">
Response Entity type: <xs:element name="SystemAuditLogConfig">
Copyright © 2011-2023 Quantum Corporation. All Rights Reserved.