You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

TO DO:

Specify which parameters are required to be passed in from user in REST API

 

  1. To create a NDS Lab Environment.
    a. user name
    b. password
    c. name of the cluster
    d. number of instances
    e. number of master nodes
    f. IP address(es) for all master node(s)
    g. image that instances spin on 
    h. size of volumes.

  2. To get all NDS Lab Environments under an specific account.
    a. user name
    b password

  3. To get services in a specific NDS Lab Environment.
    a. user name
    b password
    c. NDS Lab Environment ID

  4. To start services in a specific NDS Lab Environment.
    a. user name
    b password
    c. NDS Lab Environment ID
    d.service name

  5. To stop services in a specific NDS Lab Environment.
    a. user name
    b password
    c. NDS Lab Environment ID
    d.service name

  6. To destroy a NDS Lab Environment
    a. user name
    b password
    c. NDS Lab Environment ID

  7. To destroy a volume associated with a specific NDS Lab Environment
    a. user name
    b password
    c. NDS Lab Environment ID
  • No labels