Hi Guys, I have the cloud version and i am trying to build a dependency link via the API.
First I manually created one and did a GET on it to see what was there and then I am trying to replicate it but for the life of me I can not work out what needs to go in the 'additionalValue' field.
$HashArguments = @{
Name = "parent_room"
Type = "Object"
typeValue = 1
ParentObjectTypeId = 3
additionalValue = 3
InsightApiKey = $InsightApiKey}
New-InsightObjectTypeAttributes @HashArguments
This is what was pulled via the API when i look at that attribute.
Do tell, what is needed? Or where can I see an example?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.