@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public interface DashxApis extends AutoCloseable
API for the Management Dashboard micro-service. Use this API for dashboard and saved search metadata preservation and to perform tasks such as creating a dashboard, creating a saved search, and obtaining a list of dashboards and saved searches in a compartment.
close
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the service.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
region
- The region of the service.void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call
setRegion
.
If no known Region could be determined, it will create an endpoint based on the
default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
regionId
- The public region ID.ChangeManagementDashboardsCompartmentResponse changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request)
Moves the dashboard from the existing compartment to a new compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ChangeManagementDashboardsCompartment API.
ChangeManagementSavedSearchesCompartmentResponse changeManagementSavedSearchesCompartment(ChangeManagementSavedSearchesCompartmentRequest request)
Moves the saved search from the existing compartment to a new compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ChangeManagementSavedSearchesCompartment API.
CreateManagementDashboardResponse createManagementDashboard(CreateManagementDashboardRequest request)
Creates a new dashboard. Limit for number of saved searches in a dashboard is 20.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use CreateManagementDashboard API.
CreateManagementSavedSearchResponse createManagementSavedSearch(CreateManagementSavedSearchRequest request)
Creates a new saved search.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use CreateManagementSavedSearch API.
DeleteManagementDashboardResponse deleteManagementDashboard(DeleteManagementDashboardRequest request)
Deletes a Dashboard by ID.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use DeleteManagementDashboard API.
DeleteManagementSavedSearchResponse deleteManagementSavedSearch(DeleteManagementSavedSearchRequest request)
Deletes a saved search by ID.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use DeleteManagementSavedSearch API.
ExportDashboardResponse exportDashboard(ExportDashboardRequest request)
Exports an array of dashboards and their saved searches.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ExportDashboard API.
GetManagementDashboardResponse getManagementDashboard(GetManagementDashboardRequest request)
Gets a dashboard and its saved searches by ID. Deleted or unauthorized saved searches are marked by tile’s state property.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use GetManagementDashboard API.
GetManagementSavedSearchResponse getManagementSavedSearch(GetManagementSavedSearchRequest request)
Gets a saved search by ID.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use GetManagementSavedSearch API.
ImportDashboardResponse importDashboard(ImportDashboardRequest request)
Imports an array of dashboards and their saved searches.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ImportDashboard API.
ListManagementDashboardsResponse listManagementDashboards(ListManagementDashboardsRequest request)
Gets the list of dashboards and their saved searches in a compartment with pagination. Returned properties are the summary.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ListManagementDashboards API.
ListManagementSavedSearchesResponse listManagementSavedSearches(ListManagementSavedSearchesRequest request)
Gets the list of saved searches in a compartment with pagination. Returned properties are the summary.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ListManagementSavedSearches API.
UpdateManagementDashboardResponse updateManagementDashboard(UpdateManagementDashboardRequest request)
Updates an existing dashboard identified by ID path parameter. CompartmentId can be modified only by the changeCompartment API. Limit for number of saved searches in a dashboard is 20.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use UpdateManagementDashboard API.
UpdateManagementSavedSearchResponse updateManagementSavedSearch(UpdateManagementSavedSearchRequest request)
Updates an existing saved search identified by ID path parameter. CompartmentId can be modified only by the changeCompartment API.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use UpdateManagementSavedSearch API.
DashxApisPaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data. These paginators provide an Iterable
interface so that service responses, or
resources/records, can be iterated through without having to manually deal with pagination and page tokens.
Copyright © 2016–2021. All rights reserved.