Export Veridata Configurations
get
                    http://{host}:{port}/veridata/v1/services/configuration/export
Required Role: Administrator, SuperUser, CommandLineOperator
Export Veridata Configurations
Request
Query Parameters
                    - 
                            all: boolean
                            
                            Export all Information.
- 
                            connections: string
                            
                            Connections names, multiple connections can be selected by comma separated strings.
- 
                            exportPassword: boolean
                            
                            Export the passwords for connections. By default, passwords for connections are not exported.
- 
                            groups: string
                            
                            Groups names, multiple groups can be selected by comma separated strings.
- 
                            jobs: string
                            
                            Jobs names, multiple jobs can be selected by comma separated strings.
- 
                            profiles: string
                            
                            Profiles names, multiple profile can be given by comma separated strings.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/xml
- application/json
200 Response
Export Successful.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
string(binary)400 Response
Bad Request.
                            
                            
                                Root Schema : Error
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errCode: string
                    
                    
                     
                    
                
                
                Veridata Error Code.
- 
                
                    
                    errMsg: string
                    
                    
                     
                    
                
                
                Veridata Error Message.
Example:
    
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}401 Response
Unauthorized.
                            
                            
                                Root Schema : Error
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errCode: string
                    
                    
                     
                    
                
                
                Veridata Error Code.
- 
                
                    
                    errMsg: string
                    
                    
                     
                    
                
                
                Veridata Error Message.
Example:
    
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}404 Response
Not Found.
                            
                            
                                Root Schema : Error
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errCode: string
                    
                    
                     
                    
                
                
                Veridata Error Code.
- 
                
                    
                    errMsg: string
                    
                    
                     
                    
                
                
                Veridata Error Message.
Example:
    
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}500 Response
Server Error.
                            
                            
                                Root Schema : Error
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errCode: string
                    
                    
                     
                    
                
                
                Veridata Error Code.
- 
                
                    
                    errMsg: string
                    
                    
                     
                    
                
                
                Veridata Error Message.
Example:
    
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}