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
|
DinoServiceDetailsResponse |
serverGetAccessServiceDetails(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve service details for a specified access service
|
DinoServiceListResponse |
serverGetAccessServices(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve list of access services for a specified server
|
DinoServerAuditLogResponse |
serverGetAuditLog(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server's audit log
|
DinoEngineDetailsResponse |
serverGetEngineDetails(String serverName,
String userId,
DinoEngineRequestBody requestBody)
Retrieve engine details for a specified engine
|
DinoServiceDetailsResponse |
serverGetEngineServiceDetails(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve service details for a specified engine service
|
DinoServiceListResponse |
serverGetEngineServices(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve list of engine services for a specified server
|
DinoServerConfigResponse |
serverGetInstanceConfiguration(String serverName,
String userId,
DinoServerRequestBody requestBody)
Retrieve server's running instance configuration
|
DinoServiceDetailsResponse |
serverGetIntegrationServiceDetails(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve service details for a specified integration service
|
DinoServiceListResponse |
serverGetIntegrationServices(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve list of integration services for a specified server
|
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
|
DinoServiceDetailsResponse |
serverGetViewServiceDetails(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve service details for a specified view service
|
DinoServiceListResponse |
serverGetViewServices(String serverName,
String userId,
DinoServiceRequestBody requestBody)
Retrieve list of view services for a specified server
|
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.public DinoServiceListResponse serverGetIntegrationServices(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceListResponse serverGetEngineServices(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceListResponse serverGetAccessServices(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceListResponse serverGetViewServices(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceDetailsResponse serverGetIntegrationServiceDetails(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceDetailsResponse serverGetEngineServiceDetails(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceDetailsResponse serverGetAccessServiceDetails(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoServiceDetailsResponse serverGetViewServiceDetails(String serverName, String userId, DinoServiceRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.public DinoEngineDetailsResponse serverGetEngineDetails(String serverName, String userId, DinoEngineRequestBody requestBody)
serverName - name of the local view server.userId - userId under which the request is performedrequestBody - body containing serverName of the server and serviceName of the service to be queried.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.