Vault Compare

POST https://{{vaultDNS}}/api/{{version}}/objects/vault/actions/compare

https://developer.veevavault.com/api/24.2/#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 vault_component__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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring