View list of all service configurations
get
                    /gsadmin/v1/{appName}/configuration/services
Returns the high level service configuration blocks for the specified application. Returns metadata about the configurations (e.g. who created it and when) along with a list of owner attributes. 
 If zip extension is specified (add ".zip" at the end of the path), the attributes are exported as a zip file.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/json
- application/zip
200 Response
The services configuration metadata.
                
                
                    Nested Schema : BaseECR
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            ecr:createDate(optional): 
            string
            Date this object was first created. Found in responses. Ignored in POST/PUT payloads.Example:2018-01-01T13:41:03.858-04:00
- 
            ecr:lastModified(optional): 
            string
            Date this object was last modified. Found in responses. Ignored in POST/PUT payloads.Example:2018-01-01T13:41:03.858-04:00
- 
            ecr:lastModifiedBy(optional): 
            string
            User who last modified this object. Found in responses. Ignored in POST/PUT payloads.Example:admin
Nested Schema : ServicesFolder-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            ecr:type(optional): 
            string
            Default Value:configuration-services
- 
            services(optional): 
             ServiceConfig
            
            Contains configuration for services.
Nested Schema : ServiceConfig-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            ecr:type(optional): 
            string
            Default Value:configuration-service
- 
            enabled(optional): 
            boolean
            
- 
            noOfRecommendations(optional): 
            integer
            
- 
            serviceUrl(optional): 
            string