v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
remote-nodes

Create a new remote node

Creates a store-managed remote node

post/remote-nodes

Query parameters

remoteNodestring

name of the remote node

Request body

namestring required

Display name for the remote node

descriptionstring

Optional description

apiBaseUrlstring required

Base URL of the remote Dagu instance API

authType'none' | 'basic' | 'token'

Authentication mode

basicAuthUsernamestring

Username for basic auth

basicAuthPasswordstring

Password for basic auth

authTokenstring

Bearer token for token auth

skipTlsVerifyboolean

Skip TLS certificate verification

Response

Remote node created

idstring required
namestring required
descriptionstring
apiBaseUrlstring required
authType'none' | 'basic' | 'token' required
hasCredentialsboolean

Whether credentials are configured (values are never returned)

skipTlsVerifyboolean
source'config' | 'store' required

Where this node is defined

createdAtstring date-time
updatedAtstring date-time