port-labs/port-github-action

Official Port.io GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseUrlPort.io API base URLyeshttps://api.getport.io
clientIdClient IDyes
clientSecretClient secretyes
operationOne of the following operations: GET, UPSERT, SEARCH, BULK_UPSERT, CREATE_RUN, PATCH_RUN, DELETEyesUPSERT
queryQuery to be used for SEARCH operationno
includeThe properties of the entity to include in the response. Only these values will be returned in the response. Only applicable for GET and SEARCH operations. For example: properties.propertyIdentifier,identifierno
identifierThe identifier of the entityno
titleThe display name of the entityno
iconThe icon of the entityno
blueprintThe name of the Blueprint that the entity is based onno
propertiesThe metadata of the entityno{}
teamThe teams belonging of the entityno
relationsThe related entities of the entityno
runIdThe Port action run id that performed the changes to the catalogno
entitiesThe entities to be used for BULK_UPSERT operationno
linkThe Port action linkno
summaryThe port action summaryno
externalRunIdThe port action external run idno
statusThe port action status (success, failure)no
logMessageThe port action log messageno
actionThe port action identifier for which to create a new runno
delete_dependentsWhen deleting entity, this is the flag that indicates to delete dependent entities alsonofalse
createMissingRelatedEntitiesWhen upserting entity, enables the creation of missing related entities that do not exist in the catalog yetnofalse
namedescription
identifierThe identifier of the created entity
identifiersWhen using BULK_UPSERT operation, this is the identifiers array output
entityThe full JSON string entity
entitiesWhen using SEARCH operation, this is entities array output