Update stub api for vfc
[vfc/gvnfm/vnfmgr.git] / mgr / mgr / samples / data / urlmap.conf
1 GET ##
2 ^/api/ms1/v1/samples/(?P<sampleId>[0-9a-zA-Z\-\_]+)$ ##
3 200 ##
4 {
5     "sampleId": "<sampleId>"
6 }
7 =##=
8 GET ##
9 ^/api/ms1/v1/yyyy/2$ ##
10 200 ##
11 {
12     "status": "ng"
13 }