Skip to main content
Version: latest

Imports a cluster profile via file

POST 

/v1/clusterprofiles/import/file

Imports a cluster profile via file

Request

Query Parameters

    publish boolean

    If true then cluster profile will be published post successful import

    format string

    Possible values: [yaml, json]

    Default value: json

    Cluster profile import file format ["yaml", "json"]

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    importFilebinary

    Cluster profile import file

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...