| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhTask |
ApiOvhClusterhadoop.serviceName_networkAcl_block_DELETE(String serviceName,
String block)
Remove this ACL
REST: DELETE /cluster/hadoop/{serviceName}/networkAcl/{block}
|
OvhTask |
ApiOvhClusterhadoop.serviceName_networkAcl_POST(String serviceName,
String block,
String description)
Add an ACL to your cluster
REST: POST /cluster/hadoop/{serviceName}/networkAcl
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_decommission_POST(String serviceName,
String hostname)
Decommission the node and all the services on it
REST: POST /cluster/hadoop/{serviceName}/node/{hostname}/decommission
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_DELETE(String serviceName,
String hostname)
Remove this Node from the Cluster
REST: DELETE /cluster/hadoop/{serviceName}/node/{hostname}
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_recommission_POST(String serviceName,
String hostname)
Recommission the node and all the services on it
REST: POST /cluster/hadoop/{serviceName}/node/{hostname}/recommission
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_role_POST(String serviceName,
String hostname,
OvhRoleTypeEnum type)
Add the Role to the Node
REST: POST /cluster/hadoop/{serviceName}/node/{hostname}/role
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_role_type_DELETE(String serviceName,
String hostname,
OvhRoleTypeEnum type)
Remove this Role from the Node
REST: DELETE /cluster/hadoop/{serviceName}/node/{hostname}/role/{type}
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_role_type_restart_POST(String serviceName,
String hostname,
OvhRoleTypeEnum type)
Restart the role on the node (THIS ACTION WILL RESTART OTHER DEPENDANT ROLES)
REST: POST /cluster/hadoop/{serviceName}/node/{hostname}/role/{type}/restart
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_role_type_start_POST(String serviceName,
String hostname,
OvhRoleTypeEnum type)
Start the role on the node
REST: POST /cluster/hadoop/{serviceName}/node/{hostname}/role/{type}/start
|
OvhTask |
ApiOvhClusterhadoop.serviceName_node_hostname_role_type_stop_POST(String serviceName,
String hostname,
OvhRoleTypeEnum type)
Stop the role on the node (THIS ACTION WILL STOP OTHER DEPENDANT ROLES)
REST: POST /cluster/hadoop/{serviceName}/node/{hostname}/role/{type}/stop
|
OvhTask |
ApiOvhClusterhadoop.serviceName_orderNewNodeHourly_POST(String serviceName,
String nodeProfile)
Order a new node in the cluster
REST: POST /cluster/hadoop/{serviceName}/orderNewNodeHourly
|
OvhTask |
ApiOvhClusterhadoop.serviceName_restart_POST(String serviceName)
Restart the Cloudera Manager Hadoop Cluster (THIS ACTION WILL RESTART EVERY SERVICE)
REST: POST /cluster/hadoop/{serviceName}/restart
|
OvhTask |
ApiOvhClusterhadoop.serviceName_service_restart_POST(String serviceName,
OvhClusterServiceNameEnum service)
Restart a Cloudera Manager service (THIS ACTION WILL RESTART OTHER DEPENDANT SERVICES)
REST: POST /cluster/hadoop/{serviceName}/service/restart
|
OvhTask |
ApiOvhClusterhadoop.serviceName_service_start_POST(String serviceName,
OvhClusterServiceNameEnum service)
Start a Cloudera Manager service
REST: POST /cluster/hadoop/{serviceName}/service/start
|
OvhTask |
ApiOvhClusterhadoop.serviceName_service_stop_POST(String serviceName,
OvhClusterServiceNameEnum service)
Stop a Cloudera Manager service (THIS ACTION WILL STOP OTHER DEPENDANT SERVICES)
REST: POST /cluster/hadoop/{serviceName}/service/stop
|
OvhTask |
ApiOvhClusterhadoop.serviceName_start_POST(String serviceName)
Start the Cloudera Manager Hadoop Cluster
REST: POST /cluster/hadoop/{serviceName}/start
|
OvhTask |
ApiOvhClusterhadoop.serviceName_stop_POST(String serviceName)
Stop a Cloudera Manager Hadoop Cluster (THIS ACTION WILL STOP EVERY SERVICE)
REST: POST /cluster/hadoop/{serviceName}/stop
|
OvhTask |
ApiOvhClusterhadoop.serviceName_task_taskId_GET(String serviceName,
Long taskId)
Get this object properties
REST: GET /cluster/hadoop/{serviceName}/task/{taskId}
|
OvhTask |
ApiOvhClusterhadoop.serviceName_terminate_POST(String serviceName)
Terminate your service.
|
OvhTask |
ApiOvhClusterhadoop.serviceName_user_POST(String serviceName,
Boolean hue,
Boolean clouderaManager,
String password,
Boolean httpFrontend,
String username)
Add an User to your cluster
REST: POST /cluster/hadoop/{serviceName}/user
|
OvhTask |
ApiOvhClusterhadoop.serviceName_user_username_DELETE(String serviceName,
String username)
Remove this User
REST: DELETE /cluster/hadoop/{serviceName}/user/{username}
|
OvhTask |
ApiOvhClusterhadoop.serviceName_user_username_resetPassword_POST(String serviceName,
String username,
String password)
Reset the password for a given Hadoop Cluster User
REST: POST /cluster/hadoop/{serviceName}/user/{username}/resetPassword
|
Copyright © 2017. All rights reserved.