...
- GET /ServiceSpecification/{serviceSpecId} : check response code 200 and the serviceSpecification is in the response body
- GET /ServiceSpecification : check response code 200 and the response contains some ServiceSpecifications
...
- GET /service/{serviceInstanceId} : check response code 200 and the service is in the response body
- GET /service: check response code 200 and the response contains some service instances
...