Net3 API Interface for Customer Portal

<back to all web services

UpdateOrgPermissionsRequest

Update Permissions for Protection Org

Requires Authentication
The following routes are available for this service:
PUT/protection/org
UpdateOrgPermissionsRequest Parameters:
NameParameterData TypeRequiredDescription
ZorgIdentifierbodystringNo
PermissionsbodyZorgPermissionsNo
ProtectionBase Parameters:
NameParameterData TypeRequiredDescription
DatacenterLocationformstringNo
ApplicationformstringNo
ZorgPermissions Parameters:
NameParameterData TypeRequiredDescription
CreateOrRemoveProtectionGroupformboolNo
EnableCustomProfileformboolNo
FailoverformboolNo
FailoverTestformboolNo
MoveformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /protection/org HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<UpdateOrgPermissionsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/N3TAPI.Services">
  <Application>String</Application>
  <DatacenterLocation>String</DatacenterLocation>
  <Permissions xmlns:d2p1="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto.Zorgs">
    <d2p1:CreateOrRemoveProtectionGroup>false</d2p1:CreateOrRemoveProtectionGroup>
    <d2p1:EnableCustomProfile>false</d2p1:EnableCustomProfile>
    <d2p1:Failover>false</d2p1:Failover>
    <d2p1:FailoverTest>false</d2p1:FailoverTest>
    <d2p1:Move>false</d2p1:Move>
  </Permissions>
  <ZorgIdentifier>String</ZorgIdentifier>
</UpdateOrgPermissionsRequest>