You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dnsapi/dns_active24.sh
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ dns_active24_rm() {
46
46
47
47
_debug "Getting txt records"
48
48
# The API needs to send data in body in order the filter to work
49
+
# TODO: web can also add content $txtvalue to filter and then get the id from response
49
50
_active24_rest GET "/v2/service/$_service_id/dns/record""{\"page\":1,\"descending\":true,\"sortBy\":\"name\",\"rowsPerPage\":100,\"totalRecords\":0,\"filters\":{\"type\":[\"TXT\"],\"name\":\"${_sub_domain}\"}}"
50
51
#_active24_rest GET "/v2/service/$_service_id/dns/record?rowsPerPage=100"
0 commit comments