- Categories:
- Funções do sistema (Control) 
SYSTEM$GENERATE_CROSS_REGION_GROUP_SHARING_TOKEN¶
Generates a token to allow sharing with another VPS account, for example to allow a provider to share a listing with the current VPS account.
Calling this system stored procedure requires the ORGADMIN role.
Syntax¶
SYSTEM$GENERATE_CROSS_REGION_GROUP_SHARING_TOKEN(
  '<provider_type>',
  );
Arguments¶
Required:
- provider_type
- Specifies the provider type. The only valid value is - PUBLIC_PROVIDER.
Returns¶
Returns the generated token, which expires one week after it is created.