Vault Compare
POST https://{{vaultDNS}}/api/{{version}}/objects/vault/actions/compare
https://developer.veevavault.com/api/21.1/#vault-compare
Compare the configuration of two different vaults. The vault you make the request in is the source vault, and the target vault for the comparison is listed in the body. Learn more about Vault Compare in Vault Help.
The user who makes the request must be a cross-domain user and must have access to the vaultcomponent_v in both vaults. Learn more about cross-domain users in Vault Help.
Request Body
[{"name"=>"vault_id", "value"=>"", "datatype"=>"null"}, {"name"=>"results_type", "value"=>"differences", "datatype"=>"string"}, {"name"=>"details_type", "value"=>"complex", "datatype"=>"string"}, {"name"=>"include_doc_binder_templates", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"include_vault_settings", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"component_types", "value"=>"Doctype, Object, Docfield", "datatype"=>"string"}, {"name"=>"generate_outbound_packages", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |