Modify This WLDF Harvester
post
/management/weblogic/{version}/edit/servers/{name}/serverDiagnosticConfig/WLDFBuiltinSystemResourceDescriptorBean/harvester
Modify this WLDF harvester.
Request
Supported Media Types
- application/json
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
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 the modified WLDF harvester model.
Root Schema : WLDF Harvester
Type:
Show Source
object
-
enabled:
boolean
Default Value:
true
Specifies whether the Harvester component is enabled.
If
true
, all types that are both configured and enabled are harvested. Iffalse
, nothing is harvested. -
id:
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
name:
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
samplePeriod:
integer(int64)
Minimum Value:
1000
Default Value:300000
The interval, in milliseconds, between samples.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.