- User
- Tenant / Regions
- VPC
- Images
- Flavors
- Storage Policy
- Instances
- Subnet
- Security group
- Floating IP
- Activity Logs
- Tags
- Iam
- Billing
- Project
- S3
Rule Types
Developing
GET
/api/v1/vmware/vpc/{vpc_id}/port-profiles
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
vpc_id
string
required
Header Params
OrgId
string
required
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/vpc//port-profiles' \
--header 'OrgId;'
Responses
🟢200Success
application/json
Body
array of:
id
string
required
created_at
string
required
name
string
required
destination_ports
string
required
updated_at
string
required
Example
[
{
"id": "15395358-0485-4c2b-8fbd-970fbb4f0f15",
"created_at": "2023-06-14T06:40:38",
"name": "RDP",
"destination_ports": "RDP 3389",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "19c6ca94-1d7c-4b8e-8dfc-093a5210913b",
"created_at": "2023-06-14T06:40:38",
"name": "SMTP",
"destination_ports": "SMTP 25",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "204ca560-2f19-4517-818e-ab856c1ac1d9",
"created_at": "2023-06-14T06:40:38",
"name": "HTTPS",
"destination_ports": "HTTPS 443",
"updated_at": "2024-01-22T10:26:14"
},
{
"id": "2d68b1e6-0115-44a6-a23d-e8bd9b7140b2",
"created_at": "2023-06-14T06:40:38",
"name": "IMAP",
"destination_ports": "IMAP 143",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "332e8d08-3c7d-4447-b18a-a358041b2ba7",
"created_at": "2023-06-14T06:40:38",
"name": "POSTGRESQL",
"destination_ports": "POSTGRESQL 5432",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "33c6061b-233c-460f-ad27-3baf1f3f6759",
"created_at": "2023-06-14T06:40:38",
"name": "LDAP",
"destination_ports": "LDAP 389",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "54031f93-9d92-4ed5-b06d-480784ec0185",
"created_at": "2023-06-14T06:40:38",
"name": "DNS",
"destination_ports": "DNS 53",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "58a25d12-15d2-4fb2-bcbc-8eaa77d522ce",
"created_at": "2023-06-14T06:40:38",
"name": "SMTP_SSL",
"destination_ports": "SMTP_SSL 465",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "59759c43-857b-4051-9fb9-0b67cf7036ff",
"created_at": "2023-06-14T06:40:38",
"name": "IMAPS",
"destination_ports": "IMAPS 993",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "74140d53-60bc-4ee4-9926-a1e362d6ef1a",
"created_at": "2023-06-14T06:40:37",
"name": "SSH",
"destination_ports": "SSH 22",
"updated_at": "2024-01-22T10:26:14"
},
{
"id": "784cc5c8-9961-4074-9705-609d8a9e0deb",
"created_at": "2023-06-14T06:40:38",
"name": "POP3_SSL",
"destination_ports": "POP3_SSL 995",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "7b0b88c4-0e3f-4a9d-8aa6-82470ec03258",
"created_at": "2023-06-14T06:40:38",
"name": "MYSQL",
"destination_ports": "MYSQL 3306",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "8edd7f3c-56d1-4f16-8152-9483fef1ce7c",
"created_at": "2023-06-14T06:40:38",
"name": "ICMP",
"destination_ports": "ICMP ALL",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "c336f652-2c5f-4e01-9858-5565278df558",
"created_at": "2023-06-14T06:40:38",
"name": "SMB",
"destination_ports": "SMB 445",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "c3511c04-c154-4950-8697-d468f8fb3fcf",
"created_at": "2023-06-14T06:40:38",
"name": "POP3",
"destination_ports": "POP3 110",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "e22689b2-1c05-40ca-b325-50414a4a5df8",
"created_at": "2023-06-14T06:40:38",
"name": "MSSQL",
"destination_ports": "MSSQL 1433",
"updated_at": "2024-01-22T10:26:15"
},
{
"id": "ed55f780-6e33-4bb0-b04d-3010cab5afe4",
"created_at": "2023-06-14T06:40:37",
"name": "HTTP",
"destination_ports": "HTTP 80",
"updated_at": "2024-01-22T10:26:14"
}
]
Modified at 2024-01-22 10:28:12