@startuml
!include skin.inc
participant "API consumer" as cons
participant "NFV-MANO\nfunctional entity" as prod 

cons -> prod: POST .../thresholds (CreateThresholdRequest)

group Testing the notification endpoint
	prod -> cons: GET <<Callback URI>> 
	cons -> prod: 204 No Content
end	

prod -->> prod: creates Threshold\n resource
prod -> cons: 201 Created (Threshold)

@enduml

