Roll version for Casablanca
[ccsdk/sli/adaptors.git] / resource-assignment / provider / src / test / resources / param.txt
1 isAvailable:\r
2         Input in ctx:\r
3                 tmp.resource-allocator.aic-site-id\r
4                 tmp.resource-allocator.speed\r
5                 tmp.resource-allocator.speed-unit\r
6         Output in ctx:\r
7                 tmp.resource-allocator.max-available-speed\r
8                 tmp.resource-allocator.speed-unit\r
9         Return:\r
10                 SUCCESS – capacity available\r
11                 NOT_FOUND – capacity not available\r
12                         Error message in: error-message, error-code\r
13                 FAILURE – the check has failed (data error, code defect, etc)\r
14                         Error message in: error-message, error-code\r
15 \r
16 Reserve:\r
17         Input in ctx:\r
18                 tmp.resource-allocator.aic-site-id\r
19                 tmp.resource-allocator.speed\r
20                 tmp.resource-allocator.speed-unit\r
21                 tmp.resource-allocator.service-instance-id\r
22                 tmp.resource-allocator.request-type { New, Change }\r
23         Output in ctx:\r
24                 tmp.resource-allocator-output.max-available-speed\r
25                 tmp.resource-allocator-output.speed-unit\r
26         Return:\r
27                 SUCCESS – capacity available\r
28                 NOT_FOUND – capacity not available\r
29                         Error message in: error-message, error-code\r
30                 FAILURE – the check has failed (data error, code defect, etc)\r
31                         Error message in: error-message, error-code\r
32 \r
33 Release:\r
34         Input in ctx:\r
35                 tmp.resource-allocator.service-instance-id\r
36                 tmp.resource-allocator.request-type { Activate, Cancel, Disconnect }\r
37         Return:\r
38                 SUCCESS – capacity available\r
39                 FAILURE – the check has failed (data error, code defect, etc)\r
40                         Error message in: error-message, error-code\r
41 \r
42 \r
43 Plugin name: org.onap.ccsdk.sli.adaptors.ra.ResourceAllocator\r
44 Resource: NetworkCapacity\r