Hierarchy

  • SystemInformationService

Constructors

Methods

Constructors

Methods

  • Deprecated

    Get a System Information object. Get a System Information object.

    The System Information object provides metadata about the SEMP API.

    Attribute Identifying Write-Only Deprecated Opaque
    platform x
    sempVersion x

    A SEMP client authorized with a minimum access scope/level of "global/none" is required to perform this operation.

    This has been deprecated since 2.2. /systemInformation was replaced by /about/api.

    Returns

    SystemInformationResponse The System Information object's attributes, and the request metadata.

    Returns

    SempMetaOnlyResponse The error response.

    Throws

    ApiError

    Parameters

    • __namedParameters: {
          opaquePassword?: string;
          select?: string[];
          xContextId?: string;
      }
      • Optional opaquePassword?: string

        Accept opaque attributes in the request or return opaque attributes in the response, encrypted with the specified password. See the documentation for the opaquePassword parameter. *

      • Optional select?: string[]

        Include in the response only selected attributes of the object, or exclude from the response selected attributes of the object. See the documentation for the select parameter. *

      • Optional xContextId?: string

        Optional context id the request is running. *

    Returns CancelablePromise<SempMetaOnlyResponse | SystemInformationResponse>