IBM::UrbanCode::SoftwareDeploy::UCD

This resource type represents a deployment instance of a component. In most cases, this resource type is associated with a IBM::UrbanCode::SoftwareConfig::UCD resource.
Table 1. Properties
Name Type Required Description
agent_timeout String False The amount of time in seconds that the resource waits for the agent to come online
apply_config String False A resource reference that captures configuration information
server String False A resource reference to the server that hosts this deployment
version String False The name or identifier of the component version to deploy, or "LATEST" for the most recent version
Table 2. Attributes
Name Description
application_name The name of the application to modify on the server.
component_name The name of the component to deploy or update.
component_path The fully qualified hierarchical path of the component in the resource tree.
component_process The name or ID of the component process to run for the component.
status The status of the deployment.
ucd_password The password or token of the user to authenticate as with the server.
ucd_server_url The web URL of the server. For example, http://mydevops-server.example.com:8443.
ucd_username The user name to authenticate as with the server.
url The URL of the deployed component

Feedback