realm name
domain name
a promise resolving to a realm object
Create realm
realm name
OptionalrealmData: RealmSkeletonrealm data
a promise resolving to a realm object
Delete realm
realm id
a promise resolving to a realm object
Delete realm by name
realm name
a promise resolving to a realm object
Export all realms. The response can be saved to file as is.
Promise resolving to a RealmExportInterface object.
Import realms
realm import data
OptionalrealmId: stringOptional realm id. If supplied, only the realm of that id is imported. Takes priority over realmName if both are provided.
OptionalrealmName: stringOptional realm name. If supplied, only the realm of that name is imported.
the imported realms
Read realm
realm id
a promise resolving to a realm object
Read realm by name
realm name
a promise resolving to a realm object
Remove custom DNS domain name (realm DNS alias)
realm name
domain name
a promise resolving to a realm object
Update realm
realm id
realm data
a promise resolving to a realm object
Add custom DNS domain name (realm DNS alias)