This class provides methods to interact with the Camunda Admin API.

Throws

An error that may occur during API operations.

Constructors

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          clusterUuid: string;
          secretName: string;
          secretValue: string;
      }
      • clusterUuid: string
      • secretName: string
      • secretValue: string

    Returns Promise<null>

    Description

    Create a new connector secret. See the API Documentation for more details.

    Throws

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • clusterUuid: string

    Returns Promise<{
        [key: string]: string;
    }>

    Description

    Retrieve the connector secrets. See the API Documentation for more details.

    Throws

  • Parameters

    • clusterUuid: string
    • ipwhitelist: [{
          description: string;
          ip: string;
      }]

    Returns Promise<null>

    Description

    Add one or more IPs to the whitelist for the cluster. See the API Documentation for more details.

    Throws

Generated using TypeDoc