Console API
  1. Flavors
Console API
  • User
    • User Info
      GET
  • Tenant / Regions
    • Get Regions & Tenant info
      GET
    • Get Tenant Info
      GET
  • VPC
    • Get VPC List
      GET
    • Rename VPC
      PUT
  • Images
    • Get images
      GET
  • Flavors
    • Get flavors
      GET
  • Storage Policy
    • List
      GET
  • Instances
    • List
      GET
    • Detail
      GET
    • Security Group
      GET
    • Create instance
      POST
    • Power off
      POST
    • Reboot
      POST
    • Power on
      POST
    • Terminate
      POST
    • Resize
      POST
    • Lock Termination
      POST
    • Rename
      POST
    • Manage tag
      POST
  • Subnet
    • List
      GET
    • Create
      POST
    • Rename
      PUT
    • Delete
      DELETE
    • Manage tags
      POST
  • Security group
    • Security Group List
    • Security Group Detail
    • Rule Types
    • Create Security Group
    • Create Rule
    • Apply to private ip
    • Delete Rule
    • Delete security group
    • Manage tag
  • Floating IP
    • List
    • Allocate
    • Connect to instance
    • Disconnect
    • Release
    • Manage tag
  • Activity Logs
    • List
  • Tags
    • Lists
  • Iam
    • Add user to user group
    • Get all user groups
    • Create user group
    • Update user group
    • Get roles
    • Get user vpcs
  • Billing
    • Bill
      • Get bills by date
      • Get Bills by paging
      • Bill Info
      • Bill service types
  • Project
    • Get projects
  • S3
    • Get bucket policy
    • List buckets
    • Get s3 service enabled
  1. Flavors

Get flavors

GET
/api/v1/vmware/compute/flavors

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
has_template
integer 
required
Example:
1
tenant_id
string 
required
Example:
{{tenant_id}}
Header Params
Accept
string 
optional
Example:
application/json, text/plain, */*
OrgId
string 
required
Example:
cd37c4a6-4103-469d-a3c7-a183fe22c5f9

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/v1/vmware/compute/flavors?has_template=1&tenant_id={{tenant_id}}' \
--header 'Accept: application/json, text/plain, */*' \
--header 'OrgId: cd37c4a6-4103-469d-a3c7-a183fe22c5f9'

Responses

🟢200Success
application/json
Body
data
array [object {10}] 
required
id
string 
required
type
string 
required
category
string 
required
name
string 
required
catalog
string  | null 
required
info
object 
required
status
string 
required
created_at
string  | null 
required
data
null 
required
vcd_id
null 
required
total
integer 
required
Example
{
    "data": [
        {
            "id": "3e9e7934-e37c-4b0f-b4cc-7171ee4b04ef",
            "type": "VM_SIZE",
            "category": "10C256G_S",
            "name": "10C256G_S",
            "catalog": null,
            "info": {
                "vcpu": 10,
                "memory_mb": 262144
            },
            "status": "ENABLED",
            "created_at": "2023-10-10T07:45:17",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "150d4c5c-dde4-4b00-937a-bf42415db18d",
            "type": "VM_SIZE",
            "category": "128C1024GB_SA100",
            "name": "128C1024GB_SA100",
            "catalog": null,
            "info": {
                "vcpu": 128,
                "memory_mb": 1048567
            },
            "status": "ENABLED",
            "created_at": "2023-10-31T06:25:08",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "149f2004-fb50-4041-a150-edc926c35a98",
            "type": "VM_SIZE",
            "category": "12C36G_S",
            "name": "12C36G_S",
            "catalog": null,
            "info": {
                "vcpu": 12,
                "memory_mb": 36864
            },
            "status": "ENABLED",
            "created_at": "2023-11-22T03:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "6277b00b-b576-4d54-946e-8a79545fe49d",
            "type": "VM_SIZE",
            "category": "12C96G_S",
            "name": "12C96G_S",
            "catalog": null,
            "info": {
                "vcpu": 12,
                "memory_mb": 98304
            },
            "status": "ENABLED",
            "created_at": "2021-05-24T02:12:57",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "23e5706a-02a1-4478-a9d0-7be1eb21f926",
            "type": "VM_SIZE",
            "category": "16C128G_S",
            "name": "16C128G_S",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 131072
            },
            "status": "ENABLED",
            "created_at": "2023-11-13T06:25:08",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "150d4c5c-dde4-4b00-937a-bf42415db88d",
            "type": "VM_SIZE",
            "category": "16C128GB_SA100",
            "name": "16C128GB_SA100",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 131072
            },
            "status": "ENABLED",
            "created_at": "2023-10-31T06:25:08",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "f1624263-5835-4e5d-ad1c-d68a30643e11",
            "type": "VM_SIZE",
            "category": "16C16G_S",
            "name": "16C16G_S",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 16384
            },
            "status": "ENABLED",
            "created_at": "2023-12-20T09:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "6734c6d8-4c93-4c88-8dbe-ff74ffa011e2",
            "type": "VM_SIZE",
            "category": "16C32G_A100_v2",
            "name": "16C32G_A100_v2",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 32768
            },
            "status": "ENABLED",
            "created_at": "2024-01-03T09:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "73f0a4a9-03ca-4ef0-8ef5-cff60b8fb37d",
            "type": "VM_SIZE",
            "category": "22C120GB_A100_v2",
            "name": "22C120GB_A100_v2",
            "catalog": null,
            "info": {
                "vcpu": 22,
                "memory_mb": 122880
            },
            "status": "ENABLED",
            "created_at": "2023-12-04T03:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "4b2b1e87-56ca-4b50-bbc2-b136b097eadb",
            "type": "VM_SIZE",
            "category": "24C64G",
            "name": "24C64G",
            "catalog": null,
            "info": {
                "vcpu": 24,
                "memory_mb": 65536
            },
            "status": "ENABLED",
            "created_at": "2023-11-15T03:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "3e9e7934-e37c-4b0f-b4cc-7171ee4b04be",
            "type": "VM_SIZE",
            "category": "28C382G_S",
            "name": "28C382G_S",
            "catalog": null,
            "info": {
                "vcpu": 28,
                "memory_mb": 391168
            },
            "status": "ENABLED",
            "created_at": "2021-05-24T02:12:57",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "e34ac41d-beed-4ba2-a3a6-3551fb7d6651",
            "type": "VM_SIZE",
            "category": "2Extra",
            "name": "2Extra",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 24576
            },
            "status": "ENABLED",
            "created_at": "2021-05-24T02:12:57",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "51d70b0f-6480-400b-9315-368dcb078c5d",
            "type": "VM_SIZE",
            "category": "2Extra-16",
            "name": "2Extra-16",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 32768
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "d11a4c6a-87f1-4539-86ca-ad361960760a",
            "type": "VM_SIZE",
            "category": "2Extra-24",
            "name": "2Extra-24",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 49152
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "2efa7b5b-4a31-4111-a51f-a58c95158674",
            "type": "VM_SIZE",
            "category": "2Extra-32",
            "name": "2Extra-32",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 65536
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "efc1ac80-db29-497b-bcfb-6b34f8134390",
            "type": "VM_SIZE",
            "category": "2Extra-48",
            "name": "2Extra-48",
            "catalog": null,
            "info": {
                "vcpu": 16,
                "memory_mb": 98304
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "cbdafee9-359a-44df-81cf-4f864ead3533",
            "type": "VM_SIZE",
            "category": "32C12G_S",
            "name": "32C12G_S",
            "catalog": null,
            "info": {
                "vcpu": 32,
                "memory_mb": 12288
            },
            "status": "ENABLED",
            "created_at": "2024-01-06T15:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "98405dd8-72d9-4b39-9888-0b4e31d55829",
            "type": "VM_SIZE",
            "category": "3Extra-48",
            "name": "3Extra-48",
            "catalog": null,
            "info": {
                "vcpu": 24,
                "memory_mb": 49152
            },
            "status": "ENABLED",
            "created_at": "2023-09-12T10:14:28",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "eae7708d-7cef-4968-9e63-cf002eb758d3",
            "type": "VM_SIZE",
            "category": "4C12G_S",
            "name": "4C12G_S",
            "catalog": null,
            "info": {
                "vcpu": 4,
                "memory_mb": 12288
            },
            "status": "ENABLED",
            "created_at": "2023-11-15T03:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "d11a4c6a-87f1-4539-86ca-ad361960761a",
            "type": "VM_SIZE",
            "category": "4Extra-16",
            "name": "4Extra-16",
            "catalog": null,
            "info": {
                "vcpu": 32,
                "memory_mb": 65536
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "9d5615ad-61cd-4d3e-aa01-a8e728fe2faa",
            "type": "VM_SIZE",
            "category": "4Extra-2",
            "name": "4Extra-2",
            "catalog": null,
            "info": {
                "vcpu": 32,
                "memory_mb": 49152
            },
            "status": "ENABLED",
            "created_at": "2023-04-25T02:25:30",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "ded78614-2f49-4626-a2a5-a06db0269aa0",
            "type": "VM_SIZE",
            "category": "60C24G_S",
            "name": "60C24G_S",
            "catalog": null,
            "info": {
                "vcpu": 60,
                "memory_mb": 24576
            },
            "status": "ENABLED",
            "created_at": "2024-01-06T09:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "dafb2e04-0b93-4343-8519-01b1cc9bfd29",
            "type": "VM_SIZE",
            "category": "64C256G_4A100_v2",
            "name": "64C256G_4A100_v2",
            "catalog": null,
            "info": {
                "vcpu": 64,
                "memory_mb": 262144
            },
            "status": "ENABLED",
            "created_at": "2023-11-17T03:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "84d59857-d5ba-4f20-a295-3ec3c9a959b1",
            "type": "VM_SIZE",
            "category": "64C400G_A100_v2",
            "name": "64C400G_A100_v2",
            "catalog": null,
            "info": {
                "vcpu": 64,
                "memory_mb": 409600
            },
            "status": "ENABLED",
            "created_at": "2023-12-19T09:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "468645d1-4866-4b17-aff0-7a30ec445ad1",
            "type": "VM_SIZE",
            "category": "64C64G_S",
            "name": "64C64G_S",
            "catalog": null,
            "info": {
                "vcpu": 64,
                "memory_mb": 65536
            },
            "status": "ENABLED",
            "created_at": "2023-12-18T03:26:37",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "3e9e7934-e37c-4b0f-b4cc-7171ee4b04bf",
            "type": "VM_SIZE",
            "category": "6C12G_S",
            "name": "6C12G_S",
            "catalog": null,
            "info": {
                "vcpu": 6,
                "memory_mb": 12288
            },
            "status": "ENABLED",
            "created_at": "2023-10-04T08:15:08",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "4a6954e0-0c7c-46f2-bba6-96a8d88b4838",
            "type": "VM_SIZE",
            "category": "6C8G",
            "name": "6C8G",
            "catalog": null,
            "info": {
                "vcpu": 6,
                "memory_mb": 8192
            },
            "status": "ENABLED",
            "created_at": "2023-11-15T03:26:11",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "48d2fdf6-cb03-4faf-ba3b-aa9d3e5129fe",
            "type": "VM_SIZE",
            "category": "8C40G_S",
            "name": "8C40G_S",
            "catalog": null,
            "info": {
                "vcpu": 8,
                "memory_mb": 40960
            },
            "status": "ENABLED",
            "created_at": "2023-10-10T07:45:17",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "39d91e52-8af6-431f-b7a9-18ecc7d5cc16",
            "type": "VM_SIZE",
            "category": "Extra-1",
            "name": "Extra-1",
            "catalog": null,
            "info": {
                "vcpu": 8,
                "memory_mb": 8192
            },
            "status": "ENABLED",
            "created_at": "2021-05-24T02:12:57",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "ac9558d4-4521-4e57-a566-a78a706750ac",
            "type": "VM_SIZE",
            "category": "Extra-12",
            "name": "Extra-12",
            "catalog": null,
            "info": {
                "vcpu": 12,
                "memory_mb": 24576
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "acbf1061-ec94-41df-b862-ebb0788e7cf7",
            "type": "VM_SIZE",
            "category": "Extra-16",
            "name": "Extra-16",
            "catalog": null,
            "info": {
                "vcpu": 8,
                "memory_mb": 16384
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "dac73b78-53e4-4418-9e8a-7863e6dd6186",
            "type": "VM_SIZE",
            "category": "Extra-24",
            "name": "Extra-24",
            "catalog": null,
            "info": {
                "vcpu": 8,
                "memory_mb": 24576
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "b3b516d8-c62a-45ad-9fa2-9262bbfa815d",
            "type": "VM_SIZE",
            "category": "Extra-32",
            "name": "Extra-32",
            "catalog": null,
            "info": {
                "vcpu": 8,
                "memory_mb": 32768
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "ac9558d4-9521-4e57-a566-a78a706750ac",
            "type": "VM_SIZE",
            "category": "Extra-48",
            "name": "Extra-48",
            "catalog": null,
            "info": {
                "vcpu": 8,
                "memory_mb": 49152
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "7e9cf8f1-eb50-4839-9089-bb247cf847e7",
            "type": "GPU_SIZE",
            "category": "",
            "name": "GPU 1",
            "catalog": "gpu-1",
            "info": {
                "vcpu": 8,
                "memory_mb": 24576,
                "memory_gb_gpu": 24
            },
            "status": "ENABLED",
            "created_at": null,
            "data": null,
            "vcd_id": null
        },
        {
            "id": "c05a8235-6cc7-4aaa-a27c-99537c0fd054",
            "type": "GPU_SIZE",
            "category": "",
            "name": "GPU 2",
            "catalog": "gpu-2",
            "info": {
                "vcpu": 16,
                "memory_mb": 32768,
                "memory_gb_gpu": 24
            },
            "status": "ENABLED",
            "created_at": null,
            "data": null,
            "vcd_id": null
        },
        {
            "id": "210c8409-f3c5-4029-a4ec-c18c15e00e27",
            "type": "GPU_SIZE",
            "category": "",
            "name": "GPU 3",
            "catalog": "gpu-3",
            "info": {
                "vcpu": 16,
                "memory_mb": 65536,
                "memory_gb_gpu": 24
            },
            "status": "ENABLED",
            "created_at": "2022-10-11T04:42:11",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "210c8409-f3c5-4029-a4ec-c18c15e00e26",
            "type": "GPU_SIZE",
            "category": "",
            "name": "GPU 4",
            "catalog": "gpu-4",
            "info": {
                "vcpu": 32,
                "memory_mb": 65536,
                "memory_gb_gpu": 24
            },
            "status": "ENABLED",
            "created_at": null,
            "data": null,
            "vcd_id": null
        },
        {
            "id": "210c8409-f3c5-4029-a4ec-c18c15e00e28",
            "type": "GPU_SIZE",
            "category": "",
            "name": "GPU 5",
            "catalog": "gpu-5",
            "info": {
                "vcpu": 32,
                "memory_mb": 131072,
                "memory_gb_gpu": 24
            },
            "status": "ENABLED",
            "created_at": "2022-10-11T04:45:56",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "210c8409-f3c5-4029-a4ec-c18c15e00e29",
            "type": "GPU_SIZE",
            "category": "",
            "name": "GPU 6",
            "catalog": "gpu-6",
            "info": {
                "vcpu": 64,
                "memory_mb": 65536,
                "memory_gb_gpu": 24
            },
            "status": "ENABLED",
            "created_at": "2022-10-11T04:45:56",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "0b9c2c84-8647-41f0-b269-af53038e70b4",
            "type": "VM_SIZE",
            "category": "Instance Type 1",
            "name": "Instance Type 1",
            "catalog": null,
            "info": {
                "vcpu": 48,
                "memory_mb": 147456
            },
            "status": "ENABLED",
            "created_at": null,
            "data": null,
            "vcd_id": null
        },
        {
            "id": "0b9c2c84-8647-41f0-b269-af53038e70b5",
            "type": "VM_SIZE",
            "category": "Instance Type 2",
            "name": "Instance Type 2",
            "catalog": null,
            "info": {
                "vcpu": 48,
                "memory_mb": 131072
            },
            "status": "ENABLED",
            "created_at": "2022-10-06T10:12:05",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "db3d0e02-e6b1-4b59-98ec-d9434b7bc4c5",
            "type": "VM_SIZE",
            "category": "Large-16",
            "name": "Large-16",
            "catalog": null,
            "info": {
                "vcpu": 4,
                "memory_mb": 16384
            },
            "status": "ENABLED",
            "created_at": "2022-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "db3d0e02-e6b9-4b59-98ec-d9434b7bc4c5",
            "type": "VM_SIZE",
            "category": "Large-24",
            "name": "Large-24",
            "catalog": null,
            "info": {
                "vcpu": 4,
                "memory_mb": 24576
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "fb60bb72-5b5a-4b46-ad5f-05519c2ea976",
            "type": "VM_SIZE",
            "category": "Large-4",
            "name": "Large-4",
            "catalog": null,
            "info": {
                "vcpu": 4,
                "memory_mb": 4096
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "81a11bda-72d4-4ce0-82ec-24661eb8987a",
            "type": "VM_SIZE",
            "category": "Large-8",
            "name": "Large-8",
            "catalog": null,
            "info": {
                "vcpu": 4,
                "memory_mb": 8192
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "89eaae67-53c8-485c-acdc-191ff5acdc7c",
            "type": "VM_SIZE",
            "category": "Medium-12",
            "name": "Medium-12",
            "catalog": null,
            "info": {
                "vcpu": 2,
                "memory_mb": 16384
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "ea2f2ee7-02e0-44cf-a98d-1949b01f52fa",
            "type": "VM_SIZE",
            "category": "Medium-2",
            "name": "Medium-2",
            "catalog": null,
            "info": {
                "vcpu": 2,
                "memory_mb": 2048
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "d520ca32-122d-4c71-9a29-99bcceda995b",
            "type": "VM_SIZE",
            "category": "Medium-4",
            "name": "Medium-4",
            "catalog": null,
            "info": {
                "vcpu": 2,
                "memory_mb": 4096
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "f04e8eb2-57a5-438d-895a-91451331947f",
            "type": "VM_SIZE",
            "category": "Medium-8",
            "name": "Medium-8",
            "catalog": null,
            "info": {
                "vcpu": 2,
                "memory_mb": 8192
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "b4954cc1-5429-48d9-847a-d14463e16aa1",
            "type": "VM_SIZE",
            "category": "Small-1",
            "name": "Small-1",
            "catalog": null,
            "info": {
                "vcpu": 1,
                "memory_mb": 1024
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "449b96e2-e607-4579-9c08-b3b09b3332a2",
            "type": "VM_SIZE",
            "category": "Small-2",
            "name": "Small-2",
            "catalog": null,
            "info": {
                "vcpu": 1,
                "memory_mb": 2048
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        },
        {
            "id": "9a67b782-4776-40b0-ba9b-ad77376d65c9",
            "type": "VM_SIZE",
            "category": "Small-4",
            "name": "Small-4",
            "catalog": null,
            "info": {
                "vcpu": 1,
                "memory_mb": 4096
            },
            "status": "ENABLED",
            "created_at": "2021-11-30T01:49:07",
            "data": null,
            "vcd_id": null
        }
    ],
    "total": 53
}
Modified at 2024-01-15 18:47:58
Previous
Get images
Next
List
Built with