Create External demand
Copied
https://api.ocamba.com/v2/adex/external-demands
Copied
https://api.ocamba.com/v2/adex/external-demands
Create a new External demand object
Name
Descriptionbid_regulatorintegerrequired
External demand bid regulator.Example: 70
ipv6_supportstringrequired
IP version 6 support. Possible values are 0(supported) and 1(not supported).Example: active
Possible values: 0 | 1
namestringrequired
Name of the external demand.Example: Demo external demand
qpsobject
QPS object, number of queries per second by data centers. Minimal value by data center is 1, maximal 250000.Example: { "am": 1000, "sg": 1000, "ny": 1000 }
settingsarrayrequired
Array of objects, external demand settings.Example: [ { "label":"feed_id", "type":"string", "required":"1", "possible_values":null, "value":"123456" } ]
statusstringrequired
External demand status. Possible values are active and verification.Example: active
Possible values: active | verification
201 - Created