Get Trusted Certificates
Get the trusted certificates from the SDDC Manager
Request
            
                URI
                    
                                GET                            
                            https://sfo-vcf01.rainpole.io/v1/sddc-manager/trusted-certificates
                            COPY
                    Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        PageOfTrustedCertificate                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "elements": [
        {
            "alias": "vcf_59:24:D5:18:04:A0:26:B0:A4:05:EA:82:60:95:82:A2:4B:F6:31:FB:81:93:01:F3:29:7D:34:9C:D3:05:39:90",
            "certificate": "-----BEGIN CERTIFICATE-----\nMIIFq...\n-----END CERTIFICATE-----"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
                500            
            
        Internal server error
                Returns 
                
                                    
                        Error                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "context": {
        "context": "string"
    },
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                arguments            
                            Optional
            
            
        The arguments used to localize the message, Can be used by scripts to automate the error processing.
            
            
                                    object
                
                
            
        
        
                context            
                            Optional
            
            
        The error context (e.g. the component where it occurred).
            
            
                                    string
                
                
            
        
        
                errorCode            
                            Optional
            
            
        The minor error code
            
            
                                    string
                
                
            
        
        
                errorType            
                            Optional
            
            
        The error type
            
            
                                    string
                
                
            
        
        
                message            
                            Optional
            
            
        The localized error message
            
            
                                    string
                
                
            
        
        
                referenceToken            
                            Optional
            
            
        A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
            
            
                                    string
                
                
            
        
        
                remediationMessage            
                            Optional
            
            
        The localized remediation error message
Trusted Certificates Operations
        
                                            
                        
                            
                                    POST                                
                                
                                        Add Trusted Certificate                                    
                                
                                    DELETE                                
                                
                                        Delete Trusted Certificate                                    
                                
                                    GET                                
                                
                                        Get Trusted Certificates                                    
                                