Search Environment By Tenant Id
Endpoint to get environments by organization
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/environments/search/withOrgId
COPY
Query Parameters
string
tenantId
Required
ID of the organization
integer
page
Optional
Constraints:
minimum: 0
default: 0
Zero-based page index (0..N)
integer
size
Optional
Constraints:
minimum: 1
default: 20
The size of the page to be returned
string of
array
sort
Optional
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/environments/search/withOrgId?tenantId=v
Environment Operations
GET
Get Environments
PUT
Update 2
PUT
Update Vc Credentials
PUT
Sync S3 Config
POST
Fetch Infra
POST
Check S3 Connectivity
GET
Get Tenant Env Vm Password
GET
Get Tenant Env Vcenter Password
GET
Get Tenant By Environment
GET
Fetch Networks
GET
Fetch Datastores
GET
Get All Environment Associated Tenants
GET
Get Alerts
GET
Get By Env ID
GET
Search Environment By Tenant Id