Configure Server Plan
Select
SaaS
This API can be used to create a server plan for Office 365.
Server Plan is configured to set storage location and by default customer's provisioned country is used. If user wants to setup a multi-region based storage configuration, use Metallic's onboarding wizard.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
data object
planName stringplanId integer
{
"data": {
"planName": "string",
"planId": 0
}
}
{
"data": {
"planName": "companyname-metallic-o365-storage-eastus2",
"planId": 2401
}
}
Loading...