Skip to main content

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

OK


Schema
  • data object
  • planName string
  • planId integer
POST /v4/office365/serverplan    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365/serverplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'