HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloper
API Reference

Validate Apply State for an App

This endpoint provides a way to validate app configuration and templateParameter variables before executing the apply. This only validates the configuration to see any planned changes and it does not actually apply the changes. This action only applies to Terraform, CloudFormation and ARM and will return an HTTP 400 error for other types.

Note: This call is asyncronous and returns the execution-id. For the results of the proposed change see /api/execution-request/{uniqueId}

Path Params
int64
required

Morpheus ID of the Object being referenced

Body Params
templateParameter
object

Template Parameter object. A map of key-value pairs that correspond to the template variables i.e. tfvars

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json