Retrieve All Sddcs
Retrieve all SDDCs
Request
            
                URI
                    
                                GET                            
                            https://sfo-vcf01.rainpole.io/v1/sddcs
                            COPY
                    Responses
                        
                200            
            
        Accepted
                Returns 
                
                                    
                        PageOfSddcTask                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "elements": [
        {
            "creationTimestamp": "string",
            "id": "string",
            "localizableNamePack": {
                "arguments": [
                    "string"
                ],
                "component": "string",
                "message": "string",
                "messageKey": "string"
            },
            "name": "string",
            "sddcSubTasks": [
                {
                    "creationTimestamp": "string",
                    "description": "string",
                    "errors": [
                        {
                            "arguments": [
                                "string"
                            ],
                            "causes": [
                                {
                                    "message": "string",
                                    "type": "string"
                                }
                            ],
                            "context": {
                                "context": "string"
                            },
                            "errorCode": "string",
                            "errorType": "string",
                            "message": "string",
                            "nestedErrors": [
                                "Error Object"
                            ],
                            "referenceToken": "string",
                            "remediationMessage": "string"
                        }
                    ],
                    "localizableDescriptionPack": {
                        "arguments": [
                            "string"
                        ],
                        "component": "string",
                        "message": "string",
                        "messageKey": "string"
                    },
                    "localizableNamePack": {
                        "arguments": [
                            "string"
                        ],
                        "component": "string",
                        "message": "string",
                        "messageKey": "string"
                    },
                    "name": "string",
                    "processingStateDescription": "string",
                    "processingStateName": "string",
                    "sddcId": "123e4567-e89b-42d3-a456-556642440000",
                    "status": "INITIALIZED, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE, PREVALIDATION_COMPLETED_WITH_SUCCESS, PREVALIDATION_COMPLETED_WITH_FAILURE, POSTVALIDATION_COMPLETED_WITH_SUCCESS, POSTVALIDATION_COMPLETED_WITH_FAILURE,IN_PROGRESS, PREVALIDATION_IN_PROGRESS, POSTVALIDATION_IN_PROGRESS, INTERNAL_ERROR",
                    "updateTimestamp": "string"
                }
            ],
            "status": "One among: IN_PROGRESS, COMPLETED_WITH_SUCCESS, ROLLBACK_SUCCESS, COMPLETED_WITH_FAILURE"
        }
    ],
    "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
Sddc Operations
        
                                            
                        
                            
                                    POST                                
                                
                                        Convert To Json Spec                                    
                                
                                    POST                                
                                
                                        Create Sddc                                    
                                
                                    GET                                
                                
                                        Get All Sddc Validations                                    
                                
                                    GET                                
                                
                                        Get Bringup Detail Report                                    
                                
                                    GET                                
                                
                                        Get Bringup Info                                    
                                
                                    GET                                
                                
                                        Get Bringup Validation Report                                    
                                
                                    GET                                
                                
                                        Get Sddc Manager Info                                    
                                
                                    GET                                
                                
                                        Get Sddc Validation                                    
                                
                                    GET                                
                                
                                        Retrieve All Sddcs                                    
                                
                                    GET                                
                                
                                        Retrieve SDDC                                    
                                
                                    PATCH                                
                                
                                        Retry Sddc                                    
                                
                                    PATCH                                
                                
                                        Retry Sddc Validation                                    
                                
                                    POST                                
                                
                                        Validate Sddc Spec                                    
                                