Retrieve Amorphic System Information
This new API let the user retrieve Amorphic system information such as version, environment, AWS account Id etc.
Property | Value |
---|---|
Http Method | GET |
API | <API_GW_URL>/<environment>/system-information |
Example Response:
{
"Version": "1.12",
"Environment": "dev",
"ProjectName": "SomeDatalake",
"ProjectShortname": "cdap",
"AWSRegion": "us-west-2",
"AWSAccountId": "012345678901"
}