GetAppProjectMappingListByAgent retrieves Harness-Argo project mappings list by agent.
A successful response.
An unexpected error response.
{- "appProjMap": {
- "property1": {
- "projectIdentifier": "string",
- "orgIdentifier": "string"
}, - "property2": {
- "projectIdentifier": "string",
- "orgIdentifier": "string"
}
}
}
Create creates Harness-Argo project mappings.
object |
A successful response.
An unexpected error response.
{- "appProjMap": {
- "property1": {
- "projectIdentifier": "string",
- "orgIdentifier": "string"
}, - "property2": {
- "projectIdentifier": "string",
- "orgIdentifier": "string"
}
}
}
{ }
Delete deletes Harness-Argo project mapping.
A successful response.
An unexpected error response.
{ }
GetAppProjectMappingList retrieves Harness-Argo project mappings list.
A successful response.
An unexpected error response.
{- "appProjMap": {
- "property1": {
- "projectIdentifier": "string",
- "orgIdentifier": "string"
}, - "property2": {
- "projectIdentifier": "string",
- "orgIdentifier": "string"
}
}
}
CreateV2 creates Harness-Argo project mappings.
A successful response.
An unexpected error response.
{- "agentIdentifier": "string",
- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "argoProjectName": "string"
}
{- "identifier": "string",
- "ArgoProjectName": "string",
- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "accountIdentifier": "string",
- "agentIdentifier": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
GetAppProjectMappingV2 retrieves Harness-Argo project mapping for the given identifier.
A successful response.
An unexpected error response.
{- "identifier": "string",
- "ArgoProjectName": "string",
- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "accountIdentifier": "string",
- "agentIdentifier": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
DeleteV2 deletes Harness-Argo project mappings.
A successful response.
An unexpected error response.
{ }
UpdateV2 updates Harness-Argo project mappings.
A successful response.
An unexpected error response.
{- "identifier": "string",
- "agentIdentifier": "string",
- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "argoProjectName": "string"
}
{- "identifier": "string",
- "ArgoProjectName": "string",
- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "accountIdentifier": "string",
- "agentIdentifier": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
GetAppProjectMappingsListByAgentV2 retrieves Harness-Argo project mappings list by agent.
A successful response.
An unexpected error response.
{- "appProjectMappings": [
- {
- "identifier": "string",
- "ArgoProjectName": "string",
- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "accountIdentifier": "string",
- "agentIdentifier": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]
}