Get Personality

Get Personality

Get the Personality for id

Request
URI
GET
https://sfo-vcf01.rainpole.io/v1/personalities/{personalityId}
COPY
Path Parameters
string
personalityId
Required

Personality ID


Responses
200

OK

Returns 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",
        "content": {},
        "defaultPort": 0,
        "file": "string",
        "host": "string",
        "path": "string",
        "port": 0,
        "protocol": "string",
        "query": "string",
        "ref": "string",
        "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"
        },
        "components": {
            "components": {
                "details": {
                    "displayName": "string",
                    "displayVersion": "string",
                    "vendor": "intel"
                },
                "version": "1.3.2.8-1OEM.650.0.0.4598673"
            }
        },
        "hardwareSupport": {
            "packages": {
                "packages": {
                    "pkg": "string",
                    "version": "string"
                }
            }
        }
    },
    "tags": [
        "string"
    ],
    "version": "string",
    "vsphereExportedIsoPath": "string",
    "vsphereExportedJsonPath": "string",
    "vsphereExportedZipPath": "string"
}
string
createdBy
Optional

Personality created by

string
description
Required

Personality description

string
displayName
Required

Personality displayName

string
imageChecksum
Required

Personality image checksum

string
imageSize
Required

Personality image size

kbArticles
Optional

kbArticles

string
personalityId
Required

Personality id

string
personalityName
Required

Personality name

integer As int64 As int64
releaseDate
Optional

Personality Release date

softwareInfo
Required

SoftwareSpec contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.

array of string
tags
Optional

Personality tags

string
version
Required

Personality Version

string
vsphereExportedIsoPath
Required

Personality depot path

string
vsphereExportedJsonPath
Required

Personality depot path

string
vsphereExportedZipPath
Required

Personality depot path


404

Personality not found

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.

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


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.

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