import { UpdateStatusPageRequest } from "firehydrant-typescript-sdk/models/operations";
let value: UpdateStatusPageRequest = {
nuncConnectionId: "<id>",
requestBody: {
conditionsNuncCondition: [
"<value>",
],
conditionsConditionId: [
"<value>",
],
componentsInfrastructureType: [
"<value>",
],
componentsInfrastructureId: [
"<value>",
],
},
};
Field | Type | Required | Description |
---|---|---|---|
nuncConnectionId |
string | ✔️ | N/A |
requestBody |
operations.UpdateStatusPageRequestBody | ✔️ | N/A |