Type Alias PostEndpointRequestWithConnectionName

type PostEndpointRequestWithConnectionName = {
    checkCredentials?: boolean;
    connectionName: string;
    reloadId?: string;
    spaceId?: string;
    type?: "rld" | "dq";
}
Index
checkCredentials?: boolean

When true, verifies that user credentials are present for connections configured with separate credentials. The default is false.

connectionName: string

The name of the connection to use for the endpoint. The service resolves the connection name to an active instance. If the name is space-qualified (for example, MySpace:ConnectionName), spaceId is not required and is ignored. If the name uses the current-space format (for example, :ConnectionName), spaceId is used for resolution; the personal space is assumed when spaceId is omitted.

reloadId?: string

Unique identifier of the reload session associated with this endpoint request.

spaceId?: string

The unique identifier of the space containing the connection. Required only when connectionName is unqualified (not space-prefixed).

type?: "rld" | "dq"

Type of endpoint to provision.