Skip to content

Instantly share code, notes, and snippets.

@bmbouter
Last active October 23, 2015 18:26
Show Gist options
  • Select an option

  • Save bmbouter/be8f14d32956497fc02a to your computer and use it in GitHub Desktop.

Select an option

Save bmbouter/be8f14d32956497fc02a to your computer and use it in GitHub Desktop.
Pulp Synchronous Request
@startuml
title Synchronous Task Example (create repo)
autonumber
actor "API Client" as client
client -> "Pulp API (httpd)" as httpd : create repo
httpd -> MongoDB: create repo record(s)
MongoDB -> httpd: return after creating new record(s)
httpd -> client: create repo API response
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment