public class DinoViewRESTServices extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static DinoViewInstanceHandler |
instanceHandler |
| Constructor and Description |
|---|
DinoViewRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
DinoResourceEndpointListResponse |
getResourceEndpointList(String serverName,
String userId)
Retrieve platform origin
|
DinoServiceListResponse |
platformGetAccessServices(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve access services for platform
|
DinoServerListResponse |
platformGetActiveServers(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve active servers for platform
|
DinoServiceListResponse |
platformGetCommonServices(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve common services for platform
|
DinoServiceListResponse |
platformGetGovernanceServices(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve governance services for platform
|
DinoServerListResponse |
platformGetKnownServers(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve known servers for platform
|
DinoStringResponse |
platformGetOrigin(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve platform origin
|
DinoPlatformOverviewResponse |
platformGetOverview(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve platform overview - this is an overview of multiple aspects of the platform for when it becomes the focus.
|
DinoServiceListResponse |
platformGetViewServices(String serverName,
String userId,
DinoPlatformRequestBody requestBody)
Retrieve view services for platform
|
DinoServerAuditLogResponse |
serverGetAuditLog(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server's audit log
|
DinoServerConfigResponse |
serverGetInstanceConfiguration(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server's running instance configuration
|
DinoStringResponse |
serverGetOrigin(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server origin
|
DinoServerOverviewResponse |
serverGetOverview(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server overview - this is an overview of multiple aspects of the server for when it becomes the focus.
|
DinoServerDoubleConfigResponse |
serverGetStoredAndActiveConfiguration(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server's running instance configuration
|
DinoServerConfigResponse |
serverGetStoredConfiguration(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server's stored configuration
|
DinoServerTypeResponse |
serverGetTypeClassification(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server type classification
|
protected static DinoViewInstanceHandler instanceHandler
public DinoResourceEndpointListResponse getResourceEndpointList(String serverName, String userId)
serverName - name of the local view server.userId - userId under which the request is performedpublic DinoPlatformOverviewResponse platformGetOverview(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName of the platform to be queried.public DinoStringResponse platformGetOrigin(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName of the platform to be queried.public DinoServerListResponse platformGetActiveServers(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName and platformRootURL of the platform to be queried.public DinoServerListResponse platformGetKnownServers(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName and platformRootURL of the platform to be queried.public DinoServiceListResponse platformGetAccessServices(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName and platformRootURL of the platform to be queried.public DinoServiceListResponse platformGetViewServices(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName and platformRootURL of the platform to be queried.public DinoServiceListResponse platformGetGovernanceServices(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName and platformRootURL of the platform to be queried.public DinoServiceListResponse platformGetCommonServices(String serverName, String userId, DinoPlatformRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing platformName and platformRootURL of the platform to be queried.public DinoServerOverviewResponse serverGetOverview(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.public DinoStringResponse serverGetOrigin(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.public DinoServerTypeResponse serverGetTypeClassification(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.public DinoServerConfigResponse serverGetStoredConfiguration(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.public DinoServerConfigResponse serverGetInstanceConfiguration(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.public DinoServerDoubleConfigResponse serverGetStoredAndActiveConfiguration(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.public DinoServerAuditLogResponse serverGetAuditLog(String serverName, String userId, DinoServerRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server to be queried.Copyright © 2018–2020 ODPi. All rights reserved.