List the details of all NFV images in PI
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 (5)
- 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 (10)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (8)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Managed Servers Operations (6)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Generation Operations (1)
- Report Service (4)
- Site Map Service (3)
- Software Updates (2)
- Statistics (91)
- System Settings (26)
- 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? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
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/image/listResponse Parameters
Attribute | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
List of images |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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/image/list
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/image/list" rootUrl="https://localhost/webacs/api/v1/op">
<imageListDTO>
<imageList>
<image>
<applicationType>String value</applicationType>
<family>String value</family>
<imageId>2</imageId>
<imageLocation>String value</imageLocation>
<imageType>String value</imageType>
<lastModified>String value</lastModified>
<name>String value</name>
<ovaProfiles>
<ovaProfile>
<description>String value</description>
<memory>1</memory>
<profileName>String value</profileName>
<shares>1</shares>
<vcpu>1</vcpu>
</ovaProfile>
</ovaProfiles>
<size>String value</size>
<userInputInfo>
<maxCPU>3.0</maxCPU>
<maxMemory>3.0</maxMemory>
<maxStorage>3.0</maxStorage>
<minCPU>3.0</minCPU>
<minMemory>3.0</minMemory>
<minStorage>3.0</minStorage>
</userInputInfo>
<version>String value</version>
</image>
</imageList>
</imageListDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/image/list.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/image\/list",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"imageListDTO" : {
"imageList" : {
"image" : {
"applicationType" : "String value",
"family" : "String value",
"imageId" : 2,
"imageLocation" : "String value",
"imageType" : "String value",
"lastModified" : "String value",
"name" : "String value",
"ovaProfiles" : {
"ovaProfile" : {
"description" : "String value",
"memory" : 1,
"profileName" : "String value",
"shares" : 1,
"vcpu" : 1
}
},
"size" : "String value",
"userInputInfo" : {
"maxCPU" : 3,
"maxMemory" : 3,
"maxStorage" : 3,
"minCPU" : 3,
"minMemory" : 3,
"minStorage" : 3
},
"version" : "String value"
}
}
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
Resource URL
/webacs/api/v2/op/image/list UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
List of images |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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/image/list
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/image/list" rootUrl="https://localhost/webacs/api/v2/op">
<imageListDTO>
<imageList>
<image>
<applicationType>String value</applicationType>
<family>String value</family>
<imageId>2</imageId>
<imageLocation>String value</imageLocation>
<imageType>String value</imageType>
<lastModified>String value</lastModified>
<name>String value</name>
<ovaProfiles>
<ovaProfile>
<description>String value</description>
<memory>1</memory>
<profileName>String value</profileName>
<shares>1</shares>
<vcpu>1</vcpu>
</ovaProfile>
</ovaProfiles>
<size>String value</size>
<userInputInfo>
<maxCPU>3.0</maxCPU>
<maxMemory>3.0</maxMemory>
<maxStorage>3.0</maxStorage>
<minCPU>3.0</minCPU>
<minMemory>3.0</minMemory>
<minStorage>3.0</minStorage>
</userInputInfo>
<version>String value</version>
</image>
</imageList>
</imageListDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/image/list.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/image/list",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"imageListDTO" : [ {
"imageList" : {
"image" : [ {
"applicationType" : "String value",
"family" : "String value",
"imageId" : 2,
"imageLocation" : "String value",
"imageType" : "String value",
"lastModified" : "String value",
"name" : "String value",
"ovaProfiles" : {
"ovaProfile" : [ {
"description" : "String value",
"memory" : 1,
"profileName" : "String value",
"shares" : 1,
"vcpu" : 1
} ]
},
"size" : "String value",
"userInputInfo" : {
"maxCPU" : 3.0,
"maxMemory" : 3.0,
"maxStorage" : 3.0,
"minCPU" : 3.0,
"minMemory" : 3.0,
"minStorage" : 3.0
},
"version" : "String value"
} ]
}
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
Resource URL
/webacs/api/v3/op/image/list UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
List of images |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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/image/list
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/image/list" rootUrl="https://localhost/webacs/api/v3/op">
<imageListDTO>
<imageList>
<image>
<applicationType>String value</applicationType>
<family>String value</family>
<imageId>2</imageId>
<imageLocation>String value</imageLocation>
<imageType>String value</imageType>
<lastModified>String value</lastModified>
<name>String value</name>
<ovaProfiles>
<ovaProfile>
<description>String value</description>
<memory>1</memory>
<profileName>String value</profileName>
<shares>1</shares>
<vcpu>1</vcpu>
</ovaProfile>
<ovaProfile>
<description>Another string value</description>
<memory>11</memory>
<profileName>Another string value</profileName>
<shares>11</shares>
<vcpu>11</vcpu>
</ovaProfile>
</ovaProfiles>
<size>String value</size>
<userInputInfo>
<maxCPU>3.0</maxCPU>
<maxMemory>3.0</maxMemory>
<maxStorage>3.0</maxStorage>
<minCPU>3.0</minCPU>
<minMemory>3.0</minMemory>
<minStorage>3.0</minStorage>
</userInputInfo>
<version>String value</version>
</image>
<image>
<applicationType>Another string value</applicationType>
<family>Another string value</family>
<imageId>12</imageId>
<imageLocation>Another string value</imageLocation>
<imageType>Another string value</imageType>
<lastModified>Another string value</lastModified>
<name>Another string value</name>
<ovaProfiles>
<ovaProfile>
<description>String value</description>
<memory>1</memory>
<profileName>String value</profileName>
<shares>1</shares>
<vcpu>1</vcpu>
</ovaProfile>
<ovaProfile>
<description>Another string value</description>
<memory>11</memory>
<profileName>Another string value</profileName>
<shares>11</shares>
<vcpu>11</vcpu>
</ovaProfile>
</ovaProfiles>
<size>Another string value</size>
<userInputInfo>
<maxCPU>13.0</maxCPU>
<maxMemory>13.0</maxMemory>
<maxStorage>13.0</maxStorage>
<minCPU>13.0</minCPU>
<minMemory>13.0</minMemory>
<minStorage>13.0</minStorage>
</userInputInfo>
<version>Another string value</version>
</image>
</imageList>
</imageListDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/image/list.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/image/list",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"imageListDTO" : [ {
"imageList" : {
"image" : [ {
"applicationType" : "String value",
"family" : "String value",
"imageId" : 2,
"imageLocation" : "String value",
"imageType" : "String value",
"lastModified" : "String value",
"name" : "String value",
"ovaProfiles" : {
"ovaProfile" : [ {
"description" : "String value",
"memory" : 1,
"profileName" : "String value",
"shares" : 1,
"vcpu" : 1
}, {
"description" : "Another string value",
"memory" : 11,
"profileName" : "Another string value",
"shares" : 11,
"vcpu" : 11
} ]
},
"size" : "String value",
"userInputInfo" : {
"maxCPU" : 3.0,
"maxMemory" : 3.0,
"maxStorage" : 3.0,
"minCPU" : 3.0,
"minMemory" : 3.0,
"minStorage" : 3.0
},
"version" : "String value"
}, {
"applicationType" : "Another string value",
"family" : "Another string value",
"imageId" : 12,
"imageLocation" : "Another string value",
"imageType" : "Another string value",
"lastModified" : "Another string value",
"name" : "Another string value",
"ovaProfiles" : {
"ovaProfile" : [ {
"description" : "String value",
"memory" : 1,
"profileName" : "String value",
"shares" : 1,
"vcpu" : 1
}, {
"description" : "Another string value",
"memory" : 11,
"profileName" : "Another string value",
"shares" : 11,
"vcpu" : 11
} ]
},
"size" : "Another string value",
"userInputInfo" : {
"maxCPU" : 13.0,
"maxMemory" : 13.0,
"maxStorage" : 13.0,
"minCPU" : 13.0,
"minMemory" : 13.0,
"minStorage" : 13.0
},
"version" : "Another string value"
} ]
}
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
Resource URL
/webacs/api/v4/op/image/list UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
List of images |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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/image/list
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/image/list" rootUrl="https://localhost/webacs/api/v4/op">
<imageListDTO>
<imageList>
<image>
<applicationType>String value</applicationType>
<family>String value</family>
<imageId>2</imageId>
<imageLocation>String value</imageLocation>
<imageType>String value</imageType>
<lastModified>String value</lastModified>
<name>String value</name>
<ovaProfiles>
<ovaProfile>
<description>String value</description>
<memory>1</memory>
<profileName>String value</profileName>
<shares>1</shares>
<vcpu>1</vcpu>
</ovaProfile>
<ovaProfile>
<description>Another string value</description>
<memory>11</memory>
<profileName>Another string value</profileName>
<shares>11</shares>
<vcpu>11</vcpu>
</ovaProfile>
</ovaProfiles>
<size>String value</size>
<userInputInfo>
<maxCPU>3.0</maxCPU>
<maxMemory>3.0</maxMemory>
<maxStorage>3.0</maxStorage>
<minCPU>3.0</minCPU>
<minMemory>3.0</minMemory>
<minStorage>3.0</minStorage>
</userInputInfo>
<version>String value</version>
</image>
<image>
<applicationType>Another string value</applicationType>
<family>Another string value</family>
<imageId>12</imageId>
<imageLocation>Another string value</imageLocation>
<imageType>Another string value</imageType>
<lastModified>Another string value</lastModified>
<name>Another string value</name>
<ovaProfiles>
<ovaProfile>
<description>String value</description>
<memory>1</memory>
<profileName>String value</profileName>
<shares>1</shares>
<vcpu>1</vcpu>
</ovaProfile>
<ovaProfile>
<description>Another string value</description>
<memory>11</memory>
<profileName>Another string value</profileName>
<shares>11</shares>
<vcpu>11</vcpu>
</ovaProfile>
</ovaProfiles>
<size>Another string value</size>
<userInputInfo>
<maxCPU>13.0</maxCPU>
<maxMemory>13.0</maxMemory>
<maxStorage>13.0</maxStorage>
<minCPU>13.0</minCPU>
<minMemory>13.0</minMemory>
<minStorage>13.0</minStorage>
</userInputInfo>
<version>Another string value</version>
</image>
</imageList>
</imageListDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/image/list.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/image/list",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"imageListDTO" : [ {
"imageList" : {
"image" : [ {
"applicationType" : "String value",
"family" : "String value",
"imageId" : 2,
"imageLocation" : "String value",
"imageType" : "String value",
"lastModified" : "String value",
"name" : "String value",
"ovaProfiles" : {
"ovaProfile" : [ {
"description" : "String value",
"memory" : 1,
"profileName" : "String value",
"shares" : 1,
"vcpu" : 1
}, {
"description" : "Another string value",
"memory" : 11,
"profileName" : "Another string value",
"shares" : 11,
"vcpu" : 11
} ]
},
"size" : "String value",
"userInputInfo" : {
"maxCPU" : 3.0,
"maxMemory" : 3.0,
"maxStorage" : 3.0,
"minCPU" : 3.0,
"minMemory" : 3.0,
"minStorage" : 3.0
},
"version" : "String value"
}, {
"applicationType" : "Another string value",
"family" : "Another string value",
"imageId" : 12,
"imageLocation" : "Another string value",
"imageType" : "Another string value",
"lastModified" : "Another string value",
"name" : "Another string value",
"ovaProfiles" : {
"ovaProfile" : [ {
"description" : "String value",
"memory" : 1,
"profileName" : "String value",
"shares" : 1,
"vcpu" : 1
}, {
"description" : "Another string value",
"memory" : 11,
"profileName" : "Another string value",
"shares" : 11,
"vcpu" : 11
} ]
},
"size" : "Another string value",
"userInputInfo" : {
"maxCPU" : 13.0,
"maxMemory" : 13.0,
"maxStorage" : 13.0,
"minCPU" : 13.0,
"minMemory" : 13.0,
"minStorage" : 13.0
},
"version" : "Another string value"
} ]
}
} ]
}
}