http://192.168.99.100/v1/services
[
{
"portNumber": "5556",
"parameters": {
"network_url": {
"description": "URL of the source SIF network file.",
"required": true,
"type": "string"
}
},
"description": "Kernel generator service.",
"serviceName": "kernel"
},
{
"portNumber": "5548",
"parameters": [
{
"description": "arg",
"required": true,
"name": "arg",
"type": "string"
}
],
"description": "Shell script worker example",
"serviceName": "shell"
},
{
"portNumber": "5557",
"parameters": {
"kernel_url": {
"description": "URL of the pre-computed kernel file.",
"required": true,
"type": "string"
},
"network_url": {
"description": "URL of the SIF network file for the kernel.",
"required": true,
"type": "string"
},
"query": {
"description": "Array of gene names to be used for sub network search.",
"required": true,
"type": "array"
}
},
"description": "Heat diffusion sub network finder service.",
"serviceName": "subnet"
},
{
"portNumber": "5561",
"parameters": [
{
"description": "Input file location",
"required": true,
"name": "inputFile",
"type": "string"
}
],
"description": "NBS worker sample",
"serviceName": "nbs"
},
{
"portNumber": "5559",
"parameters": [
{
"description": "Any string message to be returned.",
"required": true,
"name": "message",
"type": "string"
}
],
"description": "Sample Python worker to display greeting message",
"serviceName": "hello-python"
},
{
"portNumber": "5549",
"parameters": [
{
"description": "Unique network ID in NDEx",
"required": true,
"name": "network_id",
"type": "string"
}
],
"description": "Sample Python worker to process network from NDEx",
"serviceName": "ndex"
},
{
"portNumber": "5560",
"parameters": [
{
"description": "Greeting message",
"required": true,
"name": "message",
"type": "string"
}
],
"description": "Sample Java worker to display greeting message",
"serviceName": "hello-java"
}
]