Get Personalities

Get Personalities

Get the Personalities which are available via depot access.

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/personalities
COPY
Query Parameters
string
baseOSVersion
Optional

The base OS version

string
addOnName
Optional

The add on name

string
addOnVendorName
Optional

The add on vendor name

string
componentName
Optional

The component name

string
componentVendorName
Optional

The component vendor name

string
personalityName
Optional

personalityName


Responses
200

Ok

Returns Array of Personality of type(s) application/json
[
    {
        "createdBy": "string",
        "description": "ESXi 7.0 Dell Personality",
        "displayName": "ESXi 7.0 Dell Personality",
        "imageChecksum": "string",
        "imageSize": "string",
        "kbArticles": {
            "authority": "string",
            "defaultPort": 0,
            "file": "string",
            "host": "string",
            "path": "string",
            "port": 0,
            "protocol": "string",
            "query": "string",
            "ref": "string",
            "serializedHashCode": 0,
            "userInfo": "string"
        },
        "personalityId": "string",
        "personalityName": "string",
        "releaseDate": 0,
        "softwareInfo": {
            "addOn": {
                "displayName": "string",
                "displayVersion": "string",
                "name": "DELL-sample-Addon",
                "vendor": "Dell",
                "version": "2.0-1"
            },
            "baseImage": {
                "details": {
                    "displayName": "7.0.0-0.0.30340198",
                    "displayVersion": "string",
                    "releaseDate": {
                        "calendarType": "string",
                        "firstDayOfWeek": 0,
                        "lenient": false,
                        "minimalDaysInFirstWeek": 0,
                        "time": "string",
                        "timeInMillis": 0,
                        "timeZone": {
                            "displayName": "string",
                            "dstsavings": 0,
                            "id": "string",
                            "rawOffset": 0
                        },
                        "weekDateSupported": false,
                        "weekYear": 0,
                        "weeksInWeekYear": 0
                    }
                },
                "version": "7.0.0-0.0.30340198"
            },
            "hardwareSupport": {}
        },
        "tags": [
            "string"
        ],
        "version": "string",
        "vsphereExportedIsoPath": "string",
        "vsphereExportedJsonPath": "string",
        "vsphereExportedZipPath": "string"
    }
]

500

Internal Server Error

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "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.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

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

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

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