What does different prefix means in RRC API
Hello,
I am currently using diff api inorder to compare 2 local RM Baseline as shown below
Now if you see under <rrm:about></rrm:about> under </ds:artifact>
there are some uri with below prefix
CA_669b675ab79d4dab894ed4b4f157c5b5
TX_669b675ab79d4dab894ed4b4f157c5b5
MB_669b675ab79d4dab894ed4b4f157c5b5
Now i want to understand what is meaning of MB,TX, or any other prefix which comes as part of response, do we have any documentation for same?
Thank you
One answer
Hi
These are called "slugs".
IMPORTANT: slugs are NOT part of the public API of DOORS Next which means you should NOT rely on a particular slug always being present for a certain class of artifacts - for example slugs have changed from 6.x to 7.x but are deliberately (for e.g. backward compatibility) not modified during upgrade.
To find out what the resource is do a GET on its URI and work this out from its properties.
Or, to get known type(s) of artifacts using OSLC query for that specific artifact type(s).
HTH
Ian