Create Instances Endpoint
This endpoint will provision a new instance under your partner account.
It is important to understand the hierarchy of the organizations set up under the CYRISMA Web platform. Instances can be created under existing organizations or sub organizations, or new sub organizations can be created.
Notes:
- Generation of an instance generally takes less than 5 minutes to complete.
- Check the completion of your order by using the provision-status API call along with the returned instance ID provided.
- Parent_instance_id is the immediate parent where this new instance or sub-organization will appear in the hierarchy.
- If setting up a new sub-organization, the is_consulting value must be false. You cannot create a sub-organization that is considered “Trial” or “Consulting”.
- If setting up a new instance, then is_consulting may be set to true to indicate that this instance is in a temporary consulting mode and will eventually be converted to “standard”.
- The short_name is the name value that appears at the top left of the browser window when logged into that instance. It is also the name of the browser tab, so it is recommended to keep this string relatively short to serve as a quick identifier when you have many tabs open.
- Country value is very important as it will determine the geographic location where this specific instance will be located. Many organizations are subject to data sovereignty restrictions that mandate all data stay within a specific geography and this setting will assist.
- Mfa_type defaults to 0 (none), but can be set to 1 (Email) or 2 (Authenticator) when submitting the new provisioning request.
- Tenant_id is an optional string parameter to associate this provisioning with a pre-existing tenant of an MDR/XDR suite.
Required headers:
Authorization: access_token {token}
Headers
Body
Request data for creating a new instance.
Type of the instance to be created.
1Indicates if the instance is for consulting.
1ID of the parent instance.
1Name of the instance.
1Short name of the instance.
1Country of the instance.
1Email associated with the instance.
1Type of multi-factor authentication.
Tenant ID of the instance.
Phone number associated with the instance.
City of the instance.
Postal code of the instance.
Street address of the instance.
