.. _rba_group_partition: rba group partition =================== RBA configuration for the access privilege of a group within one partition partition Specification ----------------------- ===================================== ==================================================================================== **Parameter** **Value** ===================================== ==================================================================================== **Type** *Collection* **Object Key(s)** *partition-name* **Collection Name** :ref:`2460_partition_list` **Collection URI** /axapi/v3/rba/group/{name}/partition **Element Name** partition **Element URI** /axapi/v3/rba/group/{name}/partition/{partition-name} **Element Attributes** partition_attributes **Partition Visibility** shared **Schema** :download:`partition 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
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/rba/group/{name}/partition .. raw:: html :ref:`2460_partition_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/rba/group/{name}/partition .. raw:: html :ref:`2460_partition_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/rba/group/{name}/partition/{partition-name} .. raw:: html :ref:`2460_partition_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/rba/group/{name}/partition .. raw:: html :ref:`2460_partition_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/rba/group/{name}/partition/{partition-name} .. raw:: html :ref:`2460_partition_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/rba/group/{name}/partition/{partition-name} .. raw:: html :ref:`2460_partition_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/rba/group/{name}/partition .. raw:: html :ref:`2460_partition_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/rba/group/{name}/partition/{partition-name} .. raw:: html :ref:`2460_partition_attributes` .. raw:: html
.. _2460_partition_list: partition-list -------------- partition-list is **JSON List** of :ref:`2460_partition_attributes` partition-list : [ { :ref:`2460_partition_attributes` }, { :ref:`2460_partition_attributes` }, ... ] .. _2460_partition_attributes: partition attributes -------------------- **partition-name** **Description** partition name **Type:** string **Maximum Length:** 14 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/partition ` **role-list** **Type:** List **rule-list** **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 .. _2460_role-list: role-list ^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **role** **Description** Role in a given partition **Type:** string **Maximum Length:** 32 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/rba/role ` .. _2460_rule-list: rule-list ^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **object** **Description** Lineage of object class for permitted operation **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **operation** **Description** 'no-access': no-access; 'read': read; 'oper': oper; 'write': write; **Type:** string **Supported Values:** no-access, read, oper, write