Skip to main content
Version: latest

Registers the custom cloud type

POST 

/v1/clouds/cloudTypes/register

Registers the custom cloud type

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

Request payload to register custom cloud type

    metadata

    object

    ObjectMeta input entity for object creation

    annotations

    object

    Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.

    property name*string

    labels

    object

    Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag

    property name*string
    namestring

    Name of the resource.

    spec

    object

    Custom cloud request entity spec

    cloudCategorystring

    Possible values: [datacenter, cloud, edge]

    Default value: cloud

    Cloud category description

    displayNamestring

    Custom cloud displayName

    isControlPlaneManagedboolean

    If the custom cloud is a managed cluster

    logostring

    Custom cloud logo

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...