<back to all web services
UpdateOrgPermissionsRequest
Update Permissions for Protection Org
The following routes are available for this service:PUT | /protection/org | | |
---|
UpdateOrgPermissionsRequest Parameters:Name | Parameter | Data Type | Required | Description |
---|
ZorgIdentifier | body | string | No | |
Permissions | body | ZorgPermissions | No | |
ProtectionBase Parameters:Name | Parameter | Data Type | Required | Description |
---|
DatacenterLocation | form | string | No | |
Application | form | string | No | |
ZorgPermissions Parameters:Name | Parameter | Data Type | Required | Description |
---|
CreateOrRemoveProtectionGroup | form | bool | No | |
EnableCustomProfile | form | bool | No | |
Failover | form | bool | No | |
FailoverTest | form | bool | No | |
Move | form | bool | No | |
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>