ServiceInsertionServiceListResult
Service List
Properties
array of
ResourceLink
_links
Optional
The server will populate this field when returing the resource. Ignored on PUT and POST.
string
_schema
Optional
Schema for this resource
string
cursor
Optional
Opaque cursor to be used for getting next page of records (supplied by current result page)
integer
result_count
Optional
Count of results found (across all pages), set only on first page
array of
ServiceDefinition
results
Optional
List of the Service-Insertion Services. The list has to be homogenous.
boolean
sort_ascending
Optional
If true, results are sorted in ascending order
string
sort_by
Optional
Field by which records are sorted
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"cursor": "string",
"result_count": 0,
"results": [
{
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_protection": "string",
"_revision": 0,
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_system_owned": false,
"attachment_point": [
"string"
],
"description": "string",
"display_name": "string",
"functionalities": [
"string"
],
"id": "string",
"implementations": [
"string"
],
"on_failure_policy": "string",
"resource_type": "string",
"service_capability": {
"can_decrement_si": false,
"nsh_liveness_support_enabled": false
},
"service_deployment_spec": {
"deployment_specs": [
{
"host_type": "string",
"min_host_version": "string",
"name": "string",
"ovf_url": "string",
"service_form_factor": "string"
}
],
"deployment_template": [
{
"attributes": [
{
"attribute_type": "string",
"display_name": "string",
"key": "string",
"read_only": false,
"value": "string"
}
],
"name": "string"
}
],
"nic_metadata_list": [
{
"interface_index": 0,
"interface_label": "string",
"interface_type": "string",
"transports": [
"string"
],
"user_configurable": false
}
],
"svm_version": "string"
},
"service_manager_id": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"transports": [
"string"
],
"vendor_id": "string"
}
],
"sort_ascending": false,
"sort_by": "string"
}