Skip to main content
Security & Audit/Security

LaunchAnhengConsole

Generate a new one-time AH SSO redirect. The builtin administrator uses its saved pre-provisioned identity; a trusted platform-admin uses fixed global scope without a Cloud session; a project-admin supplies X-ZStack-Session to derive exactly one Project. The frontend does not send ProjectID. Success returns HTTP 302 with Cache-Control: no-store; credentials and Location must never be logged, audited, or persisted.

GET/api/v1/security/anheng/instances/{instanceUuid}/launch

Operation ID

LaunchAnhengConsole

Since

1.2.8

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • instanceUuid
    StringRequired

    Identifies the running instance for which this request generates a fresh, one-time AH SSO redirect. Clients must not persist or reuse the Location.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • contentType
    String

    The HTTP Content-Type header value specifying the content type of the body.

    Example: value

  • data
    String

    The HTTP request/response body as raw binary.

    Example: aGVsbG8=

  • extensions
    List

    Application specific response metadata. Must be set in the first response for streaming APIs.

    Example: (nested array)

    • @type
      String

      @type for this resource

      Example: value

  • Change Time

    AddedRequest parameters X-ZStack-Session
    View API