Summary
List of Service Models
Description
List of service models in NSO (Network Service Orchestrator).
Route
GET /service_catalog/ServiceModels
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
This method has no parameters |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
service_models |
array |
Available service models. |
Copied to Clipboard
[
{
"_id": "fe1bfeee-61b8-404d-aefc-dc57be92ff02",
"service_id": "/ncs:services/itential_test:choices",
"name": "test",
"description": "test",
"groups": [
"admin",
"admin",
"admin",
"admin",
"admin"
],
"job_groups": [
"admin"
],
"form_id": "912fd926-5391-48ff-b265-394d00640f4f",
"worflow": "testWF",
"variable_name": "testVar",
"createdBy": "admin@pronghorn",
"created": "2019-04-18T12:44:40.112Z",
"lastUpdatedBy": "admin@pronghorn",
"lastUpdated": "2019-04-18T12:44:40.112Z"
},
{
"_id": "fe1bfeee-61b8-404d-aefc-dc57be92ff02",
"service_id": "/ncs:services/itential_test:choices",
"name": "test",
"description": "test",
"groups": [
"admin"
],
"job_groups": [
"admin",
"admin",
"admin",
"admin"
],
"form_id": "912fd926-5391-48ff-b265-394d00640f4f",
"worflow": "testWF",
"variable_name": "testVar",
"createdBy": "admin@pronghorn",
"created": "2019-04-18T12:44:40.112Z",
"lastUpdatedBy": "admin@pronghorn",
"lastUpdated": "2019-04-18T12:44:40.112Z"
}
]