Integration Resource Service Create
Create an Integration.
Request
URI
POST
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clustergroups/{integration.fullName.clusterGroupName}/integrations
COPY
Path Parameters
string
integration.fullName.clusterGroupName
Required
Name of the cluster group.
Request Body
vmware.tanzu.manage.v1alpha1.organization.integration.CreateIntegrationRequest of type(s) application/json
Required
{
"integration": {
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"fullName": {
"orgId": "string",
"name": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"status": {
"clusterCount": 0,
"phase": "string"
}
}
}
Responses
200
A successful response.
Returns vmware.tanzu.manage.v1alpha1.organization.integration.CreateIntegrationResponse of type(s) */*
{
"integration": {
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"fullName": {
"orgId": "string",
"name": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"status": {
"clusterCount": 0,
"phase": "string"
}
}
}
default
An unexpected error response.
Returns grpc.gateway.runtime.Error of type(s) */*
{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}
Integration Resource Service Operations
POST
Integration Resource Service Create
POST
Integration Resource Service Create
POST
Integration Resource Service Create
DELETE
Integration Resource Service Delete
DELETE
Integration Resource Service Delete
DELETE
Integration Resource Service Delete
GET
Integration Resource Service Get
GET
Integration Resource Service Get
GET
Integration Resource Service Get
GET
Integration Resource Service Get
GET
Integration Resource Service List
GET
Integration Resource Service List
GET
Integration Resource Service List
GET
Integration Resource Service List
PATCH
Integration Resource Service Patch
PUT
Integration Resource Service Update