ACS::ECS::ConfigureOOSPackageWithTemporaryURL

更新时间:
复制 MD 格式

Installs a custom OOS software package on an ECS instance by using a temporary URL.

Action

ACS::ECS::ConfigureOOSPackageWithTemporaryURL

Description

Installs a custom CloudOps Orchestration Service (OOS) software package on an Elastic Compute Service (ECS) instance by using a temporary URL.

Syntax

Action: ACS::ECS::ConfigureOOSPackageWithTemporaryURL
Properties:
  regionId: String
  instanceId: String
  action: String
  packageName: String
  packageVersion: String
  parameters: Json

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The region ID.

String

No

{{ ACS::RegionId }}

instanceId

The ID of the ECS instance.

String

Yes

action

The operation to perform on the software package.

String

No

install

packageName

The name of the software package.

String

Yes

packageVersion

The version of the software package.

String

No

""

parameters

The parameters to pass to the command.

Json

No

{}

Output

Output item

Description

Type

commandOutput

String

configurationOutput

String

References

For more information, see ACS::ECS::ConfigureOOSPackageWithTemporaryURL.yml at GitHub.