Skip to main content
 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"
}