Console API
  1. Project
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
      GET
  • S3
    • Get bucket policy
    • List buckets
    • Get s3 service enabled
  1. Project

Get projects

GET
api/v1/vmware/org/59409b9c-a19d-4b84-abae-aff8de042ded/projects

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
has_vpc
string 
required
Example:
true
Header Params
Authorization
string 
required
Example:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3MzYzOTI4MjAuMjg2Mjk3Niwic3ViIjp7ImlkIjoiNjdiYjI0OGMtMTgyOS00NjFkLTk1OTQtMTc1N2JmNGIxYjc5IiwiZW1haWwiOiJkdWNkbTQ5QGZwdC5jb20iLCJqdGkiOiI2OTBhMDhjOC0yNzZiLTQzMzYtOTIyMS04YTI4YjlmNTAwNTAifSwiZXhwIjoxNzM2NDEwODIwLjI4NjI5NzZ9.DCPVBNVIlzlFB9l7O_35IIdjhcHptH9VmM-v6BRVUvc
OrgId
string 
required
Example:
59409b9c-a19d-4b84-abae-aff8de042ded
sentry-trace
string 
required
Example:
1197348ae0ba4b66a80755e907a87476-a85615de9be829d1-1

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 --request GET 'api/v1/vmware/org/59409b9c-a19d-4b84-abae-aff8de042ded/projects?has_vpc=true' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3MzYzOTI4MjAuMjg2Mjk3Niwic3ViIjp7ImlkIjoiNjdiYjI0OGMtMTgyOS00NjFkLTk1OTQtMTc1N2JmNGIxYjc5IiwiZW1haWwiOiJkdWNkbTQ5QGZwdC5jb20iLCJqdGkiOiI2OTBhMDhjOC0yNzZiLTQzMzYtOTIyMS04YTI4YjlmNTAwNTAifSwiZXhwIjoxNzM2NDEwODIwLjI4NjI5NzZ9.DCPVBNVIlzlFB9l7O_35IIdjhcHptH9VmM-v6BRVUvc' \
--header 'OrgId: 59409b9c-a19d-4b84-abae-aff8de042ded' \
--header 'sentry-trace: 1197348ae0ba4b66a80755e907a87476-a85615de9be829d1-1'

Responses

🟢200Success
application/json
Body
status
boolean 
required
error_code
null 
required
data
array [object {9}] 
required
id
string 
optional
parent_id
null 
optional
name
string 
optional
description
string 
optional
org_id
string 
optional
is_default
boolean 
optional
is_deleted
boolean 
optional
created_at
string 
optional
created_by
null 
optional
message
string 
required
Example
{
    "status": true,
    "error_code": null,
    "data": [
        {
            "id": "_j_7PtuLbBod4u9mAf3ey",
            "parent_id": null,
            "name": "Calvin Schinner",
            "description": "Bis derideo dapifer curo cogo tergum denique certe armarium. Cariosus bellum calamitas tondeo decimus versus. Tego desino aetas totus auctus angelus ambitus amplitudo tero spargo. Color solvo sopor callide cruciamentum succurro neque. Hic sufficio demergo. Curo considero turbo vespillo cuppedia acies terror.",
            "org_id": "dolor reprehenderit Excepteur consequat",
            "is_default": true,
            "is_deleted": false,
            "created_at": "2025-01-08T16:57:24.094Z",
            "created_by": null
        }
    ],
    "message": "Aestus tollo temporibus communis derelinquo. Crastinus cohaero territo aer bellicus solum vesper combibo praesentium. Artificiose architecto tenax teres depopulo degenero veniam votum officiis cohors."
}
Modified at 6 months ago
Previous
Bill service types
Next
Get bucket policy
Built with