Create a new Project
This operation creates a new project.
Request Body
Name | Description |
clientType | Edge drive client value |
systemDriveType | EDiscovery value |
eDiscoverySubType | GDPR value |
seaDataSourceId | Id value of desired inventory |
planId | Id value of desired plan |
clientName | Desired name of project |
- application/json
Request Body required
clientInfo object
clientType integeredgeDrivePseudoClientProperties object
systemDriveType integeredgeDriveAssociations object
eDiscoveryInfo object
eDiscoverySubType integerinventoryDataSource object
seaDataSourceId integerplan object
planId integerentity object
clientName string
Responses
- 200
OK
- application/soap+xml
- Create Project
<App_CreatePseudoClientResponse>
<processinginstructioninfo>
<attributes name="exitval" value="0" />
</processinginstructioninfo>
<response errorCode="0">
<entity clientName="Rest_Api_Project" clientId="63" _type_="3" />
</response>
</App_CreatePseudoClientResponse>
Loading...