Skip to main content

Compare specified container stack configuration revisions

GET 

/api/v1/orgs/{orgId}/stack-configs/revisions/diff

Overview: Compare two container stack configurations revisions and return their differences.

• Git-like Diff: The output provides a detailed comparison similar to a standard git diff tool.

• Field-level Analysis: Compares all stack properties, including metadata.

• Environment Variables: Includes a detailed comparison of environment configurations.

• Compose Content Deep Dive: Compares the decoded Docker Compose file content (Base64 decoded).

Request

Responses

OK