TypeProvider에서 제공하는 유형의 유형 정보를 가져옵니다. 지금 사용해 보기
요청
HTTP 요청
GET https://www.googleapis.com/deploymentmanager/v2beta/projects/project /global/typeProviders/typeProvider /types/type
매개변수
매개변수 이름 | 값 | 설명 |
---|---|---|
경로 매개변수 | ||
project |
string |
이 요청의 프로젝트 ID입니다. |
type |
string |
이 요청의 유형 공급자 유형 이름입니다. |
typeProvider |
string |
이 요청의 유형 공급자 이름입니다. |
승인
이 요청에는 다음 범위 중 하나 이상에 대한 승인이 필요합니다.
범위 |
---|
https://www.googleapis.com/auth/cloud-platform.read-only |
https://www.googleapis.com/auth/ndev.cloudman.readonly |
https://www.googleapis.com/auth/cloud-platform |
https://www.googleapis.com/auth/ndev.cloudman |
요청 본문
이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.
응답
요청에 성공할 경우 이 메소드는 다음과 같은 구조의 응답 본문을 반환합니다.
{ "name":string , "title":string , "description":string , "documentationLink":string , "schema": { "input":string , "output":string }, "kind":string , "selfLink":string }
속성 이름 | 값 | 설명 | 참고 |
---|---|---|---|
name |
string |
기본 유형 또는 복합 유형 이름입니다. | |
title |
string |
제공된 API 설명자 URL의 제목입니다. | |
description |
string |
유형에 대한 설명입니다. | |
documentationLink |
string |
swagger 2.0의 경우 externalDocs 필드가 사용됩니다. swagger 1.2의 경우 이 필드는 비어 있습니다. | |
schema |
nested object |
컬렉션이 있는 기본 유형의 경우 스키마 및 문서 링크를 반환합니다. 템플릿 유형의 경우 스키마만 반환합니다. | |
schema.input |
string |
이 복합 유형 또는 기본 유형 컬렉션이 입력으로 허용하는 속성으로, json blob으로 표시되며 형식은 JSON 스키마 초안 V4입니다. | |
schema.output |
string |
이 복합 유형 또는 기본 유형 컬렉션이 출력으로 노출하는 속성입니다. 이러한 속성은 참조에 사용할 수 있으며 json blob으로 표시됩니다. 형식은 JSON 스키마 초안 V4입니다. | |
kind |
string |
출력 전용입니다. 출력 유형입니다. TypeInfo의 경우 항상 `deploymentManager#TypeInfo` 입니다. | |
selfLink |
string |
출력 전용입니다. 유형 제공자의 자체 링크입니다. |