controller telemetry probe¶
controller probe config
probe Specification¶
Parameter
Value
Type
Configuration Resource
Element Name
probe
Element URI
/axapi/v3/controller/telemetry/probe
Element Attributes
probe_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/controller/telemetry/probe | ||
Get Object | GET | /axapi/v3/controller/telemetry/probe | ||
Modify Object | POST | /axapi/v3/controller/telemetry/probe | ||
Replace Object | PUT | /axapi/v3/controller/telemetry/probe | ||
Delete Object | DELETE | /axapi/v3/controller/telemetry/probe |
probe attributes¶
action
Description ‘enable’: Enable the probe functionality; ‘disable’: Disable the probe functionality;
Type: string
Supported Values: enable, disable
Default: disable
export-policy
Description ‘snapshots-all’: Export historical/missed snapshots.; ‘snapshots-new’: Export only new snapshots(default).;
Type: string
Supported Values: snapshots-all, snapshots-new
Default: snapshots-new
interval
Description snapshot export interval in minute,default is 15.
Type: number
Range: 15-60
Default: 15
log-level
Description ‘ERROR’: show errors only(default).; ‘WARNING’: show warnings; ‘INFO’: show info messages; ‘DEBUG’: show debug logs;
Type: string
Supported Values: ERROR, WARNING, INFO, DEBUG
Default: ERROR
target
Description ‘remote’: Export data to remote. This is the default value.; ‘local’: Export data local.;
Type: string
Supported Values: remote, local
Default: remote
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters