Finds all tenants
Finds all tenants
Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/network/profiles/tenants
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
Request Body
PageAndSortRequest pagination information
PageAndSortRequest of type(s) application/json
Optional
{
"pageNumber": 0,
"offset": 0,
"pageSize": 0,
"queryInfo": {
"expand": [
{
"propertyName": "string"
}
],
"select": [
{
"propertyName": "string"
}
],
"top": 0,
"skipToken": "string",
"inlineCount": "string",
"orderBy": [
{
"direction": "string"
}
],
"skip": 0,
"rawFilter": "string",
"rawOrderBy": "string"
}
}
integer As int32 As int32
pageNumber
Optional
pageNumber
integer As int32 As int32
offset
Optional
offset
integer As int32 As int32
pageSize
Optional
pageSize
Responses
200
successful operation
Returns PageTenant of type(s) */*
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"defaultTenant": false,
"password": "string",
"urlName": "string",
"contactEmail": "string",
"name": "string",
"description": "string",
"id": "string"
}
],
"first": false,
"totalElements": 0
}
integer As int32 As int32
number
Optional
number
integer As int32 As int32
size
Optional
size
boolean
last
Optional
last
integer As int32 As int32
numberOfElements
Optional
numberOfElements
integer As int32 As int32
totalPages
Optional
totalPages
boolean
first
Optional
first
integer As int64 As int64
totalElements
Optional
totalElements
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