Skip to main content

Create a new Project

This operation creates a new project.

Request Body

NameDescription
clientTypeEdge drive client value
systemDriveTypeEDiscovery value
eDiscoverySubTypeGDPR value
seaDataSourceIdId value of desired inventory
planIdId value of desired plan
clientNameDesired name of project
Request Body required
  • clientInfo object
  • clientType integer
  • edgeDrivePseudoClientProperties object
  • systemDriveType integer
  • edgeDriveAssociations object
  • eDiscoveryInfo object
  • eDiscoverySubType integer
  • inventoryDataSource object
  • seaDataSourceId integer
  • plan object
  • planId integer
  • entity object
  • clientName string
Responses

OK


<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...