How do I query Aurora PostgreSQL to get the name of a specific Pipeline?
-
Hi William,
This may be accomplished through an API query, where the team would receive the details via the UI API console. For example :
query{
pipelineByName( envNameOrId:1010,name:"ENV_Test")
{
name
stages{
nodes {
name
itemId
stageType
stageId
}
}
}
}Additional details may be found within the following article :
Matthew Kennedy
Please sign in to leave a comment.
Comments
1 comment