The Ops Center Analyzer API supports the following requests and HTTP methods. (For details on the API requests that access RAID Agent, see "API resources and requests for accessing RAID Agent".)
AutoAssignFilters(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of automatic resource assignment rules |
GET |
/v1/objects/AutoAssignFilters |
Admin, Modify |
Creating automatic resource assignment rule |
POST |
/v1/objects/AutoAssignFilters |
Admin, Modify |
Getting specific automatic resource assignment rule information |
GET |
/v1/objects/AutoAssignFilters/{id} |
Admin, Modify |
Updating specific automatic resource assignment rule |
PUT |
/v1/objects/AutoAssignFilters/{id} |
Admin, Modify |
Deleting specific automatic resource assignment rule |
DELETE |
/v1/objects/AutoAssignFilters/{id} |
Admin, Modify |
Getting a list of operations for information about automatic resource assignment rules |
GET |
/v1/objects/AutoAssignFilters/{id}/actions |
Admin, Modify |
Preparing to obtain a list of condition information for automatic resource assignment rules |
GET |
/v1/objects/AutoAssignFilters/{id}/actions/getFilterCondition |
Admin, Modify |
Getting a list of condition information for automatic resource assignment rules |
POST |
/v1/objects/AutoAssignFilters/{id}/actions/getFilterCondition/invoke |
Admin, Modify |
Preparing to update a condition information for automatic resource assignment rules |
GET |
/v1/objects/AutoAssignFilters/{id}/actions/updateFilterCondition |
Admin, Modify |
Updating condition information for automatic resource assignment rules |
POST |
/v1/objects/AutoAssignFilters/{id}/actions/updateFilterCondition/invoke |
Admin, Modify |
AutoAssignFilters(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for automatic resource assignment rules |
GET |
/v1/services/AutoAssignFilters/actions |
Admin, Modify |
Preparing to change the priority of automatic resource assignment rules |
GET |
/v1/services/AutoAssignFilters/actions/changeFilterPriority |
Admin, Modify |
Changing the priority of automatic resource assignment rules |
POST |
/v1/services/AutoAssignFilters/actions/changeFilterPriority/invoke |
Admin, Modify |
Preparing to assign resources |
GET |
/v1/services/AutoAssignFilters/actions/assignmentResource |
Admin, Modify |
Assigning resources |
POST |
/v1/services/AutoAssignFilters/actions/assignmentResource/invoke |
Admin, Modify |
Preparing to obtain the results of automatic host distribution |
GET |
/v1/services/AutoAssignFilters/actions/previewHost |
Admin, Modify |
Getting the results of automatic host distribution |
POST |
/v1/services/AutoAssignFilters/actions/previewHost/invoke |
Admin, Modify |
Preparing to obtain the results of automatic virtual machine distribution |
GET |
/v1/services/AutoAssignFilters/actions/previewVirtualMachine |
Admin, Modify |
Getting the results of automatic virtual machine distribution |
POST |
/v1/services/AutoAssignFilters/actions/previewVirtualMachine/invoke |
Admin, Modify |
Preparing to obtain the results of automatic volume distribution |
GET |
/v1/services/AutoAssignFilters/actions/previewVolume |
Admin, Modify |
Getting the results of automatic volume distribution |
POST |
/v1/services/AutoAssignFilters/actions/previewVolume/invoke |
Admin, Modify |
ChangeHistorys(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of configuration change histories |
GET |
/v1/objects/ChangeHistorys |
Admin, Modify |
Getting specific history of configuration changes |
GET |
/v1/objects/ChangeHistorys/{id} |
Admin, Modify |
ChangeHistorys(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for specific history of configuration changes |
GET |
/v1/services/ChangeHistorys/actions |
Admin, Modify |
Preparing to obtain the number of configuration changes |
GET |
/v1/services/ChangeHistorys/actions/getCount |
Admin, Modify |
Getting the number of configuration changes |
POST |
/v1/services/ChangeHistorys/actions/getCount/invoke |
Admin, Modify |
Preparing to obtain a trend in the number of configuration changes |
GET |
/v1/services/ChangeHistorys/actions/getTrend |
Admin, Modify |
Getting trend in the number of configuration changes |
POST |
/v1/services/ChangeHistorys/actions/getTrend/invoke |
Admin, Modify |
CustomAction(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for execute action functions |
GET |
/v1/services/CustomAction/actions |
Admin, Modify |
Preparing to obtain a list of actions that can be executed by the execute action function |
GET |
/v1/services/CustomAction/actions/getActionTemplateList |
Admin, Modify |
Getting a list of actions that can be executed by the execute action function |
POST |
/v1/services/CustomAction/actions/getActionTemplateList/invoke |
Admin, Modify |
Preparing to obtain a detailed information about emails that can be sent by the execute action function |
GET |
/v1/services/CustomAction/actions/getMailActionTemplateDetail |
Admin, Modify |
Getting detailed information about emails that can be sent by the execute action function |
POST |
/v1/services/CustomAction/actions/getMailActionTemplateDetail/invoke |
Admin, Modify |
Preparing to obtain a detailed information about commands that can be sent by the execute action function |
GET |
/v1/services/CustomAction/actions/getCommandActionTemplateDetail |
Admin, Modify |
Getting detailed information about commands that can be executed by the execute action function |
POST |
/v1/services/CustomAction/actions/getCommandActionTemplateDetail/invoke |
Admin, Modify |
Preparing to execute commands that can be executed by the execute action function |
GET |
/v1/services/CustomAction/actions/invokeCommandAction |
Admin, Modify |
Executing commands that can be executed by the execute action function |
POST |
/v1/services/CustomAction/actions/invokeCommandAction/invoke |
Admin, Modify |
Preparing to reload a list of actions that can be executed by the execute action function |
GET |
/v1/services/CustomAction/actions/invokeReload |
Admin, Modify |
Reloading a list of actions that can be executed by the execute action function |
POST |
/v1/services/CustomAction/actions/invokeReload/invoke |
Admin, Modify |
Preparing to get a list of the actions that can be executed by using the execute action function of the target resources |
GET |
/v1/services/CustomAction/actions/getResourcesActionTemplateList |
Admin, Modify |
Getting a list of the actions that can be executed by using the execute action function of the target resources |
POST |
/v1/services/CustomAction/actions/getResourcesActionTemplateList/invoke |
Admin, Modify |
Preparing to get detailed information about the commands that can be executed by using the execute action function of the target resource |
GET |
/v1/services/CustomAction/actions/getResourcesCommandActionTemplateDetail |
Admin, Modify |
Getting detailed information about the commands that can be executed by using the execute action function of the target resource |
POST |
/v1/services/CustomAction/actions/getResourcesCommandActionTemplateDetail/invoke |
Admin, Modify |
Preparing to execute a command using the execute action function of the target resource |
GET |
/v1/services/CustomAction/actions/invokeResourcesCommandAction |
Admin, Modify |
Executing a command using the execute action function of the target resource |
POST |
/v1/services/CustomAction/actions/invokeResourcesCommandAction/invoke |
Admin, Modify |
Getting information needed to get details about an Ops Center Automator service that is executable by the execute action function |
GET |
/v1/services/CustomAction/actions/getResourcesAutomationDirectorServiceActionTemplateDetail |
Admin, Modify |
Getting details about an Ops Center Automator service that is executable by the execute action function |
POST |
/v1/services/CustomAction/actions/getResourcesAutomationDirectorServiceActionTemplateDetail/invoke |
Admin, Modify |
DiscoveredResources(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of resources |
GET |
/v1/objects/DiscoveredResources |
Admin, Modify |
E2EView(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of resources that are displayed in the E2E view |
GET |
/v1/objects/E2EView |
Admin, Modify |
E2EView(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Preparing to obtain topology data for resources that are displayed in the E2E view |
GET |
/v1/services/E2EView/actions/getTopologyData |
Admin, Modify |
Getting topology data for resources that are displayed in the E2E view |
POST |
/v1/services/E2EView/actions/getTopologyData/invoke |
Admin, Modify |
Preparing to obtain details about resources that are displayed in the E2E view |
GET |
/v1/services/E2EView/actions/getNodeDetail |
Admin, Modify |
Getting details about resources that are displayed in the E2E view |
POST |
/v1/services/E2EView/actions/getNodeDetail/invoke |
Admin, Modify |
Preparing to obtain a query parameters used to display the E2E view |
GET |
/v1/services/E2EView/actions/checkBasePointParam |
Admin, Modify |
Getting query parameters used to display the E2E view |
POST |
/v1/services/E2EView/actions/checkBasePointParam/invoke |
Admin, Modify |
Preparing to obtain a list of resources related to the E2E view |
GET |
/v1/services/E2EView/actions/getRelatedNodeList |
Admin, Modify |
Getting a list of resources related to the E2E views |
POST |
/v1/services/E2EView/actions/getRelatedNodeList/invoke |
Admin, Modify |
Preparing to obtain a query parameters used to display resources in the E2E view |
GET |
/v1/services/E2EView/actions/getNodeName |
Admin, Modify |
Getting query parameters used to display resources in the E2E view |
POST |
/v1/services/E2EView/actions/getNodeName/invoke |
Admin, Modify |
Preparing to get resource information |
GET |
/v1/services/E2EView/actions/getNodeList |
Admin, Modify |
Getting resource information |
POST |
/v1/services/E2EView/actions/getNodeList/invoke |
Admin, Modify |
EmailServerSettings(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of email server settings |
GET |
/v1/objects/EmailServerSettings |
Admin |
Uploading specific email server settings |
PUT |
/v1/objects/EmailServerSettings/{id} |
Admin |
EmailServerSettings(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for email server settings |
GET |
/v1/services/EmailServerSettings/actions |
Admin |
Preparing to send a test mail |
GET |
/v1/services/EmailServerSettings/actions/sendTestMail |
Admin |
Sending a test mail |
POST |
/v1/services/EmailServerSettings/actions/sendTestMail/invoke |
Admin |
Events(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of events |
GET |
/v1/objects/Events |
Admin, Modify |
Getting specific event information |
GET |
/v1/objects/Events/{id} |
Admin, Modify |
Events(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for events |
GET |
/v1/services/Events/actions |
Admin, Modify |
Preparing to obtain number of events |
GET |
/v1/services/Events/actions/getEventCount |
Admin, Modify |
Getting a number of events |
POST |
/v1/services/Events/actions/getEventCount/invoke |
Admin, Modify |
Grades(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of grades |
GET |
/v1/objects/Grades |
Admin, Modify |
GroupsDefinition(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting information to preview a consumer definition |
GET |
/v1/objects/GroupsDefinition/{id}/actions/preview |
Admin |
Preview a consumer definition |
POST |
/v1/objects/GroupsDefinition/{id}/actions/preview/invoke |
Admin |
Getting information to submit a consumer auto creation task |
GET |
/v1/objects/GroupsDefinition/{id}/actions/submit |
Admin |
Submit a consumer auto creation task |
POST |
/v1/objects/GroupsDefinition/{id}/actions/submit/invoke |
Admin |
Getting information to export a consumer definition file |
GET |
/v1/objects/GroupsDefinition/{id}/actions/export |
Admin |
Export a consumer definition file |
POST |
/v1/objects/GroupsDefinition/{id}/actions/export/invoke |
Admin |
GroupsDefinition(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting information to generate a consumer definition |
GET |
/v1/services/GroupsDefinition/actions/generate |
Admin |
Generate a consumer definition |
POST |
/v1/services/GroupsDefinition/actions/generate/invoke |
Admin |
Getting information to register a consumer definition file |
GET |
/v1/services/GroupsDefinition/actions/register |
Admin |
Register a consumer definition file |
POST |
/v1/services/GroupsDefinition/actions/register/invoke |
Admin |
Groups(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of consumers |
GET |
/v1/objects/Groups |
Admin, Modify |
Creating consumer |
POST |
/v1/objects/Groups |
Admin, Modify |
Getting specific consumer information |
GET |
/v1/objects/Groups/{id} |
Admin, Modify |
Updating consumer |
PUT |
/v1/objects/Groups/{id} |
Admin, Modify |
Deleting a specific consumer |
DELETE |
/v1/objects/Groups/{id} |
Admin, Modify |
Getting a list of operations for specific consumers |
GET |
/v1/objects/Groups/{id}/actions |
Admin, Modify |
Preparing to assign a consumer |
GET |
/v1/objects/Groups/{id}/actions/updateTargetResource |
Admin, Modify |
Assigning a specific consumer |
POST |
/v1/objects/Groups/{id}/actions/updateTargetResource/invoke |
Admin, Modify |
HdcaSettings(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of Analyzer detail view server connection settings |
GET |
/v1/objects/HdcaSettings |
Admin, Modify |
Updating specific Analyzer detail view server connection settings |
PUT |
/v1/objects/HdcaSettings/{id} |
Admin |
Getting specific Analyzer detail view server connection settings |
GET |
/v1/objects/HdcaSettings/{id} |
Admin, Modify |
Getting a list of operations for configuring the connection settings of the Analyzer detail view server |
GET |
/v1/objects/HdcaSettings/{id}/actions |
Admin, Modify |
Preparing to get the URL of the Analyzer detail view server |
GET |
/v1/objects/HdcaSettings/{id}/actions/getInContextLaunchUrl |
Admin, Modify |
Getting the URL of the Analyzer detail view server |
POST |
/v1/objects/HdcaSettings/{id}/actions/getInContextLaunchUrl/invoke |
Admin, Modify |
HdcaSettings(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for configuring Analyzer detail view server connection settings |
GET |
/v1/services/HdcaSettings/actions |
Admin |
Preparing to check the connection to Analyzer detail view server |
GET |
/v1/services/HdcaSettings/actions/checkConnection |
Admin |
Checking the connection to Analyzer detail view server |
POST |
/v1/services/HdcaSettings/actions/checkConnection/invoke |
Admin |
IoControlHistory(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of tasks related to Storage I/O control settings |
GET |
/v1/objects/IoControlHistory |
Admin, StorageOps, Modify |
Getting information about a specific Storage I/O control settings task |
GET |
/v1/objects/IoControlHistory/{id} |
Admin, StorageOps, Modify |
IoControlHistory(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of actions related to Storage I/O control configuration task history |
GET |
/v1/services/IoControlHistory/actions |
Admin, StorageOps, Modify |
Getting the parameter used to update the status of a Storage I/O control settings task |
GET |
/v1/services/IoControlHistory/actions/updateStatus |
Admin, StorageOps, Modify |
Updating the status of a Storage I/O control settings task |
POST |
/v1/services/IoControlHistory/actions/updateStatus/invoke |
Admin, StorageOps, Modify |
IoControlSettings(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of actions related to Storage I/O control settings |
GET |
/v1/services/IoControlSettings/actions |
StorageOps |
Getting the parameters used to configure Storage I/O control settings |
GET |
/v1/services/IoControlSettings/actions/submit |
StorageOps |
Configuring Storage I/O control settings |
POST |
/v1/services/IoControlSettings/actions/submit/invoke |
StorageOps |
KeepAlive(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for sessions of the HSSO token |
GET |
/v1/services/KeepAlive/actions |
Admin, StorageOps, Modify, User Management |
Preparing to extend the valid period of a session of the HSSO token |
GET |
/v1/services/KeepAlive/actions/submit |
Admin, StorageOps, Modify, User Management |
Extending the valid period of a session of the HSSO token |
POST |
/v1/services/KeepAlive/actions/submit/invoke |
Admin, StorageOps, Modify, User Management |
MailAddress(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of mail addresses |
GET |
/v1/objects/MailAddress |
Admin, Modify |
Creating a mail address |
POST |
/v1/objects/MailAddress |
Admin, Modify |
Getting specific mail address information |
GET |
/v1/objects/MailAddress/{id} |
Admin, Modify |
Updating specific mail address |
PUT |
/v1/objects/MailAddress/{id} |
Admin, Modify |
Deleting specific mail address |
DELETE |
/v1/objects/MailAddress/{id} |
Admin, Modify |
Getting a list of operations for specific email address information |
GET |
/v1/objects/MailAddress/{id}/actions |
Admin, Modify |
Preparing to assign a notification profile |
GET |
/v1/objects/MailAddress/{id}/actions/updateTargetNotificationProfile |
Admin, Modify |
Assigning a notification profile |
POST |
/v1/objects/MailAddress/{id}/actions/updateTargetNotificationProfile/invoke |
Admin, Modify |
MailAddress(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for mail addresses |
GET |
/v1/services/MailAddress/actions |
Admin, Modify |
Preparing to change the status of email addresses |
GET |
/v1/services/MailAddress/actions/changeStatus |
Admin, Modify |
Changing the status of email addresses |
POST |
/v1/services/MailAddress/actions/changeStatus/invoke |
Admin, Modify |
NotificationProfile(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of notification profiles |
GET |
/v1/objects/NotificationProfile |
Admin, Modify |
Creating notification profile |
POST |
/v1/objects/NotificationProfile |
Admin, Modify |
Getting specific notification profile information |
GET |
/v1/objects/NotificationProfile/{id} |
Admin, Modify |
Updating notification profile |
PUT |
/v1/objects/NotificationProfile/{id} |
Admin, Modify |
Deleting specific notification profile |
DELETE |
/v1/objects/NotificationProfile/{id} |
Admin, Modify |
Getting a list of operations for specific notification profile configuration information |
GET |
/v1/objects/NotificationProfile/{id}/actions |
Admin, Modify |
Preparing to assign notification-destination email addresses |
GET |
/v1/objects/NotificationProfile/{id}/actions/updateTargetMailAddress |
Admin, Modify |
Assigning notification-destination email addresses |
POST |
/v1/objects/NotificationProfile/{id}/actions/updateTargetMailAddress/invoke |
Admin, Modify |
NotificationProfile(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for notification profiles |
GET |
/v1/services/NotificationProfile/actions |
Admin, Modify |
Preparing to obtain a list of notification target categories for notification profiles |
GET |
/v1/services/NotificationProfile/actions/getTargetEventCategory |
Admin, Modify |
Getting a list of notification target categories for notification profiles |
POST |
/v1/services/NotificationProfile/actions/getTargetEventCategory/invoke |
Admin, Modify |
PerfComponents(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting specific metric information |
GET |
/v1/objects/PerfComponents/{id} |
Admin, Modify |
Getting a list of operations for specific metrics |
GET |
/v1/objects/PerfComponents/{id}/actions |
Admin, Modify |
Preparing to obtain performance graph data for specific metrics |
GET |
/v1/objects/PerfComponents/{id}/actions/getGraphData |
Admin, Modify |
Getting performance graph data for specific metrics |
POST |
/v1/objects/PerfComponents/{id}/actions/getGraphData/invoke |
Admin, Modify |
PerfComponents(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for resources |
GET |
/v1/services/PerfComponents/actions |
Admin, Modify |
Preparing to obtain a list of metrics related to resources |
GET |
/v1/services/PerfComponents/actions/getFromNode |
Admin, Modify |
Getting a list of metrics related to resources |
POST |
/v1/services/PerfComponents/actions/getFromNode/invoke |
Admin, Modify |
PerformanceComponent(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of metrics for components |
GET |
/v1/objects/PerformanceComponent |
Admin, Modify |
PerformanceData(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for performance information |
GET |
/v1/services/PerformanceData/actions |
Admin, Modify |
Preparing to obtain performance information for metrics |
GET |
/v1/services/PerformanceData/actions/getPerformanceData |
Admin, Modify |
Getting performance information for metrics |
POST |
/v1/services/PerformanceData/actions/getPerformanceData/invoke |
Admin, Modify |
Preparing to obtain metric information |
GET |
/v1/services/PerformanceData/actions/getMetricData |
Admin, Modify |
Getting metric information |
POST |
/v1/services/PerformanceData/actions/getMetricData/invoke |
Admin, Modify |
PerformanceNode(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of metrics for devices |
GET |
/v1/objects/PerformanceNode |
Admin, Modify |
PerformanceVirtualMachine(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of metrics for virtual machines |
GET |
/v1/objects/PerformanceVirtualMachine |
Admin, Modify |
PerformanceVolume(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of metrics for volumes |
GET |
/v1/objects/PerformanceVolume |
Admin, Modify |
PredictionHistory(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of task histories for a predictive operation |
GET |
/v1/objects/PredictionHistory |
Admin, Modify |
Getting predictive history information |
GET |
/v1/objects/PredictionHistory/{id} |
Admin, Modify |
Deleting a predictive history |
DELETE |
/v1/objects/PredictionHistory/{id} |
Admin, Modify |
PredictionHistory(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of predictive history actions |
GET |
/v1/services/PredictionHistory/actions |
Admin, Modify |
Getting the parameter used to obtain predictive results |
GET |
/v1/services/PredictionHistory/actions/getResult |
Admin, Modify |
Getting predictive results |
POST |
/v1/services/PredictionHistory/actions/getResult/invoke |
Admin, Modify |
Getting the parameter used to get metrics for the predictive result |
GET |
/v1/services/PredictionHistory/actions/getTargets |
Admin, Modify |
Getting metrics for the predictive result |
POST |
/v1/services/PredictionHistory/actions/getTargets/invoke |
Admin, Modify |
PredictionLicense(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting the license status of the Predictive Analytics feature |
GET |
/v1/objects/PredictionLicense |
Admin, Modify |
PredictionModule(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of analytics engines |
GET |
/v1/objects/PredictionModule |
Admin, Modify |
Getting information about an analytics engine |
GET |
/v1/objects/PredictionModule/{id} |
Admin, Modify |
PredictionTask(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of predictive tasks |
GET |
/v1/objects/PredictionTask |
Admin, Modify |
Getting information about a predictive task |
GET |
/v1/objects/PredictionTask/{id} |
Admin, Modify |
PredictionTask(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of predictive-related operations |
GET |
/v1/services/PredictionTask/actions |
Admin, Modify |
Preparing to predict a result |
GET |
/v1/services/PredictionTask/actions/execute |
Admin, Modify |
Predicting a result |
POST |
/v1/services/PredictionTask/actions/execute/invoke |
Admin, Modify |
Preparing to cancel a predictive operation |
GET |
/v1/services/PredictionTask/actions/cancel |
Admin, Modify |
Canceling a predictive operation |
POST |
/v1/services/PredictionTask/actions/cancel/invoke |
Admin, Modify |
PredictiveProfile(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of predictive profiles |
GET |
/v1/objects/PredictiveProfile |
Admin, Modify |
Creating a new predictive profile |
POST |
/v1/objects/PredictiveProfile |
Admin, Modify |
Getting information about a predictive profile |
GET |
/v1/objects/PredictiveProfile/{id} |
Admin, Modify |
Updating a predictive profile |
PUT |
/v1/objects/PredictiveProfile/{id} |
Admin, Modify |
Deleting a predictive profile |
DELETE |
/v1/objects/PredictiveProfile/{id} |
Admin, Modify |
PredictiveReport(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of predictive reports |
GET |
/v1/objects/PredictiveReport |
Admin, Modify |
Creating a new predictive report |
POST |
/v1/objects/PredictiveReport |
Admin, Modify |
Getting information about a predictive report |
GET |
/v1/objects/PredictiveReport/{id} |
Admin, Modify |
Updating a predictive report |
PUT |
/v1/objects/PredictiveReport/{id} |
Admin, Modify |
Deleting a predictive report |
DELETE |
/v1/objects/PredictiveReport/{id} |
Admin, Modify |
RecoveryActionHistory(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of recovery action history |
GET |
/v1/objects/RecoveryActionHistory |
Admin, Modify |
RecoveryAction(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Creating a new recovery action history |
POST |
/v1/objects/RecoveryAction |
Admin, Modify |
Getting information about recovery action history |
GET |
/v1/objects/RecoveryAction/{id} |
Admin, Modify |
Updating recovery action history |
PUT |
/v1/objects/RecoveryAction/{id} |
Admin, Modify |
Deleting recovery action history |
DELETE |
/v1/objects/RecoveryAction/{id} |
Admin, Modify |
StorageSystemModels(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of storage system models |
GET |
/v1/objects/StorageSystemModels |
Admin, Modify |
StorageSystemPools(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of storage system pools |
GET |
/v1/objects/StorageSystemPools |
Admin, Modify |
Suggestion(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations related to suggestions |
GET |
/v1/services/Suggestion/actions |
Admin, Modify |
Preparing to obtain the suggestions |
GET |
/v1/services/Suggestion/actions/getSuggestion |
Admin, Modify |
Getting suggestions for resolving performance problems |
POST |
/v1/services/Suggestion/actions/getSuggestion/invoke |
Admin, Modify |
SystemProperties(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting system information |
GET |
/v1/objects/SystemProperties |
Admin, Modify, User Management |
SystemSummary(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of system summary informations |
GET |
/v1/services/SystemSummary/actions |
Admin, Modify |
Preparing to obtain a system summary information |
GET |
/v1/services/SystemSummary/actions/getSystemStatusSummary |
Admin, Modify |
Getting system summary information |
POST |
/v1/services/SystemSummary/actions/getSystemStatusSummary/invoke |
Admin, Modify |
ThresholdProfileMargins(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting margin information used for dynamic threshold calculations |
GET |
/v1/objects/ThresholdProfileMargins |
Admin, Modify |
ThresholdProfiles(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of threshold profiles |
GET |
/v1/objects/ThresholdProfiles |
Admin, Modify |
Creating threshold profile |
POST |
/v1/objects/ThresholdProfiles |
Admin, Modify |
Getting specific threshold profile information |
GET |
/v1/objects/ThresholdProfiles/{id} |
Admin, Modify |
Updating specific threshold profile |
PUT |
/v1/objects/ThresholdProfiles/{id} |
Admin, Modify |
Deleting specific threshold profile |
DELETE |
/v1/objects/ThresholdProfiles/{id} |
Admin, Modify |
Getting a list of operations for specific threshold profiles |
GET |
/v1/objects/ThresholdProfiles/{id}/actions |
Admin, Modify |
Preparing to assign specific threshold profile |
GET |
/v1/objects/ThresholdProfiles/{id}/actions/updateTargetResource |
Admin, Modify |
Assigning specific threshold profile |
POST |
/v1/objects/ThresholdProfiles/{id}/actions/updateTargetResource/invoke |
Admin, Modify |
Preparing to obtain a threshold information with profiles and resources specified |
GET |
/v1/objects/ThresholdProfiles/{id}/actions/getResourceThresholdValues |
Admin, Modify |
Getting a list of threshold informations with profiles and resources specified |
POST |
/v1/objects/ThresholdProfiles/{id}/actions/getResourceThresholdValues/invoke |
Admin, Modify |
Preparing to set dynamic thresholds with profiles and resources specified |
GET |
/v1/objects/ThresholdProfiles/{id}/actions/updateDynamicThreshold |
Admin, Modify |
Setting dynamic thresholds with profiles and resources specified |
POST |
/v1/objects/ThresholdProfiles/{id}/actions/updateDynamicThreshold/invoke |
Admin, Modify |
UserResource(Domain : services)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of operations for user resources |
GET |
/v1/services/UserResource/actions |
Admin, Modify |
Preparing to obtain the number of user resources counted for each metric and for each status |
GET |
/v1/services/UserResource/actions/getComponentStatusCountByMetric |
Admin, Modify |
Getting the number of user resources counted for each metric and for each status |
POST |
/v1/services/UserResource/actions/getComponentStatusCountByMetric/invoke |
Admin, Modify |
Users(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of users |
GET |
/v1/objects/Users |
User Management |
Creating a user |
POST |
/v1/objects/Users |
User Management |
Getting specific user information |
GET |
/v1/objects/Users/{id} |
User Management |
Updating specific user information |
PUT |
/v1/objects/Users/{id} |
User Management |
Deleting specific user |
DELETE |
/v1/objects/Users/{id} |
User Management |
VirtualMachines(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of virtual machines |
GET |
/v1/objects/VirtualMachines |
Admin, Modify |
Volumes(Domain : objects)
Request |
Method |
URI |
Execution permission |
---|---|---|---|
Getting a list of volumes |
GET |
/v1/objects/Volumes |
Admin, Modify |