Skip to content

Commit 85b682a

Browse files
committed
add dr field and fix broken links
1 parent de341b4 commit 85b682a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/vendor/licenses-using-builtin-fields.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This topic describes the built-in license fields that appear customer licenses f
88

99
The license associated with each customer record in the Replicated Vendor Portal includes several built-in fields. These built-in fields include customer properties (such as the customer name, customer email, and the Vendor Portal channel where the customer is assigned), the license expiration date, as well as the Replicated features that are enabled for the customer (such as the supported install types or Admin Console features).
1010

11-
When a customer installs an application distributed with Replicated, the values for each built-in and custom field in their license can be accessed using the [Replicated SDK](/vendor/replicated-sdk-about) in-cluster API [license](/reference/replicated-sdk-apis#license) endpoints. Applications installed with a Replicated installer (KOTS, kURL, Embedded Cluster) can also access license fields using the Replicated KOTS [LicenseFieldValue](/reference/template-function-license-context#licensefieldvalue) template function.
11+
When a customer installs an application distributed with Replicated, the values for each built-in and custom field in their license can be accessed using the [Replicated SDK](/vendor/replicated-sdk-overview) in-cluster API [license](/reference/replicated-sdk-apis#license) endpoints. Applications installed with a Replicated installer (KOTS, kURL, Embedded Cluster) can also access license fields using the Replicated KOTS [LicenseFieldValue](/reference/template-functions-license-context#licensefieldvalue) template function.
1212

1313
## License Field Names
1414

@@ -130,6 +130,10 @@ The table below describes the built-in license fields related to the Admin Conso
130130
<td>Field Name</td>
131131
<td>Description</td>
132132
</tr>
133+
<tr>
134+
<td>`isDisasterRecoverySupported`</td>
135+
<td>If a license supports the Embedded Cluster disaster recovery feature, this field is set to `true`. If a license does not support disaster recovery for Embedded Cluster, this field is either missing or `false`. **Note**: Embedded Cluster Disaster Recovery is in Alpha. To get access to this feature, reach out to Alex Parker at [[email protected]](mailto:[email protected]). For more information, see [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).</td>
136+
</tr>
133137
<tr>
134138
<td>`isGeoaxisSupported`</td>
135139
<td>(kURL Only) If a license supports integration with GeoAxis, this field is set to `true`. If GeoAxis is not supported, this field is either `false` or missing. **Note**: This field requires that the vendor has the GeoAxis entitlement. It also requires that the vendor has access to the Identity Service entitlement.</td>

0 commit comments

Comments
 (0)