II.
PlatformService JSON
Structured · liveplatform-service:gcp-cloud-build
Google Cloud Build json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:gcp-cloud-build",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-gcp.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Google Cloud Build",
"description": "Managed CI/CD service that builds container images and runs pipelines.\n",
"category": "build-deploy",
"providedByPlatformId": "platform:gcp",
"implementsStackPartIds": []
},
"outgoingEdges": [
{
"from": "platform-service:gcp-cloud-build",
"to": "platform:gcp",
"kind": "provided_by"
},
{
"from": "platform-service:gcp-cloud-build",
"to": "platform-service:gcp-artifact-registry",
"kind": "integrates_with",
"attributes": {
"attributes": {
"nature": "native"
}
}
},
{
"from": "platform-service:gcp-cloud-build",
"to": "platform-service:gcp-cloud-run",
"kind": "integrates_with",
"attributes": {
"attributes": {
"nature": "native"
}
}
}
],
"incomingEdges": [
{
"from": "platform-service:gcp-cloud-run",
"to": "platform-service:gcp-cloud-build",
"kind": "integrates_with",
"attributes": {
"attributes": {
"nature": "native"
}
}
},
{
"from": "platform:gcp",
"to": "platform-service:gcp-cloud-build",
"kind": "provides",
"attributes": {}
}
]
}