latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
WorkloadProfile

List versions of the given workload profile.

get/orgs/{orgId}/workload-profiles/{profileQid}/versions

Path parameters

orgIdstring required

The Organization ID

profileQidstring required

The Workload Profile ID.

Query parameters

per_pageinteger

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

pagestring

The page token to request from

Response

List of Workload Profile Versions.

created_atstring date-time required

Creation date

created_bystring required

User created the profile

descriptionstring required

Describes the workload profile

deprecation_messagestring

A not-empty string indicates that the workload profile is deprecated.

idstring required

ID

org_idstring required

Organization ID

{"stackTrail":"components:schemas:WorkloadProfileVersionResponse:properties:spec_schema","oasType":"schema","type":"unknown","description":"OpenAPI schema used to validate the spec."}
workload_profile_idstring required

Workload Profile ID

Example response

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