package
1.0.1
Repository: https://github.com/go-the-way/tc.git
Documentation: pkg.go.dev

# README

Go API client for swagger

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 2018.1
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to https://teamcity.jetbrains.com

ClassMethodHTTP requestDescription
AgentApiDeleteAgentDelete /app/rest/agents/{agentLocator}Delete an inactive agent.
AgentApiGetAgentGet /app/rest/agents/{agentLocator}Get agent matching the locator.
AgentApiGetAgentFieldGet /app/rest/agents/{agentLocator}/{field}Get a field of the matching agent.
AgentApiGetAgentPoolGet /app/rest/agents/{agentLocator}/poolGet the agent pool of the matching agent.
AgentApiGetAllAgentsGet /app/rest/agentsGet all known agents.
AgentApiGetAuthorizedInfoGet /app/rest/agents/{agentLocator}/authorizedInfoGet the authorization info of the matching agent.
AgentApiGetBuildConfigurationRunPolicyGet /app/rest/agents/{agentLocator}/compatibilityPolicyGet the build configuration run policy of the matching agent.
AgentApiGetCompatibleBuildTypesGet /app/rest/agents/{agentLocator}/compatibleBuildTypesGet build types compatible with the matching agent.
AgentApiGetEnabledInfoGet /app/rest/agents/{agentLocator}/enabledInfoCheck if the matching agent is enabled.
AgentApiGetIncompatibleBuildTypesGet /app/rest/agents/{agentLocator}/incompatibleBuildTypesGet build types incompatible with the matching agent.
AgentApiSetAgentFieldPut /app/rest/agents/{agentLocator}/{field}Update a field of the matching agent.
AgentApiSetAgentPoolPut /app/rest/agents/{agentLocator}/poolAssign the matching agent to the specified agent pool.
AgentApiSetAuthorizedInfoPut /app/rest/agents/{agentLocator}/authorizedInfoUpdate the authorization info of the matching agent.
AgentApiSetBuildConfigurationRunPolicyPut /app/rest/agents/{agentLocator}/compatibilityPolicyUpdate build configuration run policy of agent matching locator.
AgentApiSetEnabledInfoPut /app/rest/agents/{agentLocator}/enabledInfoUpdate the enablement status of the matching agent.
AgentPoolApiAddAgentToAgentPoolPost /app/rest/agentPools/{agentPoolLocator}/agentsAssign the agent to the matching agent pool.
AgentPoolApiAddProjectToAgentPoolPost /app/rest/agentPools/{agentPoolLocator}/projectsAssign the project to the matching agent pool.
AgentPoolApiCreateAgentPoolPost /app/rest/agentPoolsCreate a new agent pool.
AgentPoolApiDeleteAgentPoolDelete /app/rest/agentPools/{agentPoolLocator}Delete the agent pool matching the locator.
AgentPoolApiDeleteAllProjectsFromAgentPoolDelete /app/rest/agentPools/{agentPoolLocator}/projectsUnassign all projects from the matching agent pool.
AgentPoolApiDeleteProjectFromAgentPoolDelete /app/rest/agentPools/{agentPoolLocator}/projects/{projectLocator}Unassign the project from the matching agent pool.
AgentPoolApiGetAgentPoolOfAgentPoolGet /app/rest/agentPools/{agentPoolLocator}Get the agent pool matching the locator.
AgentPoolApiGetAllAgentPoolsGet /app/rest/agentPoolsGet all agent pools.
AgentPoolApiGetAllAgentsFromAgentPoolGet /app/rest/agentPools/{agentPoolLocator}/agentsGet the agent of the matching agent pool.
AgentPoolApiGetAllProjectsFromAgentPoolGet /app/rest/agentPools/{agentPoolLocator}/projectsGet all projects of the matching agent pool.
AgentPoolApiGetFieldFromAgentPoolGet /app/rest/agentPools/{agentPoolLocator}/{field}Get a field of the matching agent pool.
AgentPoolApiSetAgentPoolFieldPut /app/rest/agentPools/{agentPoolLocator}/{field}Update a field of the matching agent pool.
AgentPoolApiSetAgentPoolProjectsPut /app/rest/agentPools/{agentPoolLocator}/projectsUpdate projects of the matching agent pool.
AuditApiGetAllAuditEventsGet /app/rest/auditGet all audit events.
AuditApiGetAuditEventGet /app/rest/audit/{auditEventLocator}Get audit event matching the locator.
AvatarApiDeleteAvatarDelete /app/rest/avatars/{userLocator}Delete a users avatar
AvatarApiGetAvatarGet /app/rest/avatars/{userLocator}/{size}/avatar.pngGet a users avatar
AvatarApiGetAvatarWithHashGet /app/rest/avatars/{userLocator}/{size}/avatar.{hash}.pngGet a users avatar
AvatarApiPutAvatarPut /app/rest/avatars/{userLocator}Update a users avatar
BuildApiAddBuildVcsLabelPost /app/rest/builds/{buildLocator}/vcsLabelsAdd a VCS label to the matching build.
BuildApiAddLogMessageToBuildPost /app/rest/builds/{buildLocator}/logAdds a message to the build log. Service messages are accepted.
BuildApiAddProblemToBuildPost /app/rest/builds/{buildLocator}/problemOccurrencesAdd a build problem to the matching build.
BuildApiAddTagsToBuildPost /app/rest/builds/{buildLocator}/tagsAdd tags to the matching build.
BuildApiAddTagsToMultipleBuildsPost /app/rest/builds/multiple/{buildLocator}/tagsAdd tags to multiple matching builds.
BuildApiCancelBuildPost /app/rest/builds/{buildLocator}cancelBuild
BuildApiCancelMultiplePost /app/rest/builds/multiple/{buildLocator}cancelMultipleBuilds
BuildApiDeleteBuildDelete /app/rest/builds/{buildLocator}Delete build matching the locator.
BuildApiDeleteBuildCommentDelete /app/rest/builds/{buildLocator}/commentRemove the build comment matching the locator.
BuildApiDeleteMultipleBuildCommentsDelete /app/rest/builds/multiple/{buildLocator}/commentDelete comments of multiple matching builds.
BuildApiDeleteMultipleBuildsDelete /app/rest/builds/multiple/{buildLocator}Delete multiple builds matching the locator.
BuildApiDownloadFileOfBuildGet /app/rest/builds/{buildLocator}/artifacts/files{path}Download specific file.
BuildApiGetAggregatedBuildStatusGet /app/rest/builds/aggregated/{buildLocator}/statusGet the build status of aggregated matching builds.
BuildApiGetAggregatedBuildStatusIconGet /app/rest/builds/aggregated/{buildLocator}/statusIcon{suffix}Get the status icon (in specified format) of aggregated matching builds.
BuildApiGetAllBuildsGet /app/rest/buildsGet all builds.
BuildApiGetArtifactDependencyChangesGet /app/rest/builds/{buildLocator}/artifactDependencyChangesGet artifact dependency changes of the matching build.
BuildApiGetArtifactsDirectoryGet /app/rest/builds/{buildLocator}/artifactsDirectoryGet the artifacts' directory of the matching build.
BuildApiGetBuildGet /app/rest/builds/{buildLocator}Get build matching the locator.
BuildApiGetBuildActualParametersGet /app/rest/builds/{buildLocator}/resulting-propertiesGet actual build parameters of the matching build.
BuildApiGetBuildFieldGet /app/rest/builds/{buildLocator}/{field}Get a field of the matching build.
BuildApiGetBuildFinishDateGet /app/rest/builds/{buildLocator}/finishDateGet the finish date of the matching build.
BuildApiGetBuildNumberGet /app/rest/builds/{buildLocator}/numberGet the number of the matching build.
BuildApiGetBuildPinInfoGet /app/rest/builds/{buildLocator}/pinInfoCheck if the matching build is pinned.
BuildApiGetBuildProblemsGet /app/rest/builds/{buildLocator}/problemOccurrencesGet build problems of the matching build.
BuildApiGetBuildRelatedIssuesGet /app/rest/builds/{buildLocator}/relatedIssuesGet related issues of the matching build.
BuildApiGetBuildResolvedGet /app/rest/builds/{buildLocator}/resolved/{value}Get the resolvement status of the matching build.
BuildApiGetBuildResultingPropertiesGet /app/rest/builds/{buildLocator}/resulting-properties/{propertyName}Update a build parameter of the matching build.
BuildApiGetBuildSourceFileGet /app/rest/builds/{buildLocator}/sources/files/{fileName}Get a source file of the matching build.
BuildApiGetBuildStatisticValueGet /app/rest/builds/{buildLocator}/statistics/{name}Get a statistical value of the matching build.
BuildApiGetBuildStatisticValuesGet /app/rest/builds/{buildLocator}/statisticsGet all statistical values of the matching build.
BuildApiGetBuildStatusGet /app/rest/builds/{buildLocator}/statusGet status of the matching build.
BuildApiGetBuildStatusIconGet /app/rest/builds/{buildLocator}/statusIcon{suffix}Get the status icon (in specified format) of the matching build.
BuildApiGetBuildStatusTextGet /app/rest/builds/{buildLocator}/statusTextGet the build status text of the matching build.
BuildApiGetBuildTagsGet /app/rest/builds/{buildLocator}/tagsGet tags of the matching build.
BuildApiGetBuildTestOccurrencesGet /app/rest/builds/{buildLocator}/testOccurrencesGet test occurrences of the matching build.
BuildApiGetBuildVcsLabelsGet /app/rest/builds/{buildLocator}/vcsLabelsGet VCS labels of the matching build.
BuildApiGetCanceledInfoGet /app/rest/builds/{buildLocator}/canceledInfoCheck if the matching build is canceled.
BuildApiGetFileMetadataOfBuildGet /app/rest/builds/{buildLocator}/artifacts/metadata{path}Get metadata of specific file.
BuildApiGetFilesListForSubpathOfBuildGet /app/rest/builds/{buildLocator}/artifacts/{path}List files under this path.
BuildApiGetFilesListOfBuildGet /app/rest/builds/{buildLocator}/artifactsList all files.
BuildApiGetMultipleBuildsGet /app/rest/builds/multiple/{buildLocator}Get multiple builds matching the locator.
BuildApiGetZippedFileOfBuildGet /app/rest/builds/{buildLocator}/artifacts/archived{path}Get specific file zipped.
BuildApiMarkBuildAsRunningPut /app/rest/builds/{buildLocator}/runningDataStarts the queued build as an agent-less build and returns the corresponding running build.
BuildApiPinMultipleBuildsPut /app/rest/builds/multiple/{buildLocator}/pinInfoPin multiple matching builds.
BuildApiRemoveMultipleBuildTagsDelete /app/rest/builds/multiple/{buildLocator}/tagsRemove tags from multiple matching builds.
BuildApiResetBuildFinishPropertiesDelete /app/rest/builds/{buildLocator}/caches/finishPropertiesRemove build parameters from the matching build.
BuildApiSetBuildCommentPut /app/rest/builds/{buildLocator}/commentUpdate the comment on the matching build.
BuildApiSetBuildFinishDatePut /app/rest/builds/{buildLocator}/finishDateMarks the running build as finished by passing agent the current time of the build to finish.
BuildApiSetBuildNumberPut /app/rest/builds/{buildLocator}/numberUpdate the number of the matching build.
BuildApiSetBuildPinInfoPut /app/rest/builds/{buildLocator}/pinInfoUpdate the pin info of the matching build.
BuildApiSetBuildStatusPost /app/rest/builds/{buildLocator}/statusChange status of the build.
BuildApiSetBuildStatusTextPut /app/rest/builds/{buildLocator}/statusTextUpdate the build status of the matching build.
BuildApiSetBuildTagsPut /app/rest/builds/{buildLocator}/tagsUpdate tags of the matching build.
BuildApiSetFinishedTimePut /app/rest/builds/{buildLocator}/finishMarks the running build as finished by passing agent the current time of the build to finish.
BuildApiSetMultipleBuildCommentsPut /app/rest/builds/multiple/{buildLocator}/commentUpdate comments in multiple matching builds.
BuildQueueApiAddBuildToQueuePost /app/rest/buildQueueAdd a new build to the queue.
BuildQueueApiAddTagsToBuildOfBuildQueuePost /app/rest/buildQueue/{buildLocator}/tagsAdd tags to the matching build.
BuildQueueApiApproveQueuedBuildPost /app/rest/buildQueue/{buildLocator}/approveApprove queued build with approval feature enabled.
BuildQueueApiCancelQueuedBuildPost /app/rest/buildQueue/{queuedBuildLocator}Cancel a queued matching build.
BuildQueueApiDeleteAllQueuedBuildsDelete /app/rest/buildQueueDelete all queued builds.
BuildQueueApiDeleteQueuedBuildDelete /app/rest/buildQueue/{queuedBuildLocator}Delete a queued matching build.
BuildQueueApiGetAllQueuedBuildsGet /app/rest/buildQueueGet all queued builds.
BuildQueueApiGetApprovalInfoGet /app/rest/buildQueue/{buildLocator}/approvalInfoGet approval info of a queued matching build.
BuildQueueApiGetCompatibleAgentsForBuildGet /app/rest/buildQueue/{queuedBuildLocator}/compatibleAgentsGet compatible agents for a queued matching build.
BuildQueueApiGetQueuedBuildGet /app/rest/buildQueue/{queuedBuildLocator}Get a queued matching build.
BuildQueueApiGetQueuedBuildPositionGet /app/rest/buildQueue/order/{queuePosition}Get the queue position of a queued matching build.
BuildQueueApiGetQueuedBuildTagsGet /app/rest/buildQueue/{buildLocator}/tagsGet tags of the queued matching build.
BuildQueueApiSetQueuedBuildPositionPut /app/rest/buildQueue/order/{queuePosition}Update the queue position of a queued matching build.
BuildQueueApiSetQueuedBuildsOrderPut /app/rest/buildQueue/orderUpdate the build queue order.
BuildTypeApiAddAgentRequirementToBuildTypePost /app/rest/buildTypes/{btLocator}/agent-requirementsAdd an agent requirement to the matching build configuration.
BuildTypeApiAddArtifactDependencyToBuildTypePost /app/rest/buildTypes/{btLocator}/artifact-dependenciesAdd an artifact dependency to the matching build configuration.
BuildTypeApiAddBuildFeatureToBuildTypePost /app/rest/buildTypes/{btLocator}/featuresAdd build feature to the matching build configuration.
BuildTypeApiAddBuildStepToBuildTypePost /app/rest/buildTypes/{btLocator}/stepsAdd a build step to the matching build configuration.
BuildTypeApiAddBuildTemplatePost /app/rest/buildTypes/{btLocator}/templatesAdd a build template to the matching build configuration.
BuildTypeApiAddParameterToBuildFeaturePut /app/rest/buildTypes/{btLocator}/features/{featureId}/parameters/{parameterName}Update build feature parameter for the matching build configuration.
BuildTypeApiAddParameterToBuildStepPut /app/rest/buildTypes/{btLocator}/steps/{stepId}/parameters/{parameterName}Add a parameter to a build step of the matching build configuration.
BuildTypeApiAddSnapshotDependencyToBuildTypePost /app/rest/buildTypes/{btLocator}/snapshot-dependenciesAdd a snapshot dependency to the matching build configuration.
BuildTypeApiAddTriggerToBuildTypePost /app/rest/buildTypes/{btLocator}/triggersAdd a trigger to the matching build configuration.
BuildTypeApiAddVcsRootToBuildTypePost /app/rest/buildTypes/{btLocator}/vcs-root-entriesAdd a VCS root to the matching build.
BuildTypeApiCreateBuildParameterOfBuildTypePost /app/rest/buildTypes/{btLocator}/parametersCreate a build parameter.
BuildTypeApiCreateBuildTypePost /app/rest/buildTypesCreate a new build configuration.
BuildTypeApiDeleteAgentRequirementDelete /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}Remove an agent requirement of the matching build configuration.
BuildTypeApiDeleteArtifactDependencyDelete /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}Remove an artifact dependency from the matching build configuration.
BuildTypeApiDeleteBuildParameterOfBuildTypeDelete /app/rest/buildTypes/{btLocator}/parameters/{name}Delete build parameter.
BuildTypeApiDeleteBuildParametersOfBuildTypeDelete /app/rest/buildTypes/{btLocator}/parametersDelete all build parameters.
BuildTypeApiDeleteBuildStepDelete /app/rest/buildTypes/{btLocator}/steps/{stepId}Delete a build step of the matching build configuration.
BuildTypeApiDeleteBuildStepParametersPut /app/rest/buildTypes/{btLocator}/steps/{stepId}/parametersUpdate a parameter of a build step of the matching build configuration.
BuildTypeApiDeleteBuildTypeDelete /app/rest/buildTypes/{btLocator}Delete build configuration matching the locator.
BuildTypeApiDeleteFeatureOfBuildTypeDelete /app/rest/buildTypes/{btLocator}/features/{featureId}Remove a build feature of the matching build configuration.
BuildTypeApiDeleteSnapshotDependencyDelete /app/rest/buildTypes/{btLocator}/snapshot-dependencies/{snapshotDepLocator}Delete a snapshot dependency of the matching build configuration.
BuildTypeApiDeleteTriggerDelete /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}Delete a trigger of the matching build configuration.
BuildTypeApiDeleteVcsRootOfBuildTypeDelete /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}Remove a VCS root of the matching build configuration.
BuildTypeApiDownloadFileOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcs/files/latest/files{path}Download specific file.
BuildTypeApiGetAgentRequirementGet /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}Get an agent requirement of the matching build configuration.
BuildTypeApiGetAgentRequirementParameterGet /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}/{fieldName}Get a setting of an agent requirement of the matching build configuration.
BuildTypeApiGetAliasesGet /app/rest/buildTypes/{btLocator}/aliasesGet external IDs of the matching build configuration.
BuildTypeApiGetAllAgentRequirementsGet /app/rest/buildTypes/{btLocator}/agent-requirementsGet all agent requirements of the matching build configuration.
BuildTypeApiGetAllArtifactDependenciesGet /app/rest/buildTypes/{btLocator}/artifact-dependenciesGet all artifact dependencies of the matching build configuration.
BuildTypeApiGetAllBranchesOfBuildTypeGet /app/rest/buildTypes/{btLocator}/branchesGet all branches of the matching build configuration.
BuildTypeApiGetAllBuildFeatureParametersGet /app/rest/buildTypes/{btLocator}/features/{featureId}/parametersGet all parameters of a build feature of the matching build configuration.
BuildTypeApiGetAllBuildFeaturesGet /app/rest/buildTypes/{btLocator}/featuresGet all build features of the matching build configuration.
BuildTypeApiGetAllBuildStepParametersGet /app/rest/buildTypes/{btLocator}/steps/{stepId}/parametersGet all parameters of a build step of the matching build configuration.
BuildTypeApiGetAllBuildStepsGet /app/rest/buildTypes/{btLocator}/stepsGet all build steps of the matching build configuration.
BuildTypeApiGetAllBuildTemplatesGet /app/rest/buildTypes/{btLocator}/templatesGet all build templates of the matching build configuration.
BuildTypeApiGetAllBuildTypesGet /app/rest/buildTypesGet all build configurations.
BuildTypeApiGetAllInvestigationsOfBuildTypeGet /app/rest/buildTypes/{btLocator}/investigationsGet all investigations of the matching build configuration.
BuildTypeApiGetAllSnapshotDependenciesGet /app/rest/buildTypes/{btLocator}/snapshot-dependenciesGet all snapshot dependencies of the matching build configuration.
BuildTypeApiGetAllTriggersGet /app/rest/buildTypes/{btLocator}/triggersGet all triggers of the matching build configuration.
BuildTypeApiGetAllVcsRootsOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcs-root-entriesGet all VCS roots of the matching build configuration.
BuildTypeApiGetArtifactDependencyGet /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}Get an artifact dependency of the matching build configuration.
BuildTypeApiGetArtifactDependencyParameterGet /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}/{fieldName}Get a parameter of an artifact dependency of the matching build configuration.
BuildTypeApiGetBuildFeatureGet /app/rest/buildTypes/{btLocator}/features/{featureId}Get a build feature of the matching build configuration.
BuildTypeApiGetBuildFeatureParameterGet /app/rest/buildTypes/{btLocator}/features/{featureId}/parameters/{parameterName}Get a parameter of a build feature of the matching build configuration.
BuildTypeApiGetBuildFeatureSettingGet /app/rest/buildTypes/{btLocator}/features/{featureId}/{name}Get the setting of a build feature of the matching build configuration.
BuildTypeApiGetBuildParameterOfBuildTypeGet /app/rest/buildTypes/{btLocator}/parameters/{name}Get build parameter.
BuildTypeApiGetBuildParameterSpecificationOfBuildTypeGet /app/rest/buildTypes/{btLocator}/parameters/{name}/type/rawValueGet build parameter specification.
BuildTypeApiGetBuildParameterTypeOfBuildTypeGet /app/rest/buildTypes/{btLocator}/parameters/{name}/typeGet type of build parameter.
BuildTypeApiGetBuildParameterValueOfBuildTypeGet /app/rest/buildTypes/{btLocator}/parameters/{name}/valueGet value of build parameter.
BuildTypeApiGetBuildParametersOfBuildTypeGet /app/rest/buildTypes/{btLocator}/parametersGet build parameters.
BuildTypeApiGetBuildStepGet /app/rest/buildTypes/{btLocator}/steps/{stepId}Get a build step of the matching build configuration.
BuildTypeApiGetBuildStepParameterGet /app/rest/buildTypes/{btLocator}/steps/{stepId}/parameters/{parameterName}Get a parameter of a build step of the matching build configuration.
BuildTypeApiGetBuildStepSettingGet /app/rest/buildTypes/{btLocator}/steps/{stepId}/{fieldName}Get the setting of a build step of the matching build configuration.
BuildTypeApiGetBuildTemplateGet /app/rest/buildTypes/{btLocator}/templates/{templateLocator}Get a template of the matching build configuration.
BuildTypeApiGetBuildTypeGet /app/rest/buildTypes/{btLocator}Get build configuration matching the locator.
BuildTypeApiGetBuildTypeBuildTagsGet /app/rest/buildTypes/{btLocator}/buildTagsGet tags of builds of the matching build configuration.
BuildTypeApiGetBuildTypeBuildsGet /app/rest/buildTypes/{btLocator}/buildsGet builds of the matching build configuration.
BuildTypeApiGetBuildTypeFieldGet /app/rest/buildTypes/{btLocator}/{field}Get a field of the matching build configuration.
BuildTypeApiGetBuildTypeSettingsFileGet /app/rest/buildTypes/{btLocator}/settingsFileGet the settings file of the matching build configuration.
BuildTypeApiGetFileMetadataOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcs/files/latest/metadata{path}Get metadata of specific file.
BuildTypeApiGetFilesListForSubpathOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcs/files/latest/{path}List files under this path.
BuildTypeApiGetFilesListOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcs/files/latestList all files.
BuildTypeApiGetSnapshotDependencyGet /app/rest/buildTypes/{btLocator}/snapshot-dependencies/{snapshotDepLocator}Get a snapshot dependency of the matching build configuration.
BuildTypeApiGetTriggerGet /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}Get a trigger of the matching build configuration.
BuildTypeApiGetTriggerParameterGet /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}/{fieldName}Get a parameter of a trigger of the matching build configuration.
BuildTypeApiGetVcsRootGet /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}Get a VCS root of the matching build configuration.
BuildTypeApiGetVcsRootCheckoutRulesGet /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}/checkout-rulesGet checkout rules of a VCS root of the matching build configuration.
BuildTypeApiGetVcsRootInstancesOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcsRootInstancesGet all VCS root instances of the matching build configuration.
BuildTypeApiGetZippedFileOfBuildTypeGet /app/rest/buildTypes/{btLocator}/vcs/files/latest/archived{path}Get specific file zipped.
BuildTypeApiRemoveAllTemplatesDelete /app/rest/buildTypes/{btLocator}/templatesDetach all templates from the matching build configuration.
BuildTypeApiRemoveTemplateDelete /app/rest/buildTypes/{btLocator}/templates/{templateLocator}Detach a template from the matching build configuration.
BuildTypeApiReplaceAgentRequirementPut /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}Update an agent requirement of the matching build configuration.
BuildTypeApiReplaceAllAgentRequirementsPut /app/rest/buildTypes/{btLocator}/agent-requirementsUpdate all agent requirements of the matching build configuration.
BuildTypeApiReplaceAllArtifactDependenciesPut /app/rest/buildTypes/{btLocator}/artifact-dependenciesUpdate all artifact dependencies of the matching build configuration.
BuildTypeApiReplaceAllBuildFeaturesPut /app/rest/buildTypes/{btLocator}/featuresUpdate all build features of the matching build configuration.
BuildTypeApiReplaceAllBuildStepsPut /app/rest/buildTypes/{btLocator}/stepsUpdate all build steps of the matching build configuration.
BuildTypeApiReplaceAllSnapshotDependenciesPut /app/rest/buildTypes/{btLocator}/snapshot-dependenciesUpdate all snapshot dependencies of the matching build configuration.
BuildTypeApiReplaceAllTriggersPut /app/rest/buildTypes/{btLocator}/triggersUpdate all triggers of the matching build configuration.
BuildTypeApiReplaceAllVcsRootsPut /app/rest/buildTypes/{btLocator}/vcs-root-entriesUpdate all VCS roots of the matching build configuration.
BuildTypeApiReplaceArtifactDependencyPut /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}Update an artifact dependency of the matching build configuration.
BuildTypeApiReplaceBuildFeaturePut /app/rest/buildTypes/{btLocator}/features/{featureId}Update a build feature of the matching build configuration.
BuildTypeApiReplaceBuildFeatureParametersPut /app/rest/buildTypes/{btLocator}/features/{featureId}/parametersUpdate a parameter of a build feature of the matching build configuration.
BuildTypeApiReplaceBuildStepPut /app/rest/buildTypes/{btLocator}/steps/{stepId}Replace a build step of the matching build configuration.
BuildTypeApiReplaceSnapshotDependencyPut /app/rest/buildTypes/{btLocator}/snapshot-dependencies/{snapshotDepLocator}Update a snapshot dependency of the matching build configuration.
BuildTypeApiReplaceTriggerPut /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}Update a trigger of the matching build configuration.
BuildTypeApiSetAgentRequirementParameterPut /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}/{fieldName}Update a parameter of an agent requirement of the matching build configuration.
BuildTypeApiSetArtifactDependencyParameterPut /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}/{fieldName}Update a parameter of an artifact dependency of the matching build configuration.
BuildTypeApiSetBuildFeatureParameterPut /app/rest/buildTypes/{btLocator}/features/{featureId}/{name}Update a parameter of a build feature of the matching build configuration.
BuildTypeApiSetBuildStepParameterPut /app/rest/buildTypes/{btLocator}/steps/{stepId}/{fieldName}Update a parameter of a build step of the matching build configuration.
BuildTypeApiSetBuildTypeFieldPut /app/rest/buildTypes/{btLocator}/{field}Update a field of the matching build configuration.
BuildTypeApiSetBuildTypeTemplatesPut /app/rest/buildTypes/{btLocator}/templatesUpdate all templates of the matching build configuration.
BuildTypeApiSetTriggerParameterPut /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}/{fieldName}Update a parameter of a trigger of the matching build configuration.
BuildTypeApiUpdateBuildParameterOfBuildTypePut /app/rest/buildTypes/{btLocator}/parameters/{name}Update build parameter.
BuildTypeApiUpdateBuildParameterSpecificationOfBuildTypePut /app/rest/buildTypes/{btLocator}/parameters/{name}/type/rawValueUpdate build parameter specification.
BuildTypeApiUpdateBuildParameterTypeOfBuildTypePut /app/rest/buildTypes/{btLocator}/parameters/{name}/typeUpdate type of build parameter.
BuildTypeApiUpdateBuildParameterValueOfBuildTypePut /app/rest/buildTypes/{btLocator}/parameters/{name}/valueUpdate value of build parameter.
BuildTypeApiUpdateBuildParametersOfBuildTypePut /app/rest/buildTypes/{btLocator}/parametersUpdate build parameters.
BuildTypeApiUpdateBuildTypeVcsRootPut /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}Update a VCS root of the matching build configuration.
BuildTypeApiUpdateBuildTypeVcsRootCheckoutRulesPut /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}/checkout-rulesUpdate checkout rules of a VCS root of the matching build configuration.
ChangeApiGetAllChangesGet /app/rest/changesGet all changes.
ChangeApiGetChangeGet /app/rest/changes/{changeLocator}Get change matching the locator.
ChangeApiGetChangeAttributesGet /app/rest/changes/{changeLocator}/attributesGet attributes of the matching change.
ChangeApiGetChangeDuplicatesGet /app/rest/changes/{changeLocator}/duplicatesGet duplicates of the matching change.
ChangeApiGetChangeFieldGet /app/rest/changes/{changeLocator}/{field}Get a field of the matching change.
ChangeApiGetChangeIssueGet /app/rest/changes/{changeLocator}/issuesGet issues of the matching change.
ChangeApiGetChangeParentChangesGet /app/rest/changes/{changeLocator}/parentChangesGet parent changes of the matching change.
ChangeApiGetChangeParentRevisionsGet /app/rest/changes/{changeLocator}/parentRevisionsGet parent revisions of the matching change.
ChangeApiGetChangeVcsRootGet /app/rest/changes/{changeLocator}/vcsRootInstanceGet a VCS root instance of the matching change.
CloudInstanceApiGetAllCloudImagesGet /app/rest/cloud/imagesGet all cloud images.
CloudInstanceApiGetAllCloudInstancesGet /app/rest/cloud/instancesGet all cloud instances.
CloudInstanceApiGetAllCloudProfilesGet /app/rest/cloud/profilesGet all cloud profiles.
CloudInstanceApiGetCloudImageGet /app/rest/cloud/images/{imageLocator}Get cloud image matching the locator.
CloudInstanceApiGetCloudInstanceGet /app/rest/cloud/instances/{instanceLocator}Get cloud instance matching the locator.
CloudInstanceApiGetCloudProfileGet /app/rest/cloud/profiles/{profileLocator}Get cloud profile matching the locator.
CloudInstanceApiStartInstancePost /app/rest/cloud/instancesStart a new cloud instance.
CloudInstanceApiStopInstanceDelete /app/rest/cloud/instances/{instanceLocator}Stop cloud instance matching the locator.
GroupApiAddGroupPost /app/rest/userGroupsAdd a new user group.
GroupApiAddRoleAtScopeToGroupPost /app/rest/userGroups/{groupLocator}/roles/{roleId}/{scope}Add a role with the specific scope to the matching user group.
GroupApiAddRoleToGroupPost /app/rest/userGroups/{groupLocator}/rolesAdd a role to the matching user group.
GroupApiDeleteGroupDelete /app/rest/userGroups/{groupLocator}Delete user group matching the locator.
GroupApiGetAllGroupsGet /app/rest/userGroupsGet all user groups.
GroupApiGetGroupParentGroupsGet /app/rest/userGroups/{groupLocator}/parent-groupsGet parent groups of the matching user group.
GroupApiGetGroupPropertiesGet /app/rest/userGroups/{groupLocator}/propertiesGet properties of the matching user group.
GroupApiGetGroupPropertyGet /app/rest/userGroups/{groupLocator}/properties/{name}Get a property of the matching user group.
GroupApiGetGroupRoleAtScopeGet /app/rest/userGroups/{groupLocator}/roles/{roleId}/{scope}Get a role with the specific scope of the matching user group.
GroupApiGetGroupRolesGet /app/rest/userGroups/{groupLocator}/rolesGet all roles of the matching user group.
GroupApiGetUserGroupOfGroupGet /app/rest/userGroups/{groupLocator}Get user group matching the locator.
GroupApiRemoveGroupPropertyDelete /app/rest/userGroups/{groupLocator}/properties/{name}Remove a property of the matching user group.
GroupApiRemoveRoleAtScopeFromGroupDelete /app/rest/userGroups/{groupLocator}/roles/{roleId}/{scope}Remove a role with the specific scope from the matching user group.
GroupApiSetGroupParentGroupsPut /app/rest/userGroups/{groupLocator}/parent-groupsUpdate parent groups of the matching user group.
GroupApiSetGroupPropertyPut /app/rest/userGroups/{groupLocator}/properties/{name}Update a property of the matching user group.
GroupApiSetGroupRolesPut /app/rest/userGroups/{groupLocator}/rolesUpdate roles of the matching user group.
HealthApiGetCategoriesGet /app/rest/health/category
HealthApiGetHealthItemsGet /app/rest/health
HealthApiGetSingleCategoryGet /app/rest/health/category/{locator}
HealthApiGetSingleHealthItemGet /app/rest/health/{locator}
InvestigationApiAddInvestigationPost /app/rest/investigationsCreate a new investigation.
InvestigationApiAddMultipleInvestigationsPost /app/rest/investigations/multipleCreate multiple new investigations.
InvestigationApiDeleteInvestigationDelete /app/rest/investigations/{investigationLocator}Delete investigation matching the locator.
InvestigationApiGetAllInvestigationsGet /app/rest/investigationsGet all investigations.
InvestigationApiGetInvestigationGet /app/rest/investigations/{investigationLocator}Get investigation matching the locator.
InvestigationApiReplaceInvestigationPut /app/rest/investigations/{investigationLocator}Update investigation matching the locator.
MuteApiGetAllMutedTestsGet /app/rest/mutesGet all muted tests.
MuteApiGetMutedTestGet /app/rest/mutes/{muteLocator}Get a muted test.
MuteApiMuteMultipleTestsPost /app/rest/mutes/multipleMute multiple tests.
MuteApiMuteTestPost /app/rest/mutesMute a test.
MuteApiUnmuteTestDelete /app/rest/mutes/{muteLocator}Unmute the matching test.
NodeApiChangeNodeResponsibilityPut /app/rest/server/nodes/{nodeLocator}/enabledResponsibilities/{name}Enables or disables responsibility for a node.
NodeApiGetAllNodesGet /app/rest/server/nodesGet all TeamCity nodes.
NodeApiGetDisabledResponsibilitiesGet /app/rest/server/nodes/{nodeLocator}/disabledResponsibilitiesGet all effective responsibilities for a node matching the locator.
NodeApiGetEffectiveResponsibilitiesGet /app/rest/server/nodes/{nodeLocator}/effectiveResponsibilitiesGet all effective responsibilities for a node matching the locator.
NodeApiGetEnabledResponsibilitiesGet /app/rest/server/nodes/{nodeLocator}/enabledResponsibilitiesGet all enabled responsibilities for a node matching the locator.
NodeApiGetNodeGet /app/rest/server/nodes/{nodeLocator}Get a node matching the locator.
ProblemApiGetAllBuildProblemsGet /app/rest/problemsGet all build problems.
ProblemApiGetBuildProblemGet /app/rest/problems/{problemLocator}Get a matching build problem.
ProblemOccurrenceApiGetAllBuildProblemOccurrencesGet /app/rest/problemOccurrencesGet all build problem occurrences.
ProblemOccurrenceApiGetBuildProblemOccurrenceGet /app/rest/problemOccurrences/{problemLocator}Get a matching build problem occurrence.
ProjectApiAddAgentPoolsProjectPost /app/rest/projects/{projectLocator}/agentPoolsAssign the matching project to the agent pool.
ProjectApiAddBuildTypePost /app/rest/projects/{projectLocator}/buildTypesAdd a build configuration to the matching project.
ProjectApiAddFeaturePost /app/rest/projects/{projectLocator}/projectFeaturesAdd a feature.
ProjectApiAddProjectPost /app/rest/projectsCreate a new project.
ProjectApiAddSecureTokenPost /app/rest/projects/{projectLocator}/secure/tokensCreate a new secure token for the matching project.
ProjectApiAddTemplatePost /app/rest/projects/{projectLocator}/templatesAdd a build configuration template to the matching project.
ProjectApiCreateBuildParameterPost /app/rest/projects/{projectLocator}/parametersCreate a build parameter.
ProjectApiDeleteBuildParameterDelete /app/rest/projects/{projectLocator}/parameters/{name}Delete build parameter.
ProjectApiDeleteBuildParametersDelete /app/rest/projects/{projectLocator}/parametersDelete all build parameters.
ProjectApiDeleteFeatureDelete /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}Delete a matching feature.
ProjectApiDeleteProjectDelete /app/rest/projects/{projectLocator}Delete project matching the locator.
ProjectApiGetAgentPoolsProjectGet /app/rest/projects/{projectLocator}/agentPoolsGet agent pools appointed to the matching project.
ProjectApiGetAllBranchesGet /app/rest/projects/{projectLocator}/branchesGet all branches of the matching project.
ProjectApiGetAllBuildTypesOrderedGet /app/rest/projects/{projectLocator}/order/buildTypesGet all build configurations from the matching project, with custom ordering applied.
ProjectApiGetAllProjectsGet /app/rest/projectsGet all projects.
ProjectApiGetAllSubprojectsOrderedGet /app/rest/projects/{projectLocator}/order/projectsGet all subprojects of the matching project, with custom ordering applied.
ProjectApiGetBuildParameterGet /app/rest/projects/{projectLocator}/parameters/{name}Get build parameter.
ProjectApiGetBuildParameterSpecificationGet /app/rest/projects/{projectLocator}/parameters/{name}/type/rawValueGet build parameter specification.
ProjectApiGetBuildParameterTypeGet /app/rest/projects/{projectLocator}/parameters/{name}/typeGet type of build parameter.
ProjectApiGetBuildParameterValueGet /app/rest/projects/{projectLocator}/parameters/{name}/valueGet value of build parameter.
ProjectApiGetBuildParametersGet /app/rest/projects/{projectLocator}/parametersGet build parameters.
ProjectApiGetDefaultTemplateGet /app/rest/projects/{projectLocator}/defaultTemplateGet the default template of the matching project.
ProjectApiGetFeatureGet /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}Get a matching feature.
ProjectApiGetFeaturesGet /app/rest/projects/{projectLocator}/projectFeaturesGet all features.
ProjectApiGetProjectGet /app/rest/projects/{projectLocator}Get project matching the locator.
ProjectApiGetProjectFieldGet /app/rest/projects/{projectLocator}/{field}Get a field of the matching project.
ProjectApiGetProjectParentProjectGet /app/rest/projects/{projectLocator}/parentProjectGet the parent project of the matching project.
ProjectApiGetProjectSettingsFileGet /app/rest/projects/{projectLocator}/settingsFileGet the settings file of the matching build configuration.
ProjectApiGetProjectTemplatesGet /app/rest/projects/{projectLocator}/templatesGet all templates of the matching project.
ProjectApiGetSecureValueGet /app/rest/projects/{projectLocator}/secure/values/{token}Get a secure token of the matching project.
ProjectApiRemoveDefaultTemplateDelete /app/rest/projects/{projectLocator}/defaultTemplateRemove the default template from the matching project.
ProjectApiRemoveProjectFromAgentPoolDelete /app/rest/projects/{projectLocator}/agentPools/{agentPoolLocator}Unassign a project from the matching agent pool.
ProjectApiSetAgentPoolsProjectPut /app/rest/projects/{projectLocator}/agentPoolsUpdate agent pools apppointed to the matching project.
ProjectApiSetBuildTypesOrderPut /app/rest/projects/{projectLocator}/order/buildTypesUpdate custom ordering of build configurations of the matching project.
ProjectApiSetDefaultTemplatePut /app/rest/projects/{projectLocator}/defaultTemplateUpdate the default template of the matching project.
ProjectApiSetParentProjectPut /app/rest/projects/{projectLocator}/parentProjectUpdate the parent project of the matching project.
ProjectApiSetProjectFieldPut /app/rest/projects/{projectLocator}/{field}Update a field of the matching project.
ProjectApiSetSubprojectsOrderPut /app/rest/projects/{projectLocator}/order/projectsUpdate custom ordering of subprojects of the matching project.
ProjectApiUpdateBuildParameterPut /app/rest/projects/{projectLocator}/parameters/{name}Update build parameter.
ProjectApiUpdateBuildParameterSpecificationPut /app/rest/projects/{projectLocator}/parameters/{name}/type/rawValueUpdate build parameter specification.
ProjectApiUpdateBuildParameterTypePut /app/rest/projects/{projectLocator}/parameters/{name}/typeUpdate type of build parameter.
ProjectApiUpdateBuildParameterValuePut /app/rest/projects/{projectLocator}/parameters/{name}/valueUpdate value of build parameter.
ProjectApiUpdateBuildParametersPut /app/rest/projects/{projectLocator}/parametersUpdate build parameters.
ProjectApiUpdateFeaturePut /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}Update a matching feature.
ProjectApiUpdateFeaturesPut /app/rest/projects/{projectLocator}/projectFeaturesUpdate all features.
RootApiGetApiVersionGet /app/rest/apiVersionGet the API version.
RootApiGetPluginInfoGet /app/rest/infoGet the plugin info.
RootApiGetRootEndpointsOfRootGet /app/restGet root endpoints.
RootApiGetVersionGet /app/rest/versionGet the TeamCity server version.
ServerApiAddLicenseKeysPost /app/rest/server/licensingData/licenseKeysAdd license keys.
ServerApiDeleteLicenseKeyDelete /app/rest/server/licensingData/licenseKeys/{licenseKey}Delete a license key.
ServerApiDownloadFileOfServerGet /app/rest/server/files/{areaId}/files{path}Download specific file.
ServerApiGetAllMetricsGet /app/rest/server/metricsGet metrics.
ServerApiGetAllPluginsGet /app/rest/server/pluginsGet all plugins.
ServerApiGetBackupStatusGet /app/rest/server/backupGet the latest backup status.
ServerApiGetFileMetadataOfServerGet /app/rest/server/files/{areaId}/metadata{path}Get metadata of specific file.
ServerApiGetFilesListForSubpathOfServerGet /app/rest/server/files/{areaId}/{path}List files under this path.
ServerApiGetFilesListOfServerGet /app/rest/server/files/{areaId}List all files.
ServerApiGetLicenseKeyGet /app/rest/server/licensingData/licenseKeys/{licenseKey}Get a license key.
ServerApiGetLicenseKeysGet /app/rest/server/licensingData/licenseKeysGet all license keys.
ServerApiGetLicensingDataGet /app/rest/server/licensingDataGet the licensing data.
ServerApiGetServerFieldGet /app/rest/server/{field}Get a field of the server info.
ServerApiGetServerInfoGet /app/rest/serverGet the server info.
ServerApiGetZippedFileOfServerGet /app/rest/server/files/{areaId}/archived{path}Get specific file zipped.
ServerApiStartBackupPost /app/rest/server/backupStart a new backup.
TestApiGetTestGet /app/rest/tests/{testLocator}Get a matching test.
TestApiGetTestsGet /app/rest/testsGet all tests.
TestOccurrenceApiGetAllTestOccurrencesGet /app/rest/testOccurrencesGet all test occurrences.
TestOccurrenceApiGetTestOccurrenceGet /app/rest/testOccurrences/{testLocator}Get a matching test occurrence.
UserApiAddRoleToUserPost /app/rest/users/{userLocator}/rolesAdd a role to the matching user.
UserApiAddRoleToUserAtScopePut /app/rest/users/{userLocator}/roles/{roleId}/{scope}Add a role with the specific scope to the matching user.
UserApiAddUserPost /app/rest/usersCreate a new user.
UserApiAddUserTokenPost /app/rest/users/{userLocator}/tokensCreate a new authentication token for the matching user.
UserApiDeleteUserDelete /app/rest/users/{userLocator}Delete user matching the locator.
UserApiDeleteUserFieldDelete /app/rest/users/{userLocator}/{field}Remove a property of the matching user.
UserApiDeleteUserTokenDelete /app/rest/users/{userLocator}/tokens/{name}Remove an authentication token from the matching user.
UserApiGetAllUserGroupsGet /app/rest/users/{userLocator}/groupsGet all groups of the matching user.
UserApiGetAllUserRolesGet /app/rest/users/{userLocator}/rolesGet all user roles of the matching user.
UserApiGetAllUsersGet /app/rest/usersGet all users.
UserApiGetUserGet /app/rest/users/{userLocator}Get user matching the locator.
UserApiGetUserFieldGet /app/rest/users/{userLocator}/{field}Get a field of the matching user.
UserApiGetUserGroupGet /app/rest/users/{userLocator}/groups/{groupLocator}Get a user group of the matching user.
UserApiGetUserPermissionsGet /app/rest/users/{userLocator}/permissionsGet all permissions effective for the matching user.
UserApiGetUserPropertiesGet /app/rest/users/{userLocator}/propertiesGet all properties of the matching user.
UserApiGetUserPropertyGet /app/rest/users/{userLocator}/properties/{name}Get a property of the matching user.
UserApiGetUserRolesAtScopeGet /app/rest/users/{userLocator}/roles/{roleId}/{scope}Get a user role with the specific scope from the matching user.
UserApiGetUserTokensGet /app/rest/users/{userLocator}/tokensGet all authentication tokens of the matching user.
UserApiRemoveUserFromGroupDelete /app/rest/users/{userLocator}/groups/{groupLocator}Remove the matching user from the specific group.
UserApiRemoveUserPropertyDelete /app/rest/users/{userLocator}/properties/{name}Remove a property of the matching user.
UserApiRemoveUserRememberMeDelete /app/rest/users/{userLocator}/debug/rememberMeRemove the RememberMe data of the matching user.
UserApiRemoveUserRoleAtScopeDelete /app/rest/users/{userLocator}/roles/{roleId}/{scope}Remove a role with the specific scope from the matching user.
UserApiReplaceUserPut /app/rest/users/{userLocator}Update user matching the locator.
UserApiSetUserFieldPut /app/rest/users/{userLocator}/{field}Update a field of the matching user.
UserApiSetUserGroupsPut /app/rest/users/{userLocator}/groupsUpdate groups of the matching user.
UserApiSetUserPropertyPut /app/rest/users/{userLocator}/properties/{name}Update a property of the matching user.
UserApiSetUserRolesPut /app/rest/users/{userLocator}/rolesUpdate user roles of the matching user.
VcsRootApiAddVcsRootPost /app/rest/vcs-rootsAdd a new VCS root.
VcsRootApiDeleteAllVcsRootPropertiesDelete /app/rest/vcs-roots/{vcsRootLocator}/propertiesDelete all properties of the matching VCS root.
VcsRootApiDeleteVcsRootDelete /app/rest/vcs-roots/{vcsRootLocator}Remove VCS root matching the locator.
VcsRootApiDeleteVcsRootPropertyDelete /app/rest/vcs-roots/{vcsRootLocator}/properties/{name}Delete a property of the matching VCS root.
VcsRootApiGetAllVcsRootPropertiesGet /app/rest/vcs-roots/{vcsRootLocator}/propertiesGet all properties of the matching VCS root.
VcsRootApiGetAllVcsRootsGet /app/rest/vcs-rootsGet all VCS roots.
VcsRootApiGetRootEndpointsGet /app/rest/vcs-roots/{vcsRootLocator}Get root endpoints.
VcsRootApiGetVcsRootFieldGet /app/rest/vcs-roots/{vcsRootLocator}/{field}Get a field of the matching VCS root.
VcsRootApiGetVcsRootInstancesGet /app/rest/vcs-roots/{vcsRootLocator}/instancesGet all VCS root instances of the matching VCS root.
VcsRootApiGetVcsRootPropertyGet /app/rest/vcs-roots/{vcsRootLocator}/properties/{name}Get a property on the matching VCS root.
VcsRootApiGetVcsRootSettingsFileGet /app/rest/vcs-roots/{vcsRootLocator}/settingsFileGet the settings file of the matching VCS root.
VcsRootApiSetVcsRootFieldPut /app/rest/vcs-roots/{vcsRootLocator}/{field}Update a field of the matching VCS root.
VcsRootApiSetVcsRootPropertiesPut /app/rest/vcs-roots/{vcsRootLocator}/propertiesUpdate all properties of the matching VCS root.
VcsRootApiSetVcsRootPropertyPut /app/rest/vcs-roots/{vcsRootLocator}/properties/{name}Update a property of the matching VCS root.
VcsRootInstanceApiDeleteVcsRootInstanceFieldDelete /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}Remove a field of the matching VCS root instance.
VcsRootInstanceApiDeleteVcsRootInstanceRepositoryStateDelete /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryStateDelete the last repository state of the matching VCS root instance.
VcsRootInstanceApiDownloadFileGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/files{path}Download specific file.
VcsRootInstanceApiGetAllVcsRootInstancesGet /app/rest/vcs-root-instancesGet all VCS root instances.
VcsRootInstanceApiGetFileMetadataGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/metadata{path}Get metadata of specific file.
VcsRootInstanceApiGetFilesListGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latestList all files.
VcsRootInstanceApiGetFilesListForSubpathGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/{path}List files under this path.
VcsRootInstanceApiGetVcsRootInstanceGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}Get VCS root instance matching the locator.
VcsRootInstanceApiGetVcsRootInstanceCreationDateGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState/creationDateGet the creation date of the matching VCS root instance.
VcsRootInstanceApiGetVcsRootInstanceFieldGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}Get a field of the matching VCS root instance.
VcsRootInstanceApiGetVcsRootInstancePropertiesGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/propertiesGet all properties of the matching VCS root instance.
VcsRootInstanceApiGetVcsRootInstanceRepositoryStateGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryStateGet the repository state of the matching VCS root instance.
VcsRootInstanceApiGetZippedFileGet /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/archived{path}Get specific file zipped.
VcsRootInstanceApiRequestPendingChangesCheckPost /app/rest/vcs-root-instances/checkingForChangesQueueCheck for the pending changes for all VCS root instances.
VcsRootInstanceApiSetVcsRootInstanceFieldPut /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}Get a field of the matching VCS root instance.
VcsRootInstanceApiSetVcsRootInstanceRepositoryStatePut /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryStateUpdate the repository state of the matching VCS root instance.
VcsRootInstanceApiTriggerCommitHookNotificationPost /app/rest/vcs-root-instances/commitHookNotificationSend the commit hook notification.

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author