slb template fix¶
FIX template
fix Specification¶
Type Collection Object Key(s) name Collection Name fix-list Collection URI /axapi/v3/slb/template/fix Element Name fix Element URI /axapi/v3/slb/template/fix/{name} Element Attributes fix_attributes Schema fix schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/fix | ||
Create List | POST | /axapi/v3/slb/template/fix | ||
Get Object | GET | /axapi/v3/slb/template/fix/{name} | ||
Get List | GET | /axapi/v3/slb/template/fix | ||
Modify Object | POST | /axapi/v3/slb/template/fix/{name} | ||
Replace Object | PUT | /axapi/v3/slb/template/fix/{name} | ||
Replace List | PUT | /axapi/v3/slb/template/fix | ||
Delete Object | DELETE | /axapi/v3/slb/template/fix/{name} |
fix-list¶
fix-list is JSON List of fix attributes
fix-list : [
]
fix attributes¶
insert-client-ip
Description Insert client ip to tag 11447
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
logging
Description ‘init’: init only log; ‘term’: termination only log; ‘both’: both initial and termination log;
Type: string
Supported Values: init, term, both
name
Description FIX Template Name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
tag-switching
Type: Listuser-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
tag-switching¶
Specification Type list Block object keys equals
Description Equals (Tag String)
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
service-group
Description Create a Service Group comprising Servers (Service Group Name)
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/slb/service-group
switching-type
Description ‘sender-comp-id’: Select service group based on SenderCompID; ‘target-comp-id’: Select service group based on TargetCompID;
Type: string
Supported Values: sender-comp-id, target-comp-id