Get build execution log

Get build execution log

get

Get the execution log information for the specified build.

Path parameters
buildRunSeqinteger · int32Required
Responses
chevron-right
200

OK

*/*

Build step execution model

useYnstringOptional

Usage status (Enabled: Y, Disabled: N)

Example: Y
createdstringOptional

creation time

Example: 2022-12-02 08:42:46
updatedstringOptional

update time

Example: 2022-12-02 08:42:46
buildRunSeqintegerOptionalExample: 1
runStatestringOptional

bulid run state('CREATED' or 'RUNNING' or 'DONE' or 'ERROR')

Example: DONE
buildSeqintegerOptionalExample: 1
registryProjectIdintegerOptional

Registry project ID (project ID for the registry to store the build image)

Example: 27
externalRegistrySeqintegerOptional

External registry number (number of the external registry to store build images)

Example: 0
buildServerHoststringOptional

Build server host (information about the server host where actual build steps are executed and images are generated)

Example: topic:build-20230623-ws-namespace-thingcluster
dbLogbooleanOptionalExample: false
get
/v1/build/run/log/{buildRunSeq}
200

OK