Rack

Validate Racks

Validate Rack components by comparing expected vs actual state.

If no filter is specified, validates all racks in the Site. Filters can narrow the scope to specific racks by name or manufacturer.

Compares the expected component configuration against the actual state. Returns a detailed diff report showing missing, extra, and mismatched components.

Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.

get/v2/org/{org}/nico/rack/validation

Query parameters

siteIdstring uuid required

ID of the Site

namestring

Filter racks by name

manufacturerstring

Filter racks by manufacturer

Response

OK

totalDiffsinteger

Total number of component differences found

missingCountinteger

Number of components expected but missing from the source system

unexpectedCountinteger

Number of components found in the source system but not expected

mismatchCountinteger

Number of components present in both but with field differences

matchCountinteger

Number of components that match between expected and actual

Changes

Changed in 5 of the 90 revisions of this API.611

    • added the non-success response with the status 504

      response-non-success-status-added

    • added the optional property diffs/items/actual/leakStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property diffs/items/actual/operationStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property diffs/items/expected/leakStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property diffs/items/expected/operationStatus to the response with the 200 status

      response-optional-property-added

    • removed the optional property driftCount from the response with the 200 status

      response-optional-property-removed

    • added the new Mismatch enum value to the diffs/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property mismatchCount to the response with the 200 status

      response-optional-property-added

    • removed the Drift enum value from the diffs/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the optional property mismatchCount from the response with the 200 status

      response-optional-property-removed

    • added the new Drift enum value to the diffs/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property driftCount to the response with the 200 status

      response-optional-property-added

    • removed the Mismatch enum value from the diffs/items/type response property for the response status 200

      response-property-enum-value-removed

    This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property driftCount from the response with the 200 status

      response-optional-property-removed

    • added the new Mismatch enum value to the diffs/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property mismatchCount to the response with the 200 status

      response-optional-property-added

    • removed the Drift enum value from the diffs/items/type response property for the response status 200

      response-property-enum-value-removed