Skip to main content

Provision MediaAgents or AccessNode using scale config

API To Provision MediaAgents or AccessNode using scale Config

Request Body
  • scaleProfile object required
  • id int32
  • name string
  • region object required
  • id int32
  • name string
  • mediaAgentGroup object required
  • id int32
  • name string
  • authCode password required
  • osType string

    Possible values: [WINDOWS, UNIX]

    OS types

  • imageType ComputeImageType

    Possible values: [COMPUTE_MEDIAAGENT, COMPUTE_ACCESSNODE]

    Image Type to provision AccessNode or MediaAgent

  • displayName string

    Custom display name of provisioned infra

  • infrastructureSize ComputeSizeType

    Possible values: [SMALL, MEDIUM, LARGE, XLARGE, CUSTOM]

    T-Shirt or infrastructure size of provisioned infra

Responses

OK


Schema
  • error object
  • errorMessage string
  • errorCode int32
  • provisionedClient object
  • id int32
  • name string
Loading...