Create A New Auditor
/management/weblogic/{version}/edit/securityConfiguration/realms/{name}/auditors
Add a new auditor to this collection.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain a populated auditor model.
object
Auditor
-
description:
string
Returns a description of this security provider.
Each security provider's MBean should set the default value of this read-only attribute to a string that describes the provider. In other words, each security provider's MBean hard-wires its description. There are no conventions governing the contents of the description. It should be a human readable string that gives a brief description of the security provider.
-
name:
string
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
-
realm:
array Realm Reference
Title:
Realm Reference
Contains the realm reference.Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.
-
type:
string
- The type of this Auditing provider, for example,
weblogic.security.providers.audit.DefaultAuditor
UsegetAuditorTypes
to find the list of types that may be specified. -
version:
string
Returns this security provider's version.
Each security provider's MBean should set the default value of this read-only attribute to a string that specifies the version of the provider (e.g. 7.3.04). In other words, each security provider's MBean hard-wires its version. There are no conventions governing the contents of the version string.
array
Realm Reference
Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.