plan start-service
post
                    /V0/nosql/admin/plan#start-service
Starts the specified service(s).
                Request
There are no request parameters for this operation.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    arguments: array
                    
                    
                
                
                    arguments
                
                
                
- 
                
                    
                    command(required): string
                    
                    
                     
                    
                
                
                Allowed Values:[ "start-service" ]
Example:
    
    
{
    "command":"start-service",
    "arguments":[
        {
            "service":"Id of the service to start"
        },
        {
            "allRns":"true|false Whether to start all RNs"
        },
        {
            "zn":"Id of the zone to start services"
        },
        {
            "znname":"Name of the zone to start services"
        },
        {
            "allAns":"true|false Whether to start all ANs"
        }
    ]
}Response
Supported Media Types
                - application/json
200 Response
Operation ended successfully
                            
                            
                                Root Schema : commonResponse
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    description(required): string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    operation(required): string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    returnCode(required): string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    returnValue(required): object
                    
                    
                
                
                    returnValue
                
                
                
Example:
    
    
{
    "operation":"operation executed",
    "returnCode":"5000 when success, 5100 infers illegal command, 5200 - 5500 infers connection/resource/internal problem at execution",
    "description":"error description when returnCode != 5000",
    "returnValue":"JSON object with the output returned by the command when returnCode: 5000(success). Otherwise, null"
}Nested Schema : returnValue
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
object