camaraproject / EdgeCloud

Repository to describe, develop, document and test the EdgeCloud API family
Apache License 2.0
13 stars 44 forks source link

In Application_Endpoint_Discovery API, the examples provided should also include the AppId header #267

Open gunjald opened 3 weeks ago

gunjald commented 3 weeks ago

As the goal of the Application endpoint discovery is about the application itself so the examples shown shall include the "AppId" header.

GET /apps-endpoints?filter=closest HTTP/1.1 Host: example.com Authorization: Bearer {your_access_token} Accept: application/json Network-Access-Identifier: 4d596ac1-7822-4927-a3c5-d72e1f922c94@domain.com AppId: example-edge-app

The example-edge-app is just a random example name to refer to the edge application being discovered.