v1

latestOpenAPI 3.0.12026-07-17235160320.7 KB
Entrypoints

Creates an Entrypoint resource

post/api/v1/entrypoints/

Headers

X-Fieldsstring mask

An optional fields mask

Request body

groupinteger required

ID of the Group that will own the Entrypoint resource.

namestring required

Name of the Entrypoint resource.

descriptionstring

Description of the Entrypoint resource.

taskGraphstring required

Task graph of the Entrypoint resource.

artifactGraphstring

Artifact graph of the Entrypoint resource.

queuesinteger[]

The queue for the entrypoint.

pluginsinteger[]

List of plugin files for the entrypoint.

artifactPluginsinteger[]

List of artifact_plugin files for the entrypoint.

Response

Success

idinteger

ID for the Entrypoint resource.

snapshotinteger

ID for the underlying Entrypoint snapshot.

createdOnstring date-time

Timestamp when the Entrypoint resource was created.

snapshotCreatedOnstring date-time

Timestamp when the Entrypoint resource snapshot was created.

lastModifiedOnstring date-time

Timestamp when the Entrypoint resource was last modified.

latestSnapshotboolean

Whether or not the Entrypoint resource is the latest version.

hasDraftboolean

Whether a draft exists for the Entrypoint resource.

namestring required

Name of the Entrypoint resource.

descriptionstring

Description of the Entrypoint resource.

taskGraphstring required

Task graph of the Entrypoint resource.

artifactGraphstring

Artifact graph of the Entrypoint resource.