.. _rba_role: rba role ======== Role configuration for RBA support role Specification ------------------ ===================================== ======================================================== **Parameter** **Value** ===================================== ======================================================== **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`2462_role_list` **Collection URI** /axapi/v3/rba/role **Element Name** role **Element URI** /axapi/v3/rba/role/{name} **Element Attributes** role_attributes **Partition Visibility** shared **Schema** :download:`role 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/rba/role .. raw:: html :ref:`2462_role_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/rba/role .. raw:: html :ref:`2462_role_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/rba/role/{name} .. raw:: html :ref:`2462_role_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/rba/role .. raw:: html :ref:`2462_role_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/rba/role/{name} .. raw:: html :ref:`2462_role_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/rba/role/{name} .. raw:: html :ref:`2462_role_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/rba/role .. raw:: html :ref:`2462_role_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/rba/role/{name} .. raw:: html :ref:`2462_role_attributes` .. raw:: html
.. _2462_role_list: role-list --------- role-list is **JSON List** of :ref:`2462_role_attributes` role-list : [ { :ref:`2462_role_attributes` }, { :ref:`2462_role_attributes` }, ... ] .. _2462_role_attributes: role attributes --------------- **default-privilege** **Description** 'no-access': no-access; 'read': read; 'write': write; **Type:** string **Supported Values:** no-access, read, write **Default:** no-access **name** **Description** Name for the RBA role **Type:** string **Maximum Length:** 32 characters **Maximum Length:** 1 characters **partition-only** **Description** Partition RBA Role **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **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 .. _2462_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