Skip to main content

Add datastore endpoint

POST 

/api/data-storage/endpoint

Add datastore endpoint

Request

Body

    id uuid
    organizationId uuid
    type stringrequired

    Possible values: <= 255 characters

    name stringrequired

    Possible values: <= 255 characters

    url stringnullable

    Possible values: <= 500 characters

    username stringnullable

    Possible values: <= 255 characters

    password stringnullable
    bucket stringnullable

    Possible values: <= 255 characters

    prefix stringnullable

    Possible values: <= 255 characters

    region stringnullable

    Possible values: <= 50 characters

    port int32nullable
    useSFTP boolean
    privateKey stringnullable
    createdTime date-time
    updatedTime date-time
    status stringnullable

    Possible values: <= 50 characters

    statusDescription stringnullable
    isDeleted boolean
    timeoutSeconds int32nullable
    maxConcurrentConnections int32nullable

    organization

    object

    id uuid
    stripeId stringnullable
    name stringnullable
    quickNodeId stringnullable
    isDeleting int32
    company stringnullable
    country stringnullable
    address1 stringnullable
    address2 stringnullable
    city stringnullable
    postalCode stringnullable
    region stringnullable
    vatIdType stringnullable
    vatIdValue stringnullable
    purchaseOrder stringnullable
    coupon stringnullable
    billingEmail stringnullable
    autoRechargeEnabled int32
    autoRechargeBalanceGoesBelowUsd int32
    autoRechargeBalanceBackUpToUsd int32
    paygEnabled int32
    creditBalance int32
    creditUninvoicedCurrent int32
    creditUninvoicedLimit int32

Responses

OK

Loading...