Get services from NfVOS.
Since Product Version: 3.1
-
Jump To
- AAA/TACACS+ Servers Operations Service (4)
- AP Onboarding Profile Management Service (4)
- API Health Service (6)
- Access Point Operations (4)
- Alarms Management Service (5)
- Application Visibility and Control Service (1)
- CLI Template Configuration (12)
- Clients (7)
- Configuration Archive Service (7)
- Credential Profile Management Service (5)
- Credentials Service (1)
- Device Details (6)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (6)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Service (4)
- Software Updates (2)
- Statistics (91)
- System Settings (25)
- Trap Receivers (4)
- User Defined Field Management (3)
- User Management Service (5)
- VNF Provisioning (16)
- Virtual Domains Management Service (10)
- Virtual Image Repository (8)
- WLAN Provisioning (16)
- Wireless Device Details (22)
- v1
- v2
- v3
- v4
Resource Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/nfv/getServicesRequest Parameters
Attribute | Source | Description |
---|---|---|
deviceIp String |
query |
Optional |
Response Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v1/op/nfv/getServices
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/nfv/getServices" rootUrl="https://localhost/webacs/api/v1/op">
<imageList>
<images>
<image>
<container_format>String value</container_format>
<disk_bus>String value</disk_bus>
<disk_format>String value</disk_format>
<e1000_net>String value</e1000_net>
<name>String value</name>
<properties>
<property>
<name>String value</name>
<value>String value</value>
</property>
</properties>
<serial_console>String value</serial_console>
<size>String value</size>
<sizeunit>String value</sizeunit>
<src>String value</src>
<virtio_net>String value</virtio_net>
</image>
</images>
</imageList>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/nfv/getServices.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/nfv\/getServices",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"imageList" : {
"images" : {
"image" : {
"container_format" : "String value",
"disk_bus" : "String value",
"disk_format" : "String value",
"e1000_net" : "String value",
"name" : "String value",
"properties" : {
"property" : {
"name" : "String value",
"value" : "String value"
}
},
"serial_console" : "String value",
"size" : "String value",
"sizeunit" : "String value",
"src" : "String value",
"virtio_net" : "String value"
}
}
}
}
}
Resource Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
Resource URL
/webacs/api/v2/op/nfv/getServices UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
deviceIp String |
query |
Optional |
Response Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v2/op/nfv/getServices
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/nfv/getServices" rootUrl="https://localhost/webacs/api/v2/op">
<imageList>
<images>
<image>
<container_format>String value</container_format>
<disk_bus>String value</disk_bus>
<disk_format>String value</disk_format>
<e1000_net>String value</e1000_net>
<name>String value</name>
<properties>
<property>
<name>String value</name>
<value>String value</value>
</property>
</properties>
<serial_console>String value</serial_console>
<size>String value</size>
<sizeunit>String value</sizeunit>
<src>String value</src>
<virtio_net>String value</virtio_net>
</image>
</images>
</imageList>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/nfv/getServices.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/nfv/getServices",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"imageList" : [ {
"images" : {
"image" : [ {
"container_format" : "String value",
"disk_bus" : "String value",
"disk_format" : "String value",
"e1000_net" : "String value",
"name" : "String value",
"properties" : {
"property" : [ {
"name" : "String value",
"value" : "String value"
} ]
},
"serial_console" : "String value",
"size" : "String value",
"sizeunit" : "String value",
"src" : "String value",
"virtio_net" : "String value"
} ]
}
} ]
}
}
Resource Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
Resource URL
/webacs/api/v3/op/nfv/getServices UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
deviceIp String |
query |
Optional |
Response Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v3/op/nfv/getServices
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/nfv/getServices" rootUrl="https://localhost/webacs/api/v3/op">
<imageList>
<images>
<image>
<container_format>String value</container_format>
<disk_bus>String value</disk_bus>
<disk_format>String value</disk_format>
<e1000_net>String value</e1000_net>
<name>String value</name>
<properties>
<property>
<name>String value</name>
<value>String value</value>
</property>
<property>
<name>Another string value</name>
<value>Another string value</value>
</property>
</properties>
<serial_console>String value</serial_console>
<size>String value</size>
<sizeunit>String value</sizeunit>
<src>String value</src>
<virtio_net>String value</virtio_net>
</image>
<image>
<container_format>Another string value</container_format>
<disk_bus>Another string value</disk_bus>
<disk_format>Another string value</disk_format>
<e1000_net>Another string value</e1000_net>
<name>Another string value</name>
<properties>
<property>
<name>String value</name>
<value>String value</value>
</property>
<property>
<name>Another string value</name>
<value>Another string value</value>
</property>
</properties>
<serial_console>Another string value</serial_console>
<size>Another string value</size>
<sizeunit>Another string value</sizeunit>
<src>Another string value</src>
<virtio_net>Another string value</virtio_net>
</image>
</images>
</imageList>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/nfv/getServices.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/nfv/getServices",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"imageList" : [ {
"images" : {
"image" : [ {
"container_format" : "String value",
"disk_bus" : "String value",
"disk_format" : "String value",
"e1000_net" : "String value",
"name" : "String value",
"properties" : {
"property" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
},
"serial_console" : "String value",
"size" : "String value",
"sizeunit" : "String value",
"src" : "String value",
"virtio_net" : "String value"
}, {
"container_format" : "Another string value",
"disk_bus" : "Another string value",
"disk_format" : "Another string value",
"e1000_net" : "Another string value",
"name" : "Another string value",
"properties" : {
"property" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
},
"serial_console" : "Another string value",
"size" : "Another string value",
"sizeunit" : "Another string value",
"src" : "Another string value",
"virtio_net" : "Another string value"
} ]
}
} ]
}
}
Resource Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
Resource URL
/webacs/api/v4/op/nfv/getServices UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
deviceIp String |
query |
Optional |
Response Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v4/op/nfv/getServices
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/nfv/getServices" rootUrl="https://localhost/webacs/api/v4/op">
<imageList>
<images>
<image>
<container_format>String value</container_format>
<disk_bus>String value</disk_bus>
<disk_format>String value</disk_format>
<e1000_net>String value</e1000_net>
<name>String value</name>
<properties>
<property>
<name>String value</name>
<value>String value</value>
</property>
<property>
<name>Another string value</name>
<value>Another string value</value>
</property>
</properties>
<serial_console>String value</serial_console>
<size>String value</size>
<sizeunit>String value</sizeunit>
<src>String value</src>
<virtio_net>String value</virtio_net>
</image>
<image>
<container_format>Another string value</container_format>
<disk_bus>Another string value</disk_bus>
<disk_format>Another string value</disk_format>
<e1000_net>Another string value</e1000_net>
<name>Another string value</name>
<properties>
<property>
<name>String value</name>
<value>String value</value>
</property>
<property>
<name>Another string value</name>
<value>Another string value</value>
</property>
</properties>
<serial_console>Another string value</serial_console>
<size>Another string value</size>
<sizeunit>Another string value</sizeunit>
<src>Another string value</src>
<virtio_net>Another string value</virtio_net>
</image>
</images>
</imageList>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/nfv/getServices.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/nfv/getServices",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"imageList" : [ {
"images" : {
"image" : [ {
"container_format" : "String value",
"disk_bus" : "String value",
"disk_format" : "String value",
"e1000_net" : "String value",
"name" : "String value",
"properties" : {
"property" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
},
"serial_console" : "String value",
"size" : "String value",
"sizeunit" : "String value",
"src" : "String value",
"virtio_net" : "String value"
}, {
"container_format" : "Another string value",
"disk_bus" : "Another string value",
"disk_format" : "Another string value",
"e1000_net" : "Another string value",
"name" : "Another string value",
"properties" : {
"property" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
},
"serial_console" : "Another string value",
"size" : "Another string value",
"sizeunit" : "Another string value",
"src" : "Another string value",
"virtio_net" : "Another string value"
} ]
}
} ]
}
}