Skip to main content
Glama
deployment-instance.ts1.8 kB
/* tslint:disable */ /* eslint-disable */ /** * TeamCity REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2018.1 (current) * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ // May contain unused imports in some cases // @ts-ignore import type { DeploymentDashboard } from './deployment-dashboard'; // May contain unused imports in some cases // @ts-ignore import type { DeploymentStateEntries } from './deployment-state-entries'; /** * Represents an instance that has been deployed to external system, along with deployment history. * @export * @interface DeploymentInstance */ export interface DeploymentInstance { /** * * @type {string} * @memberof DeploymentInstance */ id?: string; /** * * @type {string} * @memberof DeploymentInstance */ currentState?: DeploymentInstanceCurrentStateEnum; /** * * @type {{ [key: string]: string; }} * @memberof DeploymentInstance */ attributes?: { [key: string]: string }; /** * * @type {DeploymentStateEntries} * @memberof DeploymentInstance */ deploymentStateEntries?: DeploymentStateEntries; /** * * @type {DeploymentDashboard} * @memberof DeploymentInstance */ deploymentDashboard?: DeploymentDashboard; } export const DeploymentInstanceCurrentStateEnum = { InProgress: 'IN_PROGRESS', Successful: 'SUCCESSFUL', Failed: 'FAILED', Cancelled: 'CANCELLED', Unknown: 'UNKNOWN', } as const; export type DeploymentInstanceCurrentStateEnum = (typeof DeploymentInstanceCurrentStateEnum)[keyof typeof DeploymentInstanceCurrentStateEnum];

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Daghis/teamcity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server