Hello

I need to design a Directed Graph that will have to get information from a Rest 
API, then will add information before sending back a PUT operation to the API.

The GET will provide a list of “cpe”.
The response will be something like :
{
  "cpe_ids": [
    "cpe1",
    "cpe2",
    "cpe3"
  ]
}

Then, in the Directed Graph, I need to add a new “cpe4 “ and send a PUT to the 
API

{
  "cpe_ids": [
    "cpe1",
    "cpe2",
    "cpe3",
    "cpe4"
  ]
}


How to create that new json structure inside a Directed Graph ?
Is there a kind of “append” function somewhere ?


Many thanks

René

[Logo Orange]<http://www.orange.com/>

René Robert
«Open and Smart solutions for autOmating Network Services»
ORANGE/IMT/OLN/CNC/NARA/OSONS

Fixe : +33 2 96 07 39 29 
<https://monsi.sso.francetelecom.fr/index.asp?target=http%3A%2F%2Fclicvoice.sso.francetelecom.fr%2FClicvoiceV2%2FToolBar.do%3Faction%3Ddefault%26rootservice%3DSIGNATURE%26to%3D+33%202%2096%2007%2039%2029>
Mobile : +33 6 74 78 68 43 
<https://monsi.sso.francetelecom.fr/index.asp?target=http%3A%2F%2Fclicvoice.sso.francetelecom.fr%2FClicvoiceV2%2FToolBar.do%3Faction%3Ddefault%26rootservice%3DSIGNATURE%26to%3D+33%206%2074%2078%2068%2043>
[email protected]<mailto:[email protected]>




_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14547): https://lists.onap.org/g/onap-discuss/message/14547
Mute This Topic: https://lists.onap.org/mt/28783357/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to