--- Title: Identity object alwaysopen: false categories: - docs - operate - rs description: Documents the identity object used with Redis Enterprise Software REST API calls. linkTitle: identity weight: $weight url: '/operate/rs/7.22/references/rest-api/objects/bootstrap/identity/' --- | Name | Type/Value | Description | |------|------------|-------------| | uid | integer | Assumed node's UID to join cluster. Used to replace a dead node with a new one. | | accept_servers | boolean (default: true) | If true, no shards will be created on the node | | addr | string | Internal IP address of node | | external_addr | complex object | External IP addresses of node. `GET` `/jsonschema` to retrieve the object's structure. | | name | string | Node's name | | override_rack_id | boolean | When replacing an existing node in a rack-aware cluster, allows the new node to be located in a different rack | | rack_id | string | Rack ID, overrides cloud config | | second_rack_id | string | Second rack ID where node is installed | | use_internal_ipv6 | boolean (default: false) | Node uses IPv6 for internal communication |