.. _resource_track: resource-track ============== Define a resource track policy template resource-track Specification ---------------------------- ===================================== ============================================================== **Parameter** **Value** ===================================== ============================================================== **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`2473_resource-track_list` **Collection URI** /axapi/v3/resource-track **Element Name** resource-track **Element URI** /axapi/v3/resource-track/{name} **Element Attributes** resource-track_attributes **Partition Visibility** shared **Schema** :download:`resource-track schema ` ===================================== ============================================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/resource-track .. raw:: html :ref:`2473_resource-track_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/resource-track .. raw:: html :ref:`2473_resource-track_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/resource-track/{name} .. raw:: html :ref:`2473_resource-track_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/resource-track .. raw:: html :ref:`2473_resource-track_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/resource-track/{name} .. raw:: html :ref:`2473_resource-track_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/resource-track/{name} .. raw:: html :ref:`2473_resource-track_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/resource-track .. raw:: html :ref:`2473_resource-track_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/resource-track/{name} .. raw:: html :ref:`2473_resource-track_attributes` .. raw:: html
.. _2473_resource-track_list: resource-track-list ------------------- resource-track-list is **JSON List** of :ref:`2473_resource-track_attributes` resource-track-list : [ { :ref:`2473_resource-track_attributes` }, { :ref:`2473_resource-track_attributes` }, ... ] .. _2473_resource-track_attributes: resource-track attributes ------------------------- **bgp** **Description:** bgp is a **JSON Block**. Please see below for :ref:`2473_bgp` **Type:** Object **gateway** **Description:** gateway is a **JSON Block**. Please see below for :ref:`2473_gateway` **Type:** Object **interface** **Type:** List **name** **Description** resource track policy template name **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **route** **Description:** route is a **JSON Block**. Please see below for :ref:`2473_route` **Type:** Object **scaleout-cfg** **Description:** scaleout-cfg is a **JSON Block**. Please see below for :ref:`2473_scaleout-cfg` **Type:** Object **trunk-cfg** **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 **vlan-cfg** **Type:** List .. _2473_vlan-cfg: vlan-cfg ^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **timeout** **Description** **Type:** number **Range:** 2-600 **vlan** **Description** VLAN tracking (VLAN id) **Type:** number **Range:** 2-4094 **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_route: route ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **ip-destination-cfg** **Type:** List **ipv6-destination-cfg** **Type:** List .. _2473_route_ipv6-destination-cfg: route_ipv6-destination-cfg ^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **distance** **Description** Route's administrative distance (default: match any) **Type:** number **Range:** 1-255 **gatewayv6** **Description** Match the route's gateway (next-hop) (default: match any) **Type:** string **Format:** ipv6-address **ipv6-destination** **Description** IPv6 Destination Prefix **Type:** string **Format:** ipv6-address-plen **protocol** **Description** 'any': Match any routing protocol (default); 'static': Match only static routes (added by user); 'dynamic': Match routes added by dynamic routing protocols (e.g. OSPF); **Type:** string **Supported Values:** any, static, dynamic **Default:** any **weight** **Description** The amount the priority will decrease if the route is missing (The amount the priority will decrease if the route is not present) **Type:** number **Range:** 1-255 .. _2473_route_ip-destination-cfg: route_ip-destination-cfg ^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **distance** **Description** Route's administrative distance(default: match any) **Type:** number **Range:** 1-255 **gateway** **Description** **Type:** string **Format:** ipv4-address **ip-destination** **Description** Destination prefix **Type:** string **Format:** ipv4-address **mask** **Description** Destination prefix mask **Type:** string **Format:** ipv4-netmask **protocol** **Description** 'any': Match any routing protocol (default); 'static': Match only static routes (added by user); 'dynamic': Match routes added by dynamic routing protocols (e.g. OSPF); **Type:** string **Supported Values:** any, static, dynamic **Default:** any **weight** **Description** The amount the priority will decrease if the route is missing (The amount the priority will decrease if the route is not present) **Type:** number **Range:** 1-255 .. _2473_bgp: bgp ^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **bgp-ipv4-address-cfg** **Type:** List **bgp-ipv6-address-cfg** **Type:** List .. _2473_bgp_bgp-ipv4-address-cfg: bgp_bgp-ipv4-address-cfg ^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **bgp-ipv4-address** **Description** bgp IP Address **Type:** string **Format:** ipv4-address **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_bgp_bgp-ipv6-address-cfg: bgp_bgp-ipv6-address-cfg ^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **bgp-ipv6-address** **Description** IPV6 address **Type:** string **Format:** ipv6-address **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_interface: interface ^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **ethernet** **Description** Ethernet Interface (Ethernet interface number) **Type:** number **Format:** interface **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_scaleout-cfg: scaleout-cfg ^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **scaleout** **Description** scaleout tracking **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_gateway: gateway ^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **gw-ipv4-address-cfg** **Type:** List **gw-ipv6-address-cfg** **Type:** List .. _2473_gateway_gw-ipv4-address-cfg: gateway_gw-ipv4-address-cfg ^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **gw-ipv4-address** **Description** IP Address **Type:** string **Format:** ipv4-address **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_gateway_gw-ipv6-address-cfg: gateway_gw-ipv6-address-cfg ^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **gw-ipv6-address** **Description** IPV6 address **Type:** string **Format:** ipv6-address **weight** **Description** The failover event weight **Type:** number **Range:** 1-255 .. _2473_trunk-cfg: trunk-cfg ^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **per-port-weight** **Description** Per port failover weight **Type:** number **Range:** 0-255 **Default:** 0 **trunk** **Description** trunk tracking (trunk id) **Type:** number **Range:** 1-4096 **weight** **Description** failover event weight **Type:** number **Range:** 1-255