Skip to main content
Glama
cloud-instance-locator.ts1.91 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. */ /** * Represents a locator string for filtering CloudInstance entities. * @export * @interface CloudInstanceLocator */ export interface CloudInstanceLocator { /** * Projects where the cloud profiles/images are accessible. * @type {string} * @memberof CloudInstanceLocator */ affectedProject?: string; /** * Agent running on an instance. * @type {string} * @memberof CloudInstanceLocator */ agent?: string; /** * For paginated calls, how many entities to return per page. * @type {number} * @memberof CloudInstanceLocator */ count?: number; /** * Instance id as provided by list instances call. * @type {string} * @memberof CloudInstanceLocator */ id?: string; /** * Cloud image corresponding to an instance. * @type {string} * @memberof CloudInstanceLocator */ image?: string; /** * Instance network address. * @type {string} * @memberof CloudInstanceLocator */ networkAddress?: string; /** * Cloud profile of an instance. * @type {string} * @memberof CloudInstanceLocator */ profile?: string; /** * Project defining the cloud profiles/images. * @type {string} * @memberof CloudInstanceLocator */ project?: string; /** * * @type {string} * @memberof CloudInstanceLocator */ property?: string; /** * For paginated calls, from which entity to start rendering the page. * @type {number} * @memberof CloudInstanceLocator */ start?: number; }

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