cancel
Showing results for 
Search instead for 
Did you mean: 

Datasphere Analytic Model oData: 404 Resource Not Found

mitko1994
Participant
0 Kudos
481

Hello,

I'm trying to write the correct URL in order to retrieve data from an AM we have on our Datasphere tenant.

The AM has multiple filter variables, 2 of which are mandatory. The mandatory variables are START_DATE and END_DATE. I currently have my URL formed the following way:

https://<tenant>.cloud.sap/api/v1/dwc/consumption/analytical/<space>/<am_id>/<am_id>(START_DATE=2023-12-29,END_DATE=2023-12-29)/Set

This results in 

{"status":404,"message":"Resource not found"}

If I request the metadata for the AM, it works fine and returns the structure

https://<tenant>.cloud.sap/api/v1/dwc/consumption/analytical/<space>/<am_id>/$metadata

 What am I doing wrong to not get any data back? Are there any restrictions? How can I troubleshoot this?

Thanks

 

View Entire Topic
Lora0121
Explorer
0 Kudos

@TuncayKaraca 

I am also curious about this.

The AM model I am trying to consume via OData contains multiple of the same dimension.
ex) CO_AREA →  0CO_AREA∞D19, 0CO_AREA∞D20, 0CO_AREA∞D21

What does "∞" mean?
How can I check where each dimension is coming from?