Detailed Permissions Matrix for Cloud Big Data
The following permissions matrix displays specific permissions for the roles in Cloud Big Data v1. The matrix displays the method names, their corresponding RESTful API commands, and the roles that are supported.
Note: For additional information about RBAC, see the API Documentation.
As of February 4, 2014
Method | API Action | Role |
---|---|---|
PROFILES | ||
Get User Profile | GET /profile | Observer & Creator & Admin |
Create a User Profile | POST /profile | Creator & Admin |
CLUSTERS | ||
Create a Cluster | POST /clusters | Creator & Admin |
Delete a Cluster | DELETE /clusters/{clusterId} | Admin only |
List Clusters | GET /clusters | Observer & Creator & Admin |
Get Cluster Details | GET /clusters/{clusterId} | Observer & Creator & Admin |
Perform an Action on a Cluster | POST /clusters/{clusterId}/action | Creator & Admin |
NODES | ||
List Nodes in a cluster | GET /clusters/{clusterId}/nodes | Observer & Creator & Admin |
Get Node Details | GET /clusters/{clusterId}/nodes/{nodeId} | Observer & Creator & Admin |
FLAVORS | ||
List Available Flavors | GET /flavors | Observer & Creator & Admin |
Get Flavor Details | GET /flavors/{flavorId} | Observer & Creator & Admin |
List Supported Cluster Types for a Flavor | GET /flavors/{flavorid}/types | Observer & Creator & Admin |
TYPES | ||
List Cluster Types | GET /types | Observer & Creator & Admin |
Get Cluster Type Details | GET /types/{typeId} | Observer & Creator & Admin |
List Supported Flavors for a Cluster Type | GET /types/{typeid}/flavors | Lists the supported flavors for the specified cluster type. |
RESOURCE LIMITS | ||
List Resource Limits for User | GET /limits | Displays the resource limits for the user. |
Cloud Big Data Terminology
Cluster
A group of servers (nodes). In Cloud Big Data, the servers are virtual.
Node
In a network, a node is a connection point, either a redistribution point or an end point for data transmissions. In general, a node has programmed or engineered capability to recognize and process or forward transmissions to other nodes.
Updated 20 days ago