Problem
sp-config connector rules export from postman not working sailpoint idn
Diagnosis
Issue when we export WebServiceRule from sandbox it returns empty Object. It works fine in Prod.
{
“description”: “Export all available objects”,
“excludeTypes”: ,
“includeTypes”: [
“SOURCE”,
“RULE”
],
“objectOptions”: {
“SOURCE”: {
“includedNames”: [
“SourceName”
]
},
"RULE": {
"includedNames": [
"Rule Name"
]
}
}
}
It exports Source but Rule gives empty object . we tried individually also same empty Object.
Postman response :
“version”: 1,
“timestamp”: “2025-01-06T16:33:22.168831Z”,
“tenant”: “tenentname-sb”,
“description”: “Export all available objects”,
“options”: {
“excludeTypes”: ,
“includeTypes”: [
“RULE”
],
“objectOptions”: {
“RULE”: {
“includedNames”: [
“Rule Name”
],
“includedIds”:
}
}
},
“objects”:
}
Object is null we tried from VS-code also same results.