public class GovernanceZoneRESTServices extends Object
| Constructor and Description |
|---|
GovernanceZoneRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
createGovernanceZone(String serverName,
String userId,
ZoneRequestBody requestBody)
Create a definition of a governance zone.
|
ZoneResponse |
getGovernanceZone(String serverName,
String userId,
String qualifiedName)
Return information about a specific governance zone.
|
ZoneListResponse |
getGovernanceZones(String serverName,
String userId,
int startingFrom,
int maximumResults)
Return information about all of the governance zones.
|
public GovernanceZoneRESTServices()
public VoidResponse createGovernanceZone(String serverName, String userId, ZoneRequestBody requestBody)
serverName - name of the server instance to connect touserId - calling userrequestBody - other properties for a governance zonepublic ZoneListResponse getGovernanceZones(String serverName, String userId, int startingFrom, int maximumResults)
serverName - name of the server instance to connect touserId - calling userstartingFrom - position in the list (used when there are so many reports that paging is neededmaximumResults - maximum number of elements to return an this callpublic ZoneResponse getGovernanceZone(String serverName, String userId, String qualifiedName)
serverName - name of the server instance to connect touserId - calling userqualifiedName - unique name for the zoneCopyright © 2018–2020 ODPi. All rights reserved.