forked from awslabs/mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatasphere-config.json
More file actions
36 lines (36 loc) · 1012 Bytes
/
Copy pathdatasphere-config.json
File metadata and controls
36 lines (36 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"tenant_id": "f45fa9cc-f4b5-4126-ab73-b19b578fb17a",
"region": "eu10",
"base_url": "https://f45fa9cc-f4b5-4126-ab73-b19b578fb17a.eu10.hcs.cloud.sap",
"working_endpoints": {
"health": "/health",
"status": "\u2705 Working"
},
"api_subdomains": [
"api-f45fa9cc-f4b5-4126-ab73-b19b578fb17a.eu10.hcs.cloud.sap",
"f45fa9cc-f4b5-4126-ab73-b19b578fb17a-api.eu10.hcs.cloud.sap",
"rest-f45fa9cc-f4b5-4126-ab73-b19b578fb17a.eu10.hcs.cloud.sap"
],
"authentication": {
"type": "basic_auth",
"username": "GE230769",
"status": "\u2705 Working (no 401 errors)"
},
"service_info": {
"type": "SAP Analytics Cloud / Datasphere",
"headers": {
"x-sap-sac-ar-instance-id": "Present"
}
},
"api_status": {
"tested_endpoints": [
"/api/v1/spaces",
"/api/v1/catalog",
"/api/v1/metadata",
"/odata/v4/catalog",
"/$metadata"
],
"status": "\u274c All return 404",
"next_steps": "Check documentation and permissions"
}
}