Create a scaling profileCopy Pagepost https://api.controlup.com/daas-iq/v1/cloud/scaling-profilesCreates a new scaling profile with the specified configuration.Body ParamsThe scaling profile data to create.Consolidated request model for creating or updating a scaling profile. Use for both POST (create) and PUT (update) operations.namestringrequiredlength between 3 and 100User-friendly name for the scaling profile.descriptionstring | nullOptional description for the scaling profile.colorstringrequiredlength between 1 and 50Color identifier for this scaling profile. The UI defines available color IDs and their visual representation. Examples: "blue", "primary-1", "accent-red", etc.strategyobjectrequiredScaling strategy including provisioning mode and mode-specific configuration.strategy objectexperienceobjectrequiredUser experience settings for scaling operations.experience objectResponses 201Successfully created the scaling profile. 400Bad request. Invalid scaling profile data. 401Unauthorized. User is not authenticated. 403Forbidden. User does not have manage scaling permissions. 409Conflict. A scaling profile with the same name already exists. 500Internal server error.Updated 2 days ago Get scaling profilesGet a scaling profile by IDDid this page help you?YesNo