| rfc8896v2.txt | rfc8896.txt | |||
|---|---|---|---|---|
| skipping to change at line 1203 ¶ | skipping to change at line 1203 ¶ | |||
| In the following example, the ALTO Client sends its request on | In the following example, the ALTO Client sends its request on | |||
| Tuesday, July 1st 2019 at 13:15. | Tuesday, July 1st 2019 at 13:15. | |||
| The "routingcost" values are assumed to be encoded in 3 digits. | The "routingcost" values are assumed to be encoded in 3 digits. | |||
| POST /calendar/endpointcost/lookup HTTP/1.1 | POST /calendar/endpointcost/lookup HTTP/1.1 | |||
| Host: custom.alto.example.com | Host: custom.alto.example.com | |||
| Content-Length: 304 | Content-Length: 304 | |||
| Content-Type: application/alto-endpointcostparams+json | Content-Type: application/alto-endpointcostparams+json | |||
| Accept: application/alto-endpointcost+json,application/alto-error+json | Accept: application/alto-endpointcost+json, | |||
| application/alto-error+json | ||||
| { | { | |||
| "cost-type" : {"cost-mode" : "numerical", | "cost-type" : {"cost-mode" : "numerical", | |||
| "cost-metric" : "routingcost"}, | "cost-metric" : "routingcost"}, | |||
| "calendared" : [true], | "calendared" : [true], | |||
| "endpoints" : { | "endpoints" : { | |||
| "srcs": [ "ipv4:192.0.2.2" ], | "srcs": [ "ipv4:192.0.2.2" ], | |||
| "dsts": [ | "dsts": [ | |||
| "ipv4:192.0.2.89", | "ipv4:192.0.2.89", | |||
| "ipv4:198.51.100.34", | "ipv4:198.51.100.34", | |||
| skipping to change at line 1291 ¶ | skipping to change at line 1292 ¶ | |||
| In the following example transaction, the ALTO Client sends its | In the following example transaction, the ALTO Client sends its | |||
| request on Tuesday, July 1st 2019 at 13:15. | request on Tuesday, July 1st 2019 at 13:15. | |||
| This example assumes that the values of metric "owdelay" and | This example assumes that the values of metric "owdelay" and | |||
| "routingcost" are encoded in 3 digits. | "routingcost" are encoded in 3 digits. | |||
| POST calendar/endpointcost/lookup HTTP/1.1 | POST calendar/endpointcost/lookup HTTP/1.1 | |||
| Host: custom.alto.example.com | Host: custom.alto.example.com | |||
| Content-Length: 390 | Content-Length: 390 | |||
| Content-Type: application/alto-endpointcostparams+json | Content-Type: application/alto-endpointcostparams+json | |||
| Accept: application/alto-endpointcost+json,application/alto-error+json | Accept: application/alto-endpointcost+json, | |||
| application/alto-error+json | ||||
| { | { | |||
| "cost-type" : {}, | "cost-type" : {}, | |||
| "multi-cost-types" : [ | "multi-cost-types" : [ | |||
| {"cost-mode" : "numerical", "cost-metric" : "routingcost"}, | {"cost-mode" : "numerical", "cost-metric" : "routingcost"}, | |||
| {"cost-mode" : "numerical", "cost-metric" : "owdelay"} | {"cost-mode" : "numerical", "cost-metric" : "owdelay"} | |||
| ], | ], | |||
| "calendared" : [true, true], | "calendared" : [true, true], | |||
| "endpoints" : { | "endpoints" : { | |||
| "srcs": [ "ipv4:192.0.2.2" ], | "srcs": [ "ipv4:192.0.2.2" ], | |||
| skipping to change at line 1579 ¶ | skipping to change at line 1581 ¶ | |||
| 9.2. Informative References | 9.2. Informative References | |||
| [ALTO_METRICS] | [ALTO_METRICS] | |||
| Wu, Q., Yang, Y. R., Dhody, D., Randriamasy, S., and L. M. | Wu, Q., Yang, Y. R., Dhody, D., Randriamasy, S., and L. M. | |||
| Contreras, "ALTO Performance Cost Metrics", Work in | Contreras, "ALTO Performance Cost Metrics", Work in | |||
| Progress, Internet-Draft, draft-ietf-alto-performance- | Progress, Internet-Draft, draft-ietf-alto-performance- | |||
| metrics-09, 9 March 2020, <https://tools.ietf.org/html/ | metrics-09, 9 March 2020, <https://tools.ietf.org/html/ | |||
| draft-ietf-alto-performance-metrics-09>. | draft-ietf-alto-performance-metrics-09>. | |||
| [ANALYTICS] | ||||
| Xiang, Q., Zhang, J., Le, F., Yang, Y. R., and H. Newman, | ||||
| "Resource Orchestration for Multi-Domain, Exascale, Geo- | ||||
| Distributed Data Analytics", Work in Progress, Internet- | ||||
| Draft, draft-xiang-alto-multidomain-analytics-03, 9 March | ||||
| 2020, <https://tools.ietf.org/html/draft-xiang-alto- | ||||
| multidomain-analytics-03>. | ||||
| [BRAESS_PARADOX] | [BRAESS_PARADOX] | |||
| Steinberg, R. and W. Zangwill, "The Prevalence of Braess' | Steinberg, R. and W. Zangwill, "The Prevalence of Braess' | |||
| Paradox", Transportation Science Vol. 17, No. 3, | Paradox", Transportation Science Vol. 17, No. 3, | |||
| DOI 10.1287/trsc.17.3.301, 1 August 1983, | DOI 10.1287/trsc.17.3.301, 1 August 1983, | |||
| <https://doi.org/10.1287/trsc.17.3.301>. | <https://doi.org/10.1287/trsc.17.3.301>. | |||
| [RFC2818] Rescorla, E., "HTTP Over TLS", RFC 2818, | [RFC2818] Rescorla, E., "HTTP Over TLS", RFC 2818, | |||
| DOI 10.17487/RFC2818, May 2000, | DOI 10.17487/RFC2818, May 2000, | |||
| <https://www.rfc-editor.org/info/rfc2818>. | <https://www.rfc-editor.org/info/rfc2818>. | |||
| End of changes. 3 change blocks. | ||||
| 10 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||