Skip to main content
Glama
cloud-profile.ts1.75 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 { CloudError } from './cloud-error'; // May contain unused imports in some cases // @ts-ignore import type { CloudImages } from './cloud-images'; // May contain unused imports in some cases // @ts-ignore import type { Project } from './project'; /** * A cloud profile that stores common cloud agent profiles. These settings are applied to all cloud images owned by this profile. * @export * @interface CloudProfile */ export interface CloudProfile { /** * The internally used cloud profile ID. * @type {string} * @memberof CloudProfile */ id?: string; /** * The public cloud profile name displayed in TeamCity UI. * @type {string} * @memberof CloudProfile */ name?: string; /** * A shortened name of the cloud provider. * @type {string} * @memberof CloudProfile */ cloudProviderId?: string; /** * The shortened (without the TeamCity server URL) link to this profile. * @type {string} * @memberof CloudProfile */ href?: string; /** * * @type {Project} * @memberof CloudProfile */ project?: Project; /** * * @type {CloudImages} * @memberof CloudProfile */ images?: CloudImages; /** * * @type {CloudError} * @memberof CloudProfile */ error?: CloudError; }

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