fw service-group member¶
Service Group Member
member Specification¶
Parameter
Value
Type
Collection
Object Key(s)
name, port
Collection Name
Collection URI
/axapi/v3/fw/service-group/{name}/member
Element Name
member
Element URI
/axapi/v3/fw/service-group/{name}/member/{name}+{port}
Element Attributes
member_attributes
Partition Visibility
shared
Statistics Data URI
/axapi/v3/fw/service-group/{name}/member/{name}+{port}/stats
Operational Data URI
/axapi/v3/fw/service-group/{name}/member/{name}+{port}/oper
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/fw/service-group/{name}/member | ||
Create List | POST | /axapi/v3/fw/service-group/{name}/member | ||
Get Object | GET | /axapi/v3/fw/service-group/{name}/member/{name}+{port} | ||
Get List | GET | /axapi/v3/fw/service-group/{name}/member | ||
Modify Object | POST | /axapi/v3/fw/service-group/{name}/member/{name}+{port} | ||
Replace Object | PUT | /axapi/v3/fw/service-group/{name}/member/{name}+{port} | ||
Replace List | PUT | /axapi/v3/fw/service-group/{name}/member | ||
Delete Object | DELETE | /axapi/v3/fw/service-group/{name}/member/{name}+{port} |
member-list¶
member-list is JSON List of member attributes
member-list : [
]
member attributes¶
name
Description Member name
Type: string
Format: comp-string
Maximum Length: 127 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/fw/server
packet-capture-template
Description Name of the packet capture template to be bind with this object
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/visibility/packet-capture/object-templates/fw-service-group-mem-tmpl
port
sampling-enable
Type: List
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification
Value
Type
list
Block object keys
counters1
Description ‘all’: all; ‘curr_conn’: Current connections; ‘total_fwd_bytes’: Total forward bytes; ‘total_fwd_pkts’: Total forward packets; ‘total_rev_bytes’: Total reverse bytes; ‘total_rev_pkts’: Total reverse packets; ‘total_conn’: Total connections; ‘total_rev_pkts_inspected’: Total reverse packets inspected; ‘total_rev_pkts_inspected_status_code_2xx’: Total reverse packets inspected status code 2xx; ‘total_rev_pkts_inspected_status_code_non_5xx’: Total reverse packets inspected status code non 5xx; ‘curr_req’: Current requests; ‘total_req’: Total requests; ‘total_req_succ’: Total requests success; ‘peak_conn’: Peak connections; ‘response_time’: Response time; ‘fastest_rsp_time’: Fastest response time; ‘slowest_rsp_time’: Slowest response time; ‘curr_ssl_conn’: Current SSL connections; ‘total_ssl_conn’: Total SSL connections; ‘curr_conn_overflow’: Current connection counter overflow count; ‘state_flaps’: State flaps count;
Type: string
Supported Values: all, curr_conn, total_fwd_bytes, total_fwd_pkts, total_rev_bytes, total_rev_pkts, total_conn, total_rev_pkts_inspected, total_rev_pkts_inspected_status_code_2xx, total_rev_pkts_inspected_status_code_non_5xx, curr_req, total_req, total_req_succ, peak_conn, response_time, fastest_rsp_time, slowest_rsp_time, curr_ssl_conn, total_ssl_conn, curr_conn_overflow, state_flaps