PUT problem - not work

“a baseline component cannot be filled in from source because the provided source link references content that does not exist”

someone know this problem?

Sounds like the XML being passed to the REST API references a source Fixlet or Task that does not exist. Are you able to supply us with the XML?

<?xml version="1.0" encoding="UTF-8"?>
<Title>Test Baseline</Title>

<Description />

<Relevance>name of it contains "Firefox"</Relevance>

<BaselineComponentCollection>

  <BaselineComponentGroup Name="TESS">

    <BaselineComponent IncludeInRelevance="false" SourceSiteURL="myurl" SourceID="1403629" ActionName="Action1" />

 </BaselineComponentGroup>

</BaselineComponentCollection>

maybe this fixlet are external and its a problem?

The SourceSiteURL should match with the URL that the fixlet 1403629 has, eg http://sync.bigfix.com/cgi-bin/bfgather/bessecurity. When I have lookied into Baselines I’ve created a sample baseline via the console then exported it so I can see the valid XML.

I’m also not sure on the relevance statement in your XML is valid as there is no statement to define what “it” is.

thank you very much it work it was cuz the site was wrong

and the “relevance” their its only for a test i know its not the documentation :slight_smile:

1 Like