latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
WorkloadProfile

Workload Profile Chart Versions for the given organization.

Returns all Workload Profile Chart Versions for the given organization.

get/orgs/{orgId}/workload-profile-chart-versions

Path parameters

orgIdstring required

The Organization ID

Query parameters

per_pageinteger

The maximum number of items to return in a page of results

pagestring

The page token to request from

idstring

Filter Chart Versions by Chart Version ID.

versionstring

Filter Chart Versions by Chart Version.

Response

List of Workload Profile Chart Versions.

created_atstring date-time required

Creation date

created_bystring required

User created the profile

org_idstring required

Organization ID

idstring required

Workload Profile Chart Version ID

versionstring required

Version

Example response

[
  {
    "created_at": "2020-06-22T09:37:23.523Z"
  }
]