ServiceInstanceQueryParameters (type)

{
  "id": "ServiceInstanceQueryParameters", 
  "module_id": "ServiceInsertion", 
  "properties": {
    "deployed_to": {
      "description": "The deployed_to attribute in Service Instance. Currently only Logical Router id is supported as deployed_to value. Single value is supported in current release.", 
      "required": false, 
      "title": "Deployed_to referenced by service instances present in system", 
      "type": "string"
    }, 
    "service_deployment_id": {
      "description": "Service Deployment Id using which the instances were deployed. Single value is supported in current release.", 
      "required": false, 
      "title": "Service Deployment Id using which the instances were deployed", 
      "type": "string"
    }
  }, 
  "title": "Service Instance query parameters", 
  "type": "object"
}