Skip to main content
info
This documentation is for version current of the product.
For the latest version(v2.7) documentation click here
 print this page

Retrieve Amorphic System Information

This new API let the user retrieve Amorphic system information such as version, environment, AWS account Id etc.

PropertyValue
Http MethodGET
API<API_GW_URL>/<environment>/system-information

Example Response:

{
"Version": "1.12",
"Environment": "dev",
"ProjectName": "SomeDatalake",
"ProjectShortname": "cdap",
"AWSRegion": "us-west-2",
"AWSAccountId": "012345678901"
}