List Network Profile
Returns a page of the network profiles.
Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/network/profiles
COPY
Query Parameters
integer
page
Optional
Page Number
integer
limit
Optional
Number of entries per page
string
$orderby
Optional
Multiple comma-separated properties sorted in ascending or descending order
integer
$top
Optional
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
integer
$skip
Optional
Sets how many entries you would like to skip
string
$filter
Optional
Boolean expression for whether a particular entry should be included in the response
Responses
200
Successful operation.
[
{
"definedAddresses": [
{
"hostName": "string",
"virtualMachineId": "string",
"virtualMachineName": "string",
"lastModifiedDate": "string",
"stateValue": 0,
"description": "string",
"externalReferenceName": "string",
"networkProfileId": "string",
"IPv4Address": "string",
"externalReferenceId": "string",
"IPSortValue": 0,
"createdDate": "string",
"staticIPv4RangeId": "string",
"networkInterfaceCardOffset": "string",
"name": "string",
"id": "string",
"state": "string"
}
],
"IPAMEndpointName": "string",
"lastModifiedDate": "string",
"reclaimedAddresses": [
{
"hostName": "string",
"virtualMachineId": "string",
"virtualMachineName": "string",
"lastModifiedDate": "string",
"stateValue": 0,
"description": "string",
"externalReferenceName": "string",
"networkProfileId": "string",
"IPv4Address": "string",
"externalReferenceId": "string",
"IPSortValue": 0,
"createdDate": "string",
"staticIPv4RangeId": "string",
"networkInterfaceCardOffset": "string",
"name": "string",
"id": "string",
"state": "string"
}
],
"description": "string",
"isHidden": false,
"createdDate": "string",
"profileType": "string",
"definedRanges": [
{
"endIPv4Address": "string",
"definedAddresses": [
{
"hostName": "string",
"virtualMachineId": "string",
"virtualMachineName": "string",
"lastModifiedDate": "string",
"stateValue": 0,
"description": "string",
"externalReferenceName": "string",
"networkProfileId": "string",
"IPv4Address": "string",
"externalReferenceId": "string",
"IPSortValue": 0,
"createdDate": "string",
"staticIPv4RangeId": "string",
"networkInterfaceCardOffset": "string",
"name": "string",
"id": "string",
"state": "string"
}
],
"createdDate": "string",
"lastModifiedDate": "string",
"name": "string",
"description": "string",
"externalId": "string",
"id": "string",
"state": "string",
"networkProfileId": "string",
"gateway": "string",
"beginIPv4Address": "string"
}
],
"name": "string",
"tenantId": "string",
"id": "string",
"IPAMEndpointId": "string",
"addressSpaceExternalId": "string"
}
]
Network Profile Operations
POST
Create Network Profile
DELETE
Delete Network Profile
GET
Finds all tenants
GET
Get Network Profile
GET
Get Network Profile Addresses
GET
Get Network Profile By Name
GET
Get Network Profile Range Summaries
GET
List Network Profile
GET
List Network Profile For Tenant
PUT
Update Or Create Network Profile