Skip to content

Commit eba9585

Browse files
author
Nicola Cadenelli
committed
Solve some markdown warnings
1 parent 500e127 commit eba9585

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

code/API_definitions/Discovery/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ This API allows a developer to:
1010

1111
- discover available MEC platforms, ranked by proximity to a UE.
1212
- read the state (availability and capabilities) of an operator's various MEC platforms.
13-
- register a service profile (a description of the developer's edge service) with the MEC operator
14-
- register the deployed service endpoints with the MEC operator, which allows the closest service endpoint to be discovered at runtime
13+
- register a service profile (a description of the developer's edge service) with the MEC operator.
14+
- register the deployed service endpoints with the MEC operator, which allows the closest service endpoint to be discovered at runtime.
1515

1616
The API will also support the following capabilities:
1717

18-
- events(such as change of status of a MEC platform or another event which could affect their service)
18+
- events(such as change of status of a MEC platform or another event which could affect their service).
1919
- subscription to notification of events.
2020

21-
# Mapping to the list of intents
21+
## Mapping to the list of intents
2222

2323
These APIs fulfil the ['discovery' intents](https://github.com/camaraproject/EdgeCloud/blob/main/documentation/SupportingDocuments/Harmonisation%20of%20APIs/describing%20and%20harmonising%20the%20Edge%20APIs.md)
2424

25-
*Simple Edge Discovery* fulfils a single intent, "4. I can discover the closest MEC platform to a specific terminal (closest in terms of shortest network path)"
25+
*Simple Edge Discovery* fulfils a single intent, "4. I can discover the closest MEC platform to a specific terminal (closest in terms of shortest network path)"
2626

2727
*MEC Exposure and Experience Management* is a more comprehensive discovery API and fulfils the following intents:
2828

2929
### Developer intents
3030

3131
#### Provisioning intents
3232

33-
1. I can retrieve a list of the operator’s MECs and their status, ordering the results by location and filtering by status (active/inactive/unknown)
33+
1. "I can retrieve a list of the operator’s MECs and their status, ordering the results by location and filtering by status (active/inactive/unknown)"
3434
2. "I can discover the capabilities/resources available at an operator’s MEC: CPU, Memory, Storage, GPU"
3535
3. "I can discover the geographical regions covered by the operators MECs"
3636
4. "I can discover the closest MEC platform to a specific terminal (closest in terms of shortest network path)"
3737

38-
16. I can ask the operator to provide the details of all the on-boarded applications
38+
16. "I can ask the operator to provide the details of all the on-boarded applications"
3939
17. "I can ask the operator to inform about the application instance details e.g., communication endpoints, resource consumed etc"
4040

4141
#### Runtime intents
@@ -48,12 +48,12 @@ These APIs fulfil the ['discovery' intents](https://github.com/camaraproject/Edg
4848

4949
#### Provisioning intents
5050

51-
23. I can publish an (ordered, filtered) list of my MECs, their coverage, capabilities and status *(aligns with 1,2,3 in the developer intents)*
52-
24. I can map an application’s requirements to the best MEC for hosting it, based on application demands for CPU, Memory, Storage, GPU, bandwidth, Network forecast, mobility *(aligns with 4,5,8,9)*
51+
23. "I can publish an (ordered, filtered) list of my MECs, their coverage, capabilities and status" *(aligns with 1,2,3 in the developer intents)*
52+
24. "I can map an application’s requirements to the best MEC for hosting it, based on application demands for CPU, Memory, Storage, GPU, bandwidth, Network forecast, mobility" *(aligns with 4,5,8,9)*
5353

5454
#### Runtime intents
5555

56-
25. I can inform the developer of any event which changes which MEC is optimal for their application and connected terminals *(aligns with 6)*
56+
25. "I can inform the developer of any event which changes which MEC is optimal for their application and connected terminals" *(aligns with 6)*
5757

5858
## Notes
5959

0 commit comments

Comments
 (0)