OpenAnhengCapability
Submit a ZIAM actor-scoped open task. The builtin administrator keeps its pre-provisioned read-only AH identity. A trusted platform-admin always opens in global scope and the frontend/BFF must pair Authorization with that user's global Cloud session; ZCF intentionally does not introspect session owner or login scope. A project-admin's session must resolve to exactly one Enabled Project. The frontend does not send ProjectID. Credentials must never be logged, audited, persisted, or returned in errors.
/api/v1/security/anheng/capabilities/{capabilityCode}/openOperation ID
OpenAnhengCapabilitySince
1.2.8Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
capabilityCodeStringRequiredUnique code of the Anheng capability
Body Fields
specCodeStringRequiredSpec code for this resource
Example: value
monthsIntegerRequiredMonths for this resource
Example: 10
l3NetworkUuidStringRequiredL3 network uuid for this resource
Example: value
imageArtifactIdStringRequiredImage artifact id for this resource
Example: value
quotaItemsListRequiredQuota items for this resource
Example: (nested array)
quotaItemCodeStringQuota item code for this resource
Example: value
displayNameStringDisplay name for this resource
Example: value
valueTypeStringValue type for this resource
Example: value
valueStringValue for this resource
Example: value
requiredBooleanRequired for this resource
Example: true
defaultValueStringDefault value for this resource
Example: value
minStringMinimum value allowed by this quota
Example: 10
maxStringMaximum value allowed by this quota
Example: 10
unitStringMeasurement unit used by this quota
Example: value
Responses
200 OKChange History
View all change historyChange Time
AddedRequest parameters X-ZStack-SessionView API
