ConfluenceDataSourceCreateRequest

ConfluenceDataSourceCreateRequest
ConfluenceDataSourceCreateRequest

A request to create a Confluence data source.

JSON Example
{
    "verify_tls": "string",
    "origin_url": "string",
    "name": "string",
    "description": "string",
    "type": "string",
    "options": {
        "page_ids": [
            "string"
        ],
        "space_key": "string",
        "batch_size": 0,
        "limit": 0
    },
    "credentials": {
        "credentials_type": "string",
        "username": "string",
        "password": "string"
    }
}
string
verify_tls
Optional
Constraints: default: VERIFY_FULL

TLS verification mode used when connecting to the data source.

Enumeration: VERIFY_FULL, DISABLE
string As uri As uri
origin_url
Required  
Constraints: minLength: 1

URL of the source of data that can be accessed via this data source.

string
name
Optional

Name of the data source.

string
description
Optional

Description of the data source.

string
type
Required  

Type of the data source.

options
Required  

Confluence data source options.

credentials
Required  

Username and password or token used to access the data source.

Used By