diff --git a/v1/api/swagger/components/schemas/AvailableNetwork.yaml b/v1/api/swagger/components/schemas/AvailableNetwork.yaml index 7c31de5e..c258f7ff 100644 --- a/v1/api/swagger/components/schemas/AvailableNetwork.yaml +++ b/v1/api/swagger/components/schemas/AvailableNetwork.yaml @@ -23,6 +23,8 @@ properties: VLAN: type: integer description: VLAN ID of the network + example: 200 VNI: type: integer description: VNI ID of the network + example: 15006 diff --git a/v1/html/index.html b/v1/html/index.html index dfc18aa0..e48a89cf 100644 --- a/v1/html/index.html +++ b/v1/html/index.html @@ -2815,7 +2815,7 @@
{- "Images": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Category": "Linux",
- "Flavor": "ubuntu",
- "Version": "18.04",
- "Description": "ubuntu OS also including Docker runtime"
}
], - "Locations": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Country": "USA",
- "Region": "Central",
- "DataCenter": "FTC1"
}
], - "Networks": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "Private",
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "Description": "Private network for intra-cluster communication",
- "HostUse": "Default",
- "Purpose": "Storage",
- "IPPoolID": "string",
- "VLAN": 0,
- "VNI": 0
}
], - "MachineSizes": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "HPE-Large",
- "Details": {
- "Collection": "Collection1",
- "Banner1": "Banner1 value",
- "Banner2": "Banner2 value",
- "Bullets": [
- "string"
], - "InfoLink": "string",
- "Tooltip": "string"
}
}
], - "VolumeFlavors": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "HighPerfFlash",
- "Details": {
- "Collection": "Collection1",
- "Banner1": "Banner1 value",
- "Banner2": "Banner2 value",
- "Bullets": [
- "string"
], - "InfoLink": "string",
- "Tooltip": "string"
}
}
], - "Volumes": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "MyVolume",
- "Description": "string",
- "FlavorID": "69d82b9f-19a6-47cd-bcb3-7f4b437e8e51",
- "Capacity": 0,
- "Shareable": true,
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "DiscoveryIP": "string",
- "TargetIQN": "string",
- "State": "new",
- "Status": "ok"
}
], - "MachineInventory": [
- {
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "SizeID": "d7550e28-89e0-4d0b-aa49-7bb3dbddae19",
- "Number": 0
}
], - "StorageInventory": [
- {
- "FlavorID": "69d82b9f-19a6-47cd-bcb3-7f4b437e8e51",
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "Capacity": 0
}
], - "SSHKeys": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "ExampleKey",
- "Key": "'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxv1C5uOeG9BBjfQbum9GupGthTFcifS4FNYxZ2ZakN9UcpD05L2lKp4OI6mfCfciOhJ9SHduZWJFM0pYfC99hIsPAHhEwWOjh3/rHKxB/U4RYN4VFWM+ShDv92+k0Hse73HhuiHKVtmRj/fltAeCFm/mPlL+McMYFhFYMIK8b/spKpXxdEBCSowHPGIn3yi0ivPWhC4wcIa9jDIela/a0t/oDnYTeIp2WMLDbpZyQsGHmKopAAvb+83JhwytQMVTI/g5pMerbqPyxKtWaWDVDtpQ7O8G877T5U3kkl4jLLOJywxrvLrfHh1UNdNvPmvRFd+ct9Q5ugj5CIMJHqWTj Joe@Laptop.local'\n"
}
]
}
Operations related to retrieving information about resource usage within the project.
+{- "Images": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Category": "Linux",
- "Flavor": "ubuntu",
- "Version": "18.04",
- "Description": "ubuntu OS also including Docker runtime"
}
], - "Locations": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Country": "USA",
- "Region": "Central",
- "DataCenter": "FTC1"
}
], - "Networks": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "Private",
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "Description": "Private network for intra-cluster communication",
- "HostUse": "Default",
- "Purpose": "Storage",
- "IPPoolID": "string",
- "VLAN": 200,
- "VNI": 15006
}
], - "MachineSizes": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "HPE-Large",
- "Details": {
- "Collection": "Collection1",
- "Banner1": "Banner1 value",
- "Banner2": "Banner2 value",
- "Bullets": [
- "string"
], - "InfoLink": "string",
- "Tooltip": "string"
}
}
], - "VolumeFlavors": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "HighPerfFlash",
- "Details": {
- "Collection": "Collection1",
- "Banner1": "Banner1 value",
- "Banner2": "Banner2 value",
- "Bullets": [
- "string"
], - "InfoLink": "string",
- "Tooltip": "string"
}
}
], - "Volumes": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "MyVolume",
- "Description": "string",
- "FlavorID": "69d82b9f-19a6-47cd-bcb3-7f4b437e8e51",
- "Capacity": 0,
- "Shareable": true,
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "DiscoveryIP": "string",
- "TargetIQN": "string",
- "State": "new",
- "Status": "ok"
}
], - "MachineInventory": [
- {
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "SizeID": "d7550e28-89e0-4d0b-aa49-7bb3dbddae19",
- "Number": 0
}
], - "StorageInventory": [
- {
- "FlavorID": "69d82b9f-19a6-47cd-bcb3-7f4b437e8e51",
- "LocationID": "58e992d9-6663-492c-8c5b-ecf0b1b3bfe1",
- "Capacity": 0
}
], - "SSHKeys": [
- {
- "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
- "Name": "ExampleKey",
- "Key": "'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxv1C5uOeG9BBjfQbum9GupGthTFcifS4FNYxZ2ZakN9UcpD05L2lKp4OI6mfCfciOhJ9SHduZWJFM0pYfC99hIsPAHhEwWOjh3/rHKxB/U4RYN4VFWM+ShDv92+k0Hse73HhuiHKVtmRj/fltAeCFm/mPlL+McMYFhFYMIK8b/spKpXxdEBCSowHPGIn3yi0ivPWhC4wcIa9jDIela/a0t/oDnYTeIp2WMLDbpZyQsGHmKopAAvb+83JhwytQMVTI/g5pMerbqPyxKtWaWDVDtpQ7O8G877T5U3kkl4jLLOJywxrvLrfHh1UNdNvPmvRFd+ct9Q5ugj5CIMJHqWTj Joe@Laptop.local'\n"
}
]
}
Creates and returns a usage report based on the parameters passed in the request body
start required | string Start of the billing period |
end | string End of the billing period, default to now if omitted @@ -2912,7 +2912,7 @@Option 2: Getting the token directly from UIResponse samples
Content type application/json [ |