Definitions
ForeignKeyResource
A reference to another resource in the API.
Name | Description | Schema |
---|---|---|
id |
The id of the other resource. |
integer (int32) |
link |
Example : Link |
|
text |
The type of the other resource |
string |
Link
Details of a link to another resource
Name | Description | Schema |
---|---|---|
href |
The location the Link is referencing. |
string |
rel |
The relation of the Link to the parent view. |
string |
title |
The title of the Link. |
string |
LinkedResource
A reference to a constant subresource.
Name | Description | Schema |
---|---|---|
id |
The internal value of the linked SubResource. |
integer (int32) |
link |
Example : Link |
|
text |
The (localized) name of the linked SubResource. |
string |
XmlAgentStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlAgentStatusList
Name | Description | Schema |
---|---|---|
agentstatuses |
Example : |
< XmlAgentStatus > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
XmlApprovalStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlApprovalStatusList
Name | Description | Schema |
---|---|---|
approvalstatuses |
Example : |
< XmlApprovalStatus > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
XmlApprovalType
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlApprovalTypeList
Name | Description | Schema |
---|---|---|
approvaltypes |
Example : |
< XmlApprovalType > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
XmlApprovalView
Details of a specific Approval.
Name | Description | Schema |
---|---|---|
approve-datetime |
The date on which the Approval was approved or rejected. |
string |
approved-by-user |
The User that handled the approval. |
|
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-id |
The Level the Approval was requested for. |
string |
levelrequest |
The Level Request the Approval was requested for. |
|
links |
Example : |
< Link > array |
projectstream |
The Project Stream the Approval was requested for. |
|
reason |
The Reason the User approved or rejected the Approval. |
string |
sequence-number |
The position of the approval in the sequence of approvals. |
integer (int32) |
status |
The Status of the approval (0=Unknown; 1=Awaiting Approval; 2=Awaiting Approval Predecessor; 3=Approved; 4=Rejected; 5=Cancelled; 6=Awaiting Level Request Finish). |
|
type |
The Type of the approval (1=Post-Approval 2=Pre-Approval). |
|
usergroup |
The User Group that is to handle the Approval. |
XmlApprovalViewList
A list of Approvals
Name | Description | Schema |
---|---|---|
approvals |
A paginated list of Approvals that may be filtered and sorted. |
< XmlApprovalView > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlApprovePatchView
A view for approving or rejecting an Approval
Name | Description | Schema |
---|---|---|
approve |
Whether to approve (true) or reject (false) the Approval. |
boolean |
reason |
The reason to approve or reject the Approval. Required if rejecting the approval, optional if approving. |
string |
XmlAuthenticationView
Details of a specific user session. In case of a Post action, only provide the username and password.
Name | Description | Schema |
---|---|---|
email-address |
The Email Address of the current user. |
string |
is-administrator |
Whether the user is part of the ALM Administrator usergroup. |
boolean |
is-reserved-user |
Whether the user is a reserved user. |
boolean |
locale |
The locale of the logged in user. |
string |
login-date |
The date the user logged into the current session. |
string |
login-host-ip |
The IP Address of the host machine the user used to log in. |
string |
login-hostname |
The hostname of the machine the user used to log in. |
string |
password |
The password to use to login as. |
string |
user-fullname |
The Username of the user. |
string |
username |
The User Id to login as. |
string |
XmlBuildArchiveStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlBuildArchiveStatusList
Name | Description | Schema |
---|---|---|
archivestatuses |
Example : |
< XmlBuildArchiveStatus > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
XmlBuildStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlBuildStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
statuses |
Example : |
< XmlBuildStatus > array |
XmlBuildType
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlBuildTypeList
Name | Description | Schema |
---|---|---|
buildtypes |
Example : |
< XmlBuildType > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
XmlBuildView
Details of a specific Build.
Name | Description | Schema |
---|---|---|
archived-status |
The Archive Status of the Build File. |
|
build-environment-id |
The identifier of the Build Environment on which the Build was requested. |
integer (int32) |
build-environment-name |
The Name of the Build Environment on which the Build was requested. |
string |
build-number |
The Number of the Build. |
integer (int32) |
duration |
The duration of the Build Execution in milliseconds. |
integer (int64) |
end-datetime |
The Date and Time on which the Build ended. |
string |
file-name |
The Name of the Build File produced by the Build. |
string |
file-size |
The Size of the Build File produced by the Build in bytes. |
integer (int64) |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
is-tagged-build |
Whether the Build is tagged in the VCR. |
boolean |
levelrequest |
A reference to the Level Request the Build is part of. |
|
links |
Example : |
< Link > array |
machine-name |
The Name of the Machine on which the Build was requested. |
string |
start-datetime |
The Date and Time on which the Build started. |
string |
status |
The Status of the Build. |
XmlBuildViewList
Name | Description | Schema |
---|---|---|
builds |
Example : |
< XmlBuildView > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlCLRView
A container view for creating a Level Request
Name | Description | Schema |
---|---|---|
build-number |
Optional build number, can be set for a deliver or rollback Level Request (e.g. 88) |
string |
deploys-to-execute |
Comma separated list of the names of the deploy environments to execute.
Only relevant if Optional Deploys are enabled on the Level) (e.g. testDeploy1, testDeploy2)")); |
< string > array |
description |
Optional description of the Level Request (e.g. Build created with REST Interface) |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level |
Name of the Level to create a Level Request for (e.g. TEST) |
string |
links |
Example : |
< Link > array |
package |
Optional Package to create a Level Request for (e.g. pack-1) |
string |
parameters |
A map of build and/or deploy parameters needed to create the Level Request. |
< string, string > map |
project |
Name of the Project to create a Level Request for |
string |
projectstream |
Optional [build prefix]-[build-suffix] of the Project Stream (e.g. 1-0) to create a Level Request for |
string |
redeliver |
Allow redelivering a Build to a test or production Level (disabled by default)(true or false) |
string |
start-date |
Optional requested starting Date and Time (format dd/MM/yyyy HH:mm) (e.g. 20/10/2019 18:00) |
string |
tag |
Optional tag with which the build will be tagged in the VCR (e.g. H_1-0_b1) |
string |
XmlCRUFileRevisionView
Properties for a FileRevision to create or modify.
Name | Description | Schema |
---|---|---|
action |
The Action to perform on the File Revision. Can be either create, modify or delete. |
string |
name |
The Name of the File Revision to create or update. |
string |
path |
The Path of the File Revision to create or update. |
string |
revision |
The Revision number in the VCR of the File Revision to create or update. |
string |
XmlCRUPackageResultView
A newly created or updated Package and related File Revisions.
Name | Description | Schema |
---|---|---|
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
package |
Example : XmlPackageView |
|
packagecru-report |
Provides information on the status of individual steps during the Creation or Update of a Package and/or related File Revisions. |
< string > array |
validation-errors |
Shows any validation problems that occurred during the Create or Update of a Package and/or related File Revisions. |
< string, string > map |
XmlCRUPackageView
Properties for a Package and associated File Revisions to create or update.
Name | Description | Schema |
---|---|---|
archived |
Whether the Package should be hidden. |
boolean |
description |
The Description of the Package to create or update. |
string |
filerevisions |
A list of File Revisions to create or update alongside the Package. |
< XmlCRUFileRevisionView > array |
name |
The Name of the Package to create or update. |
string |
owner |
${documentation.XmlCRUPackageView.Owner} |
integer (int32) |
project |
The Name of the Project for which to create a Package. |
string |
projectstream |
The Prefix and Suffix of a Project Stream for which to create a Package. |
string |
status |
${documentation.XmlCRUPackageView.Status} |
integer (int32) |
target-release-date |
${documentation.XmlCRUPackageView.TargetReleaseDate} |
string |
XmlCRUProjectStreamView
Properties for a Project Stream.
Name | Description | Schema |
---|---|---|
accept-forced-build |
Optional boolean to indicate whether the project stream accepts forced builds. If not provided, defaults to true. |
boolean |
archived |
Optional boolean to hide the project stream. If not provided, defaults to false. |
boolean |
buildprefix |
Project stream buildprefix |
string |
buildsuffix |
Project stream buildsuffix, will be ignored for a head project stream |
string |
buildtype |
Optional integer to indicate project stream build type, e.g 0 is Full Build. Integer with possible values 0-3. If not provided, defaults to 0 (Full Build). |
integer (int32) |
description |
Optional string, description of the project stream |
string |
highest-buildnumber |
Optional integer, project stream highest build number. If not provided, defaults to 0. |
integer (int32) |
is-head |
Optional boolean to indicate if this will be a head (true) or branch (false) project stream. If not provided, defaults to false (Branch). |
boolean |
is-tagbased |
Optional boolean to build this project steam based on existing tags. If not provided, defaults to false. |
boolean |
lifecycle-oid |
Oid of existing lifecycle in the project |
integer (int32) |
locked |
Optional boolean to lock the branch. If not provided, defaults to false. |
boolean |
project-oid |
oid of existing project |
integer (int32) |
status |
Optional integer to indicate project stream status, e.g 0 is Under Construction. Integer with possible values 0-7. If not provided, defaults to 0 (Under Construction). |
integer (int32) |
tag-template |
Optional template for the VCR tag of newly created level Requests. If not provided, defaults to a generic value based on the Project type: "${streamType}_${prefix}_${suffix_b${buildNumber}" for released based projects, "${streamType}_${prefix}_${suffix}_${packageName}_b${buildNumber}" for package based projects. |
string |
vcr-branch-id |
Id of the branch, required for branch project streams, and for the head of a TFVC connected project |
string |
XmlCreateLevelRequestView
Details of the newly created Level Request.
Name | Description | Schema |
---|---|---|
buildnumber |
Build Number |
integer (int32) |
description |
Description |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-id |
Level Identifier |
integer (int32) |
links |
Example : |
< Link > array |
package-id |
Identifier of the Package |
integer (int32) |
projectstream |
Project Stream |
|
requested-datetime |
Requested Date and Time |
string |
tag |
VCR Tag |
string |
user |
Name of the User |
XmlDeployStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlDeployStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
statuses |
Example : |
< XmlDeployStatus > array |
XmlDeployView
Details of a specific Deploy.
Name | Description | Schema |
---|---|---|
deploy-environment-id |
The identifier of the Deploy Environment on which the Deploy was requested. |
integer (int32) |
deploy-environment-name |
The Name of the Deploy Environment on which the Deploy was requested. |
string |
duration |
The duration of the Deploy Execution in milliseconds. |
integer (int64) |
end-datetime |
The Date and Time on which the Deploy ended. |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
levelrequest |
A reference to the Level Request the Deploy is part of. |
|
links |
Example : |
< Link > array |
machine-name |
The Name of the Machine on which the Deploy was requested. |
string |
sequence-number |
The position of the Deploy in the sequence of Deploys. |
integer (int32) |
start-datetime |
The Date and Time on which the Deploy started. |
string |
status |
The Status of the Deploy. |
XmlDeployViewList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
deploys |
Example : |
< XmlDeployView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlExportableBuildEnvironmentView
Name | Description | Schema |
---|---|---|
build-script |
Example : |
string |
build-suffix |
Example : |
string |
buildenvironmentparameters |
Example : |
< XmlExportableBuildParameterView > array |
buildtoolref |
Example : |
string |
debug |
Example : |
boolean |
downloadable-build |
Example : |
boolean |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-oid |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
machineref |
Example : |
string |
name |
Example : |
string |
oid |
Example : |
integer (int32) |
phases |
Example : |
< XmlExportableEnvironmentPhaseView > array |
source-location |
Example : |
string |
target-location |
Example : |
string |
user-parameters |
Example : |
boolean |
XmlExportableBuildParameterView
Name | Description | Schema |
---|---|---|
description |
Example : |
string |
dynamic |
Example : |
boolean |
editable |
Example : |
boolean |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
key |
Example : |
string |
links |
Example : |
< Link > array |
mandatory |
Example : |
boolean |
oid |
Example : |
integer (int32) |
secured |
Example : |
boolean |
user-controlled |
Example : |
boolean |
value |
Example : |
string |
XmlExportableDeployEnvironmentView
Name | Description | Schema |
---|---|---|
build-environment-oid |
Example : |
integer (int32) |
debug |
Example : |
boolean |
deploy-script |
Example : |
string |
deployenvironmentparameters |
Example : |
< XmlExportableDeployParameterView > array |
deploytoolref |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-oid |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
machineref |
Example : |
string |
name |
Example : |
string |
oid |
Example : |
integer (int32) |
partial-deploy |
Example : |
boolean |
phases |
Example : |
< XmlExportableEnvironmentPhaseView > array |
sequence-number |
Example : |
integer (int32) |
source-location |
Example : |
string |
target-location |
Example : |
string |
user-parameters |
Example : |
boolean |
XmlExportableDeployParameterView
Name | Description | Schema |
---|---|---|
description |
Example : |
string |
dynamic |
Example : |
boolean |
editable |
Example : |
boolean |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
key |
Example : |
string |
links |
Example : |
< Link > array |
mandatory |
Example : |
boolean |
oid |
Example : |
integer (int32) |
secured |
Example : |
boolean |
user-controlled |
Example : |
boolean |
value |
Example : |
string |
XmlExportableEnvironmentPhaseParameterView
Name | Description | Schema |
---|---|---|
globalphaseparameter |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
integrationref |
Example : |
string |
integrationtype |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
name |
Example : |
string |
oid |
Example : |
integer (int32) |
value |
Example : |
string |
XmlExportableEnvironmentPhaseView
Name | Description | Schema |
---|---|---|
description |
Example : |
string |
environment-oid |
Example : |
integer (int32) |
environment-type |
Example : |
integer (int32) |
fail-on-error |
Example : |
boolean |
firstphase |
Example : |
boolean |
globalphase |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
next-phase-on-fail-oid |
Example : |
integer (int32) |
next-phase-on-success-oid |
Example : |
integer (int32) |
next-phase-on-warning-oid |
Example : |
integer (int32) |
oid |
Example : |
integer (int32) |
parameters |
Example : |
|
phase-name |
Example : |
string |
phase-version |
Example : |
string |
XmlExportableLevelView
Name | Description | Schema |
---|---|---|
buildenvironments |
Example : |
< XmlExportableBuildEnvironmentView > array |
debug |
Example : |
boolean |
deployenvironments |
Example : |
< XmlExportableDeployEnvironmentView > array |
description |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
locked |
Example : |
boolean |
name |
Example : |
string |
notification-criteria |
Example : |
integer (int32) |
notification-type |
Example : |
integer (int32) |
oid |
Example : |
integer (int32) |
phases |
Example : |
< XmlExportableEnvironmentPhaseView > array |
post-notification-criteria |
Example : |
integer (int32) |
postapprovals |
Example : |
|
postnotification-usergroupref |
Example : |
string |
preapprovals |
Example : |
|
prenotification-usergroupref |
Example : |
string |
requester-usergroupref |
Example : |
string |
scheduleref |
Example : |
string |
type |
Example : |
integer (int32) |
XmlExportableLifecycleAssociationView
Name | Description | Schema |
---|---|---|
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-oid |
Example : |
integer (int32) |
lifecycle-oid |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
oid |
Example : |
integer (int32) |
optional |
Example : |
boolean |
optional-deploy |
Example : |
boolean |
sequence-number |
Example : |
integer (int32) |
XmlExportableLifecycleView
Name | Description | Schema |
---|---|---|
description |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
is-base |
Example : |
boolean |
lifecycle-associations |
Example : |
< XmlExportableLifecycleAssociationView > array |
links |
Example : |
< Link > array |
name |
Example : |
string |
oid |
Example : |
integer (int32) |
XmlExportablePostApprovalUserGroupAssociationView
Name | Description | Schema |
---|---|---|
controlled-by-usergroup |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-oid |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
oid |
Example : |
integer (int32) |
sequencenumber |
Example : |
integer (int32) |
XmlExportablePreApprovalUserGroupAssociationView
Name | Description | Schema |
---|---|---|
controlled-by-usergroup |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
levelOid |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
oid |
Example : |
integer (int32) |
sequencenumber |
Example : |
integer (int32) |
XmlExportableProjectStreamView
Name | Description | Schema |
---|---|---|
accept-forced-build |
Example : |
boolean |
archived |
Example : |
boolean |
buildprefix |
Example : |
string |
buildsuffix |
Example : |
string |
buildtype |
Example : |
integer (int32) |
description |
Example : |
string |
highest-buildnumber |
Example : |
integer (int32) |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
is-head |
Example : |
boolean |
is-tagbased |
Example : |
boolean |
lifecycle-oid |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
locked |
Example : |
boolean |
oid |
Example : |
integer (int32) |
partial-build-tag |
Example : |
string |
status |
Example : |
integer (int32) |
tag-template |
Example : |
string |
vcr-branch-id |
Example : |
string |
XmlExportableProjectView
Name | Description | Schema |
---|---|---|
admingroupref |
Example : |
string |
archived |
Example : |
boolean |
buildscript |
Example : |
string |
deployscript |
Example : |
string |
description |
Example : |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
issuetrackingsystemref |
Example : |
string |
links |
Example : |
< Link > array |
locked |
Example : |
boolean |
name |
Example : |
string |
oid |
Example : |
integer (int32) |
projecttype |
Example : |
integer (int32) |
usergroupref |
Example : |
string |
vcr-projectname |
Example : |
string |
vcrref |
Example : |
string |
XmlFileRevisionView
Details of a specific File Revision.
Name | Description | Schema |
---|---|---|
name |
The Name of the File Revision. |
string |
path |
The Path of the File Revision. |
string |
revision |
The Revision number in the VCR of the File Revision. |
string |
XmlFileRevisionViewList
A list of File Revisions
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
filerevisions |
A list of File Revisions. |
< XmlFileRevisionView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlGitView
Details of a specific Git Repository
Name | Description | Schema |
---|---|---|
cache-location |
Cache Location |
string |
clone-with-filter-blob-none |
Clone with –filter=blob:none |
boolean |
command-path |
Command Path |
string |
default-branch-name |
Default Branch Name |
string |
description |
Description |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
name |
Name |
string |
password |
Password |
string |
repository-push-url |
Repository URL |
string |
repository-url |
Repository URL |
string |
timeout |
Time-Out (seconds) |
integer (int32) |
type |
Repository Type (git) |
string |
user-id |
User ID |
string |
XmlGitViewList
A list of Git Repositories
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
gits |
A paginated list of Git Repositories that may be filtered and sorted |
< XmlGitView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlGlobalRefResource
Details of a Reference to a Global Object that 'exists' (should exist) in the Kobee Instance 'from the exported Project' ('where the Project will be imported')
Name | Description | Schema |
---|---|---|
attributes |
The Global Reference attributes needed to link to a specific global object. Mostly the 'name' attribute is sufficient, but sometimes additional attributes (type, phaseVersion,…) are needed to uniquely identify the Object. |
< string, string > map |
refid |
Identifier of a Global Reference Object. Will be used as replacing identifier in the Project Tree when linking a Project Object to a Global object, e.g. globalref-14. |
integer (int32) |
type |
The Global Reference type (vcr, its=Issue Tracking System, usergroup, schedule, tool, machine, phase, phaseparameter, transporterprotocol, unknown). |
string |
XmlIssueTrackingSystemPropertyView
Details of a specific Issue Tracking System Property
Name | Description | Schema |
---|---|---|
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
name |
Name |
string |
secured |
Secured |
boolean |
value |
Property Value |
string |
XmlIssueTrackingSystemPropertyViewList
A list of Issue Tracking System Properties
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
issuetrackingsystemproperties |
${documentation.XmlIssueTrackingSystemPropertyView.value} |
< XmlIssueTrackingSystemPropertyView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlIssueTrackingSystemView
Details of a specific Issue Tracking System
Name | Description | Schema |
---|---|---|
add-comments |
Add Comments |
boolean |
description |
Description |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
issue-id-pattern |
Issue ID Pattern |
string |
issue-pattern |
Issue Pattern |
string |
links |
Example : |
< Link > array |
name |
Name |
string |
password |
Password |
string |
plugin-factory-class |
Example : |
string |
url |
URL |
string |
user |
User |
string |
XmlIssueTrackingSystemViewList
A list of Issue Tracking Systems
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
issuetrackingsystems |
${documentation.XmlIssueTrackingSystemViewList.value} |
< XmlIssueTrackingSystemView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlIssueView
Details of a specific Issue.
Name | Description | Schema |
---|---|---|
description |
The Description of the Issue. |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
issue-id |
The identifier of the Issue in the Issue Tracking System. |
string |
links |
Example : |
< Link > array |
owner |
The Owner of the Issue in the Issue Tracking System. |
string |
priority |
The Priority of the Issue. |
string |
status |
The Status of the Issue. |
string |
url |
The Url of the Issue in the Issue Tracking System. |
string |
XmlIssueViewList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
issues |
Example : |
< XmlIssueView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlLevelRequestActionType
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlLevelRequestActionTypeList
Name | Description | Schema |
---|---|---|
actiontypes |
Example : |
< XmlLevelRequestActionType > array |
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
XmlLevelRequestPatchView
A view for updating, cancelling or aborting a Level Request
Name | Description | Schema |
---|---|---|
description |
Description of the Level Request to be updated. |
string |
requested-datetime |
Requested Date and Time of the Level Request to be updated, in correct format (e.g M/d/yy h:mm a). |
string |
status |
Target Status of the Level Request you want to Cancel (status=8) or Abort (status=10). |
integer (int32) |
XmlLevelRequestResultView
Details of a specific Level Request.
Name | Description | Schema |
---|---|---|
action-type |
The ActionType of the Level Request. |
|
build-number |
The Build Number of the Level Request. |
integer (int32) |
created-by-user |
A reference to the User who requested the Level Request. |
|
created-on-datetime |
The Date and Time on which the Level Request was created. |
string |
createdby-user-id |
The Name of the User who requested the Level Request. |
string |
description |
The Description of the Level Request. |
string |
end-datetime |
The Date and Time on which the Level Request ended. |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
level-id |
The identifier of the Level for which the Level Request was requested. |
integer (int32) |
level-name |
The Name of the Level for which the Level Request was requested. |
string |
links |
Example : |
< Link > array |
package |
A reference to the Package for which the Level Request was requested. |
|
project |
A reference to the Project for which the Level Request was requested. |
|
project-name |
The Name of the Project for which the Level Request was requested. |
string |
projectstream |
A reference to the Project Stream for which the Level Request was requested. |
|
projectstream-short-notation |
The Project Stream for which the Level Request was requested. |
string |
requested-datetime |
The Date and Time on which the Level Request was requested to start. |
string |
start-datetime |
The Date and Time on which the Level Request started. |
string |
status |
The Status of the Level Request. |
|
type |
The Type of the Level Request. |
|
vcr-tag |
The Tag the Level Request is tagged with in the VCR. |
string |
XmlLevelRequestResultViewList
A list of Level Requests
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
levelrequests |
A paginated list of Level Request Results that may be filtered and sorted. |
< XmlLevelRequestResultView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlLevelRequestStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlLevelRequestStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
statuses |
Example : |
< XmlLevelRequestStatus > array |
XmlLevelRequestType
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlLevelRequestTypeList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
types |
Example : |
< XmlLevelRequestType > array |
XmlLifecycleView
Details of a specific Lifecycle
Name | Description | Schema |
---|---|---|
description |
Description |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
is-base |
Whether this is a base or branch Lifecycle |
boolean |
links |
Example : |
< Link > array |
name |
Name |
string |
project |
The Project connected to the Lifecycle |
XmlLifecycleViewList
A list of Lifecycles
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
lifecycles |
${documentation.LifecycleViewList.value} |
< XmlLifecycleView > array |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlMachineStatusView
Agent Log or Status Details of a specific Machine
Name | Description | Schema |
---|---|---|
agent-log |
Agent Log |
string |
agentstatus |
Agent Status (0=Shutting Down, 1=Idle, 2=Running Builds, 3=Running Deploys, 4=Running Builds and Deploys, 5=Could not connect) |
|
dhcp-enabled |
DHCP Enabled |
boolean |
dhcp-name |
DHCP Name |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
ip-address |
IP Address |
string |
links |
Example : |
< Link > array |
name |
Name |
string |
serverstatus |
Server Status (O=Shutting Down, 1=Idle, 2=Running Level Requests, 3=Could not connect) |
XmlMachineView
Details of a specific Machine
Name | Description | Schema |
---|---|---|
agent-port |
Agent Port |
integer (int32) |
description |
Description |
string |
dhcp-enabled |
DHCP Enabled |
boolean |
dhcp-name |
DHCP Name |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
ip-address |
IP Address |
string |
job-limit |
Concurrent Deploy Limit |
integer (int32) |
links |
Example : |
< Link > array |
locked |
Whether the Machine is Locked or not |
boolean |
name |
Name |
string |
operatingsystem |
Operating System |
|
server-port |
Server Port |
integer (int32) |
transporterprotocol-id |
Identifier of the Transporter Protocol linked to the Machine |
integer (int32) |
transporterprotocol-name |
Name of the Transporter Protocol linked to the Machine |
string |
XmlMachineViewList
A list of Machines
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
machines |
A paginated list of Machines that may be filtered and sorted |
< XmlMachineView > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlOperatingSystem
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlOperatingSystemList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
operatingsystems |
Example : |
< XmlOperatingSystem > array |
XmlPackageStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlPackageStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
statuses |
Example : |
< XmlPackageStatus > array |
XmlPackageView
Details of a package
Name | Description | Schema |
---|---|---|
archived |
Whether the Package is hidden. |
boolean |
description |
The Description of the Package. |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
latest-levelrequest |
Example : ForeignKeyResource |
|
links |
Example : |
< Link > array |
name |
The Name of the Package. |
string |
owner |
The Owner of the package. |
|
project |
Example : ForeignKeyResource |
|
project-name |
The Name of the Project the Package is part of. |
string |
projectstream |
Example : ForeignKeyResource |
|
projectstream-short-notation |
The Project Stream the Package is part of. |
string |
status |
The Status of the Package (0=Active, 1=Frozen, 2=Archived). |
|
target-release-date |
The Target Release Date of the Package. |
string |
XmlPackageViewList
A list of Packages
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
packages |
${documentation.XmlPackageViewList.value} |
< XmlPackageView > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
XmlPhaseLogFormatType
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlPhaseLogFormatTypeList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
formattypes |
Example : |
< XmlPhaseLogFormatType > array |
links |
Example : |
< Link > array |
XmlPhaseLogStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlPhaseLogStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
statuses |
Example : |
< XmlPhaseLogStatus > array |
XmlPhaseLogView
Details of a specific Phase
Name | Description | Schema |
---|---|---|
display-name |
The human readable name of the Phase that was executed. |
string |
duration |
The duration of the Phase Execution. |
integer (int64) |
end-datetime |
The Date and Time when the Phase ended execution. |
string |
formattingData |
Additional formatting data used to format the Phase Log. |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
log-format |
The format of the Phase Log (0=TXT; 1=XML). |
|
message |
The summary message of the Phase Log. |
string |
phase-name |
The internal name of the Phase that was executed. |
string |
phase-version |
The version of the Phase that was executed. |
string |
stackTrace |
The stack trace of the Phase Log in case of a failure. |
string |
start-datetime |
The Date and Time when the Phase started execution. |
string |
status |
The status of the Phase Execution (0=Not Executed; 1=Success; 2=Warning; 3=Fail; 4=Run; 5=Aborted). |
XmlPhaseLogViewList
A list of Phase Logs
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
phases |
A paginated list of Phase Logs that may be filtered and sorted. |
< XmlPhaseLogView > array |
total |
Example : |
integer (int32) |
XmlProjectExportView
Details of an Exported Project(Project Export Resource)/Details of the input to Import a Project (Project Import Resource)
Name | Description | Schema |
---|---|---|
globalreferences |
References to Global Objects from the exported Project, like VCR, Build and Deploy Tools, User Groups, Machines, … These Objects should exist in the Kobee instance when your are importing a Project. |
< XmlGlobalRefResource > array |
links |
Example : |
< Link > array |
projecttree |
The exported Project Tree, containing Project, Project Streams, Lifecycles, Levels and all their sub elements. Will be entirely created when importing the Project. |
|
version |
Kobee Version that generated the Export Project Tree. Must be identical to the version of the Kobee instance where this tree will be imported. |
string |
XmlProjectStreamStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlProjectStreamStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
statuses |
Example : |
< XmlProjectStreamStatus > array |
XmlProjectStreamView
Details of a specific Project Stream
Name | Description | Schema |
---|---|---|
accept-forced-build |
Accept Forced Build |
boolean |
archived |
Hidden |
boolean |
buildprefix |
Prefix |
string |
buildsuffix |
Suffix |
string |
buildtype |
Build Type |
|
description |
Description |
string |
highest-buildnumber |
Highest Build Number |
integer (int32) |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
is-head |
Type (Head or Branch stream) |
boolean |
is-tagbased |
Whether the stream is Tag-Based |
boolean |
lifecycle |
The Lifecycle connected to the Project Stream |
|
lifecycle-name |
Lifecycle Name |
string |
links |
Example : |
< Link > array |
locked |
Locked |
boolean |
partial-build-tag |
VCR Tag in case of Tag-based Partial Build |
string |
project |
The Project connected to the Project Stream |
|
project-name |
Project Name |
string |
projecttype |
Project Type |
|
status |
Status |
|
tag-template |
Tag Template |
string |
vcr-branch-id |
VCR Branch ID |
string |
XmlProjectStreamViewList
A list of Project Streams
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
projectstreams |
A paginated list of Project Streams that may be filtered and sorted |
< XmlProjectStreamView > array |
total |
Example : |
integer (int32) |
XmlProjectTreeView
Name | Description | Schema |
---|---|---|
levels |
Example : |
< XmlExportableLevelView > array |
lifecycles |
Example : |
< XmlExportableLifecycleView > array |
links |
Example : |
< Link > array |
project |
Example : XmlExportableProjectView |
|
projectstreams |
Example : |
< XmlExportableProjectStreamView > array |
XmlProjectType
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlProjectTypeList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
projecttypes |
Example : |
< XmlProjectType > array |
XmlProjectView
Details of a specific Project
Name | Description | Schema |
---|---|---|
admingroup |
Admin Access |
|
archived |
Hidden |
boolean |
buildscript |
Build Script |
string |
deployscript |
Deploy Script |
string |
description |
Description |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
issuetrackingsystem |
Issue Tracking System |
|
links |
Example : |
< Link > array |
locked |
Locked |
boolean |
name |
Name |
string |
projecttype |
Project Type |
|
usergroup |
User Access |
|
vcr |
VCR |
|
vcr-projectname |
VCR Project Name |
string |
XmlProjectViewList
A list of Projects
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
projects |
A paginated list of Projects that may be filtered and sorted |
< XmlProjectView > array |
total |
Example : |
integer (int32) |
XmlRepositoryLayout
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlRepositoryLayoutList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
repository-layouts |
Example : |
< XmlRepositoryLayout > array |
XmlServerStatus
Name | Description | Schema |
---|---|---|
id |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
text |
Example : |
string |
XmlServerStatusList
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
serverstatuses |
Example : |
< XmlServerStatus > array |
XmlSvnView
Details of a specific Subversion Repository
Name | Description | Schema |
---|---|---|
command-path |
Command Path |
string |
description |
Description |
string |
fetch-meta-properties |
Whether to fetch the SVN Meta Properties or not |
boolean |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
name |
Name |
string |
password |
Password |
string |
repository-layout |
Repository Layout |
|
repository-url |
Repository URL |
string |
tags-directory |
Tags Directory |
string |
timeout |
Time-Out (seconds) |
integer (int32) |
trunk-directory |
Trunk Directory |
string |
type |
Repository Type (svn) |
string |
user-id |
User ID |
string |
XmlSvnViewList
A list of Subversion Repositories
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
subversions |
A paginated list of Subversion Repositories that may be filtered and sorted |
< XmlSvnView > array |
total |
Example : |
integer (int32) |
XmlUserGroupView
Details of a specific UserGroup
Name | Description | Schema |
---|---|---|
description |
Description |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
name |
Name |
string |
type |
Whether the User Group is Internal(0) or External(1) |
integer (int32) |
XmlUserGroupViewList
A list of User Groups
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
usergroups |
A paginated list of User Groups that may be filtered and sorted |
< XmlUserGroupView > array |
XmlUserView
Details of a specific User
Name | Description | Schema |
---|---|---|
archived |
Whether the User is Archived or not |
boolean |
browserID |
The Browser ID of a connected User |
string |
description |
Description |
string |
email-address |
E-mail Address |
string |
id |
The Uniform Resource Name (urn) of the retrieved object. |
string |
links |
Example : |
< Link > array |
locale |
Locale |
string |
location |
Location |
string |
login-date |
The Login Time of a connected User |
string (date-time) |
login-hostIP |
The IP Address of a connected User |
string |
login-hostname |
The Hostname of a connected User |
string |
mobile-number |
Mobile Number |
string |
name |
Name |
string |
reserved |
Whether the User is Reserved or not |
boolean |
tel-number |
Phone Number |
string |
user-id |
User ID |
string |
XmlUserViewList
A list of Users
Name | Description | Schema |
---|---|---|
count |
Example : |
integer (int32) |
links |
Example : |
< Link > array |
page |
Example : |
integer (int32) |
pagesize |
Example : |
integer (int32) |
total |
Example : |
integer (int32) |
users |
A paginated list of Users that may be filtered and sorted |
< XmlUserView > array |
XmlValidatedProjectImportView
Details of a Project Import Action
Name | Description | Schema |
---|---|---|
imported-project |
The imported Project, shown when import is successful. |
|
links |
Example : |
< Link > array |
validation-errors |
Shows any validation errors that occurred during the validation stage or the actual import. |
< string, string > map |
validation-report |
The Validation Report describing the result of the 3 Validation Stages (dry-run) and the Validation Import Stage (real import):
* Stage One: Validation of the global references in the project tree;
* Stage two: Validate whether the global references can be linked to a global object in the Kobee Instance;
* Stage Three: Validate whether the internal project links are correct;
* Import Stage: only present when the other stages are validated, reports on the actual Project Import. |
< string > array |