---
title: RedisEnterpriseRemoteCluster API Reference
alwaysopen: false
categories:
- docs
- operate
- kubernetes
linkTitle: RERC API
weight: 30
url: '/operate/kubernetes/7.4.6/reference/redis_enterprise_remote_cluster_api/'
---
apiVersion:
- [app.redislabs.com/v1alpha1](#appredislabscomv1alpha1)
# app.redislabs.com/v1alpha1
RedisEntepriseRemoteCluster represents a remote participating cluster.
| Name |
Type |
Description |
Required |
| apiVersion |
string |
app.redislabs.com/v1alpha1 |
true |
| kind |
string |
RedisEnterpriseRemoteCluster |
true |
| metadata |
object |
Refer to the Kubernetes API documentation for the fields of the `metadata` field. |
true |
| spec |
object |
|
false |
| status |
object |
|
false |
### spec
[↩ Parent](#)
| Name |
Type |
Description |
Required |
| apiFqdnUrl |
string |
The URL of the cluster, will be used for the active-active database URL.
|
true |
| recName |
string |
The name of the REC that the RERC is pointing at
|
true |
| recNamespace |
string |
The namespace of the REC that the RERC is pointing at
|
true |
| dbFqdnSuffix |
string |
The database URL suffix, will be used for the active-active database replication endpoint and replication endpoint SNI.
|
false |
| secretName |
string |
The name of the secret containing cluster credentials. Must be of the following format: "redis-enterprise-"
|
false |
### status
[↩ Parent](#)
| Name |
Type |
Description |
Required |
| local |
boolean |
Indicates whether this object represents a local or a remote cluster.
|
false |
| observedGeneration |
integer |
The most recent generation observed for this RERC. It corresponds to the RERC's generation, which is updated by the API Server.
|
false |
| specStatus |
string |
Whether the desired specification is valid.
|
false |
| status |
string |
The status of the remote cluster.
|
false |